linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix RGB status LED and keyboard backlight LEDs on Nokia N900
@ 2021-12-12 22:40 Merlijn Wajer
  2021-12-12 22:40 ` [PATCH 1/2] ARM: dts: omap3-n900: Fix lp5523 for multi color Merlijn Wajer
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Merlijn Wajer @ 2021-12-12 22:40 UTC (permalink / raw)
  To: merlijn
  Cc: Ivaylo Dimitrov, Dev Null, Tony Lindgren, Sebastian Reichel,
	linux-kernel, linux-leds, linux-omap, Dan Murphy, devicetree,
	Doug Zobel, Jacek Anaszewski, Linus Walleij, Pavel Machek,
	Rob Herring, Sicelo A . Mhlongo, Benoît Cousson

The RGB status LED and keyboard backlight LEDs were broken on the Nokia N900
since the conversion to gpiod descriptors and additionally later on with the
addition of multi color support. There was at least one attempt merged to fix
the lp5523 driver since the gpiod conversion, but it doesn't honour the device
tree, which in the case of the Nokia N900 means that the fix doesn't work.

In this series are two patches fix the problems:

* One addresses the gpiod change in the device tree as well as the multi
  color support in the device tree;
* The other patch fixes the previous attempt at fixing the driver to honour
  the device tree;

Please let me know if anything seems off, and I'll be glad to make any
recommended changes, thanks!

Merlijn Wajer (1):
  leds: lp55xx: initialise output direction from dts

Sicelo A. Mhlongo (1):
  ARM: dts: omap3-n900: Fix lp5523 for multi color

 arch/arm/boot/dts/omap3-n900.dts  | 50 ++++++++++++++++++++++++-------
 drivers/leds/leds-lp55xx-common.c |  4 ++-
 2 files changed, 43 insertions(+), 11 deletions(-)

-- 
2.32.0


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

end of thread, other threads:[~2021-12-16 11:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-12 22:40 [PATCH 0/2] Fix RGB status LED and keyboard backlight LEDs on Nokia N900 Merlijn Wajer
2021-12-12 22:40 ` [PATCH 1/2] ARM: dts: omap3-n900: Fix lp5523 for multi color Merlijn Wajer
2021-12-15 20:31   ` Pavel Machek
2021-12-16 11:50     ` Merlijn Wajer
2021-12-12 22:40 ` [PATCH 2/2] leds: lp55xx: initialise output direction from dts Merlijn Wajer
2021-12-12 23:59   ` Linus Walleij
2021-12-15 20:32 ` [PATCH 0/2] Fix RGB status LED and keyboard backlight LEDs on Nokia N900 Pavel Machek
2021-12-16 11:51   ` Merlijn Wajer

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).