From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregory CLEMENT Subject: Re: [PATCH 0/4] Allow to use leds-ns2 with n090401 boards Date: Mon, 16 Mar 2015 16:52:24 +0100 Message-ID: <5506FC38.3020904@free-electrons.com> References: <1425480739-2373-1-git-send-email-simon.guinot@sequanux.org> <20150313094433.GU1509@kw.sim.vm.gnt> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from down.free-electrons.com ([37.187.137.238]:35159 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S935101AbbCPPyA (ORCPT ); Mon, 16 Mar 2015 11:54:00 -0400 In-Reply-To: <20150313094433.GU1509@kw.sim.vm.gnt> Sender: linux-leds-owner@vger.kernel.org List-Id: linux-leds@vger.kernel.org To: Simon Guinot , Bryan Wu Cc: Richard Purdie , Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , linux-arm-kernel@lists.infradead.org, linux-leds@vger.kernel.org, Vincent Donnefort Hi Simon, Bryan, On 13/03/2015 10:44, Simon Guinot wrote: > On Wed, Mar 04, 2015 at 03:52:15PM +0100, Simon Guinot wrote: >> Hello, >> >> This patch series allows to use the leds-ns2 driver with the n090401 >> boards (Seagate NAS 4-Bay), based on an Armada-370 SoC. >> >> Here is the list changes: >> >> - Allow to configure the LED mode mapping. >> - Handle can_sleep GPIOs. On n090401, the LEDs are connected to an I2C >> GPIO expander. >> - Make leds-ns2 depends on MACH_ARMADA_370. > > Hi Brian, > > Please consider applying the leds-ns2 patches of this serie. Let me know when this will be applied so I will be able to apply the patch 3. I will also need a stable tag for the dependency. Thanks, Gregory > > Thanks in advance. > > Simon > >> Simon Guinot (2): >> leds: leds-ns2: handle can_sleep GPIOs >> leds: leds-ns2: depends on MACH_ARMADA_370 >> >> Vincent Donnefort (2): >> leds: leds-ns2: move LED modes mapping outside of the driver >> ARM: Kirkwood: add modes-map property to ns2-leds nodes >> >> .../devicetree/bindings/leds/leds-ns2.txt | 9 ++ >> arch/arm/boot/dts/kirkwood-d2net.dts | 5 + >> arch/arm/boot/dts/kirkwood-is2.dts | 5 + >> arch/arm/boot/dts/kirkwood-ns2.dts | 5 + >> arch/arm/boot/dts/kirkwood-ns2max.dts | 5 + >> arch/arm/boot/dts/kirkwood-ns2mini.dts | 5 + >> drivers/leds/Kconfig | 12 +- >> drivers/leds/leds-ns2.c | 156 +++++++++++++-------- >> include/dt-bindings/leds/leds-ns2.h | 8 ++ >> include/linux/platform_data/leds-kirkwood-ns2.h | 14 ++ >> 10 files changed, 159 insertions(+), 65 deletions(-) >> create mode 100644 include/dt-bindings/leds/leds-ns2.h >> >> -- >> 2.1.1 >> >> >> _______________________________________________ >> linux-arm-kernel mailing list >> linux-arm-kernel@lists.infradead.org >> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregory.clement@free-electrons.com (Gregory CLEMENT) Date: Mon, 16 Mar 2015 16:52:24 +0100 Subject: [PATCH 0/4] Allow to use leds-ns2 with n090401 boards In-Reply-To: <20150313094433.GU1509@kw.sim.vm.gnt> References: <1425480739-2373-1-git-send-email-simon.guinot@sequanux.org> <20150313094433.GU1509@kw.sim.vm.gnt> Message-ID: <5506FC38.3020904@free-electrons.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Simon, Bryan, On 13/03/2015 10:44, Simon Guinot wrote: > On Wed, Mar 04, 2015 at 03:52:15PM +0100, Simon Guinot wrote: >> Hello, >> >> This patch series allows to use the leds-ns2 driver with the n090401 >> boards (Seagate NAS 4-Bay), based on an Armada-370 SoC. >> >> Here is the list changes: >> >> - Allow to configure the LED mode mapping. >> - Handle can_sleep GPIOs. On n090401, the LEDs are connected to an I2C >> GPIO expander. >> - Make leds-ns2 depends on MACH_ARMADA_370. > > Hi Brian, > > Please consider applying the leds-ns2 patches of this serie. Let me know when this will be applied so I will be able to apply the patch 3. I will also need a stable tag for the dependency. Thanks, Gregory > > Thanks in advance. > > Simon > >> Simon Guinot (2): >> leds: leds-ns2: handle can_sleep GPIOs >> leds: leds-ns2: depends on MACH_ARMADA_370 >> >> Vincent Donnefort (2): >> leds: leds-ns2: move LED modes mapping outside of the driver >> ARM: Kirkwood: add modes-map property to ns2-leds nodes >> >> .../devicetree/bindings/leds/leds-ns2.txt | 9 ++ >> arch/arm/boot/dts/kirkwood-d2net.dts | 5 + >> arch/arm/boot/dts/kirkwood-is2.dts | 5 + >> arch/arm/boot/dts/kirkwood-ns2.dts | 5 + >> arch/arm/boot/dts/kirkwood-ns2max.dts | 5 + >> arch/arm/boot/dts/kirkwood-ns2mini.dts | 5 + >> drivers/leds/Kconfig | 12 +- >> drivers/leds/leds-ns2.c | 156 +++++++++++++-------- >> include/dt-bindings/leds/leds-ns2.h | 8 ++ >> include/linux/platform_data/leds-kirkwood-ns2.h | 14 ++ >> 10 files changed, 159 insertions(+), 65 deletions(-) >> create mode 100644 include/dt-bindings/leds/leds-ns2.h >> >> -- >> 2.1.1 >> >> >> _______________________________________________ >> linux-arm-kernel mailing list >> linux-arm-kernel at lists.infradead.org >> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com