linux-leds.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Allow to use leds-ns2 with n090401 boards
@ 2015-03-04 14:52 Simon Guinot
  2015-03-04 14:52 ` [PATCH 1/4] leds: leds-ns2: move LED modes mapping outside of the driver Simon Guinot
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Simon Guinot @ 2015-03-04 14:52 UTC (permalink / raw)
  To: Bryan Wu, Richard Purdie, Jason Cooper, Andrew Lunn,
	Gregory Clement, Sebastian Hesselbarth
  Cc: Vincent Donnefort, linux-leds, linux-arm-kernel

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.

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-04-09 14:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-04 14:52 [PATCH 0/4] Allow to use leds-ns2 with n090401 boards Simon Guinot
2015-03-04 14:52 ` [PATCH 1/4] leds: leds-ns2: move LED modes mapping outside of the driver Simon Guinot
2015-03-04 14:52 ` [PATCH 2/4] ARM: Kirkwood: add modes-map property to ns2-leds nodes Simon Guinot
2015-03-04 14:52 ` [PATCH 3/4] leds: leds-ns2: handle can_sleep GPIOs Simon Guinot
2015-03-04 14:52 ` [PATCH 4/4] leds: leds-ns2: depends on MACH_ARMADA_370 Simon Guinot
2015-03-13  9:44 ` [PATCH 0/4] Allow to use leds-ns2 with n090401 boards Simon Guinot
2015-03-16 15:52   ` Gregory CLEMENT
2015-03-30  8:34     ` Simon Guinot
2015-03-23 10:32   ` Simon Guinot
2015-04-09 14:25     ` Simon Guinot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).