u-boot/drivers/led
Rasmus Villemoes 3bf0515a07 led: introduce led_bind_generic()
All existing drivers in drivers/led/ contain a .bind method that does
exactly the same thing, with just the actual driver name
differing. Create a helper so all those individual methods can be
changed to one-liners.

Reviewed-by: Marek Vasut <marex@denx.de>
Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
2023-12-13 11:35:13 -05:00
..
Kconfig arm: bcmbca: replace ARCH_BCM6753 symbols in Kconfig with BCM6855 2022-10-31 08:55:59 -04:00
led-uclass.c led: introduce led_bind_generic() 2023-12-13 11:35:13 -05:00
led_bcm6328.c led: bcm6328: Drop duplicate OF "label" property parsing 2022-04-14 15:39:14 -04:00
led_bcm6358.c led: bcm6358: Drop duplicate OF "label" property parsing 2022-04-14 15:39:15 -04:00
led_bcm6753.c drivers: led: bcm6753: do not use null label to find the top 2023-07-14 15:21:08 -04:00
led_bcm6858.c drivers: led: bcm6858: do not use null label to find the top 2023-07-25 12:44:46 -04:00
led_cortina.c led: cortina: Drop duplicate OF "label" property parsing 2022-04-14 15:39:15 -04:00
led_gpio.c led: gpio: Use NOP uclass driver for top-level node 2022-04-28 09:26:43 -04:00
led_pwm.c led: led_pwm: typo 'iverted' on code comment 2022-11-02 13:58:17 -04:00
Makefile led: led_pwm: Add a driver for LEDs connected to PWM 2022-04-11 11:39:19 -04:00