[PATCH v4 0/2] leds: tlc591xx: switch to managed LED registration

From: Jean-Jacques Hiblot
Date: Fri Sep 20 2019 - 07:58:16 EST


This subject of this series used to be "leds: tlc591xx: switch to OF and
managed API"

This mini-series updates the tlc591xx driver to use the managed API. The
driver is also modified to pass the initialization data to the LED core
layer. The goal is to be able to the generic led-backlight [0] driver on
top of it.

changes in v4:
- rebased on top of linux-leds/for-5.5

changes in v3:
- rebased on top of linux-leds/for-next
- use devm_led_classdev_register_ext() instead of the late
devm_of_led_classdev_register()
- let the LED core assign the names of the LEDs

changes in v2:
- fixed LED indexing. Previous version did not allow for holes: if n LEDs
were used, they had to be led(0) to led(n-1)
Jean-Jacques Hiblot (2):
leds: tlc591xx: simplify driver by using the managed led API
leds: tlc591xx: use devm_led_classdev_register_ext()

drivers/leds/leds-tlc591xx.c | 88 ++++++++++--------------------------
1 file changed, 25 insertions(+), 63 deletions(-)

--
2.17.1