From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bryan Wu Subject: Re: [PATCH 1/7 v6] leds: add a driver for syscon-based LEDs Date: Tue, 13 Jan 2015 12:19:01 -0800 Message-ID: References: <1410176286-32533-1-git-send-email-linus.walleij@linaro.org> <1410176286-32533-2-git-send-email-linus.walleij@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail-ie0-f181.google.com ([209.85.223.181]:51028 "EHLO mail-ie0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751346AbbAMUTW (ORCPT ); Tue, 13 Jan 2015 15:19:22 -0500 Received: by mail-ie0-f181.google.com with SMTP id rl12so4966624iec.12 for ; Tue, 13 Jan 2015 12:19:21 -0800 (PST) In-Reply-To: Sender: linux-leds-owner@vger.kernel.org List-Id: linux-leds@vger.kernel.org To: Linus Walleij Cc: "linux-arm-kernel@lists.infradead.org" , "linux-leds@vger.kernel.org" , Richard Purdie , Arnd Bergmann , Pawel Moll , Mark Rutland , Marc Zyngier , Will Deacon , Rob Herring On Thu, Sep 18, 2014 at 3:39 PM, Linus Walleij wrote: > On Fri, Sep 12, 2014 at 1:56 AM, Linus Walleij wrote: >> On Mon, Sep 8, 2014 at 1:38 PM, Linus Walleij wrote: >> >>> This makes it possible to create a set of LEDs from a syscon >>> MFD instance, which is lean mean and clean on the ARM >>> reference designs and can replace the Versatile LEDs driver >>> in the long run, as well as other custom syscon LEDs drivers. >>> >>> Cc: Bryan Wu >>> Cc: Richard Purdie >>> Signed-off-by: Linus Walleij >>> --- >>> ChangeLog v1->v2: >>> - Augment driver to probe all nodes of a syscon to see if they >>> are "register-bit-led"s, and then allocate them under the syscon >>> if that is the case. >>> - Switch compatible string from "syscon-leds" to "register-bit-led" >> >> Bryan can you please ACK this patch if you're OK with it so >> it can be pulled in through ARM SoC? > > Ping! > > I will send a pull request for this soon anyway. > > Yours, > Linus Walleij So sorry about this, my Gmail filter out this email. I have no problem with this. -Bryan From mboxrd@z Thu Jan 1 00:00:00 1970 From: cooloney@gmail.com (Bryan Wu) Date: Tue, 13 Jan 2015 12:19:01 -0800 Subject: [PATCH 1/7 v6] leds: add a driver for syscon-based LEDs In-Reply-To: References: <1410176286-32533-1-git-send-email-linus.walleij@linaro.org> <1410176286-32533-2-git-send-email-linus.walleij@linaro.org> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Sep 18, 2014 at 3:39 PM, Linus Walleij wrote: > On Fri, Sep 12, 2014 at 1:56 AM, Linus Walleij wrote: >> On Mon, Sep 8, 2014 at 1:38 PM, Linus Walleij wrote: >> >>> This makes it possible to create a set of LEDs from a syscon >>> MFD instance, which is lean mean and clean on the ARM >>> reference designs and can replace the Versatile LEDs driver >>> in the long run, as well as other custom syscon LEDs drivers. >>> >>> Cc: Bryan Wu >>> Cc: Richard Purdie >>> Signed-off-by: Linus Walleij >>> --- >>> ChangeLog v1->v2: >>> - Augment driver to probe all nodes of a syscon to see if they >>> are "register-bit-led"s, and then allocate them under the syscon >>> if that is the case. >>> - Switch compatible string from "syscon-leds" to "register-bit-led" >> >> Bryan can you please ACK this patch if you're OK with it so >> it can be pulled in through ARM SoC? > > Ping! > > I will send a pull request for this soon anyway. > > Yours, > Linus Walleij So sorry about this, my Gmail filter out this email. I have no problem with this. -Bryan