zephyr/drivers/led
Anuj Pathak 645beff897 drivers: led: lp5562: reuse engine already linked
Right now "lp5562_led_blink" unconditionally find and assign a engine
that is not executing at the moment. This is an issue, if 3 "led" are
already using an engine. That is a call to "lp5562_led_blink" could
terminate with error, even if the "led" is already using an engine.
This commit fixes this issue by adding a check to see if engine is
linked and reuse it, otherwise assign a free engine.

Signed-off-by: Anuj Pathak <anuj@croxel.com>
2024-09-04 21:27:53 +02:00
..
CMakeLists.txt drivers/led: add IS31FL3194 LED driver 2024-06-03 15:30:01 -04:00
ht16k33.c everywhere: replace double words 2024-06-22 05:40:22 -04:00
is31fl3194.c drivers/led: add IS31FL3194 LED driver 2024-06-03 15:30:01 -04:00
is31fl3216a.c
is31fl3733.c
Kconfig drivers/led: add IS31FL3194 LED driver 2024-06-03 15:30:01 -04:00
Kconfig.gpio
Kconfig.ht16k33 drivers: ht16k33: convert from kscan to input 2024-05-06 14:53:36 +01:00
Kconfig.is31fl3194 drivers/led: add IS31FL3194 LED driver 2024-06-03 15:30:01 -04:00
Kconfig.is31fl3216a
Kconfig.is31fl3733
Kconfig.lp50xx
Kconfig.lp3943
Kconfig.lp5562
Kconfig.lp5569
Kconfig.ncp5623
Kconfig.npm1300
Kconfig.pca9633
Kconfig.pwm
Kconfig.tlc59108
Kconfig.xec
led_context.h
led_gpio.c
led_handlers.c build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
led_mchp_xec.c hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
led_npm1300.c
led_pwm.c
led_shell.c drivers: led: shell: print color as string 2024-06-11 19:43:15 -04:00
lp50xx.c drivers: led: lp50xx: brightness: don't check uint >= 0 2024-02-10 16:32:23 +01:00
lp3943.c
lp5562.c drivers: led: lp5562: reuse engine already linked 2024-09-04 21:27:53 +02:00
lp5569.c drivers: led: lp5569: run clang-format 2024-08-23 15:49:43 +01:00
ncp5623.c drivers: ncp5623: check led_info for all LEDs 2024-05-03 07:29:45 -04:00
pca9633.c
tlc59108.c