zephyr/drivers/led
Gerard Marull-Paretas 7ccc1a41bc pm: use actions for device PM control
Instead of passing target states, use actions for device PM control.
Actions represent better the meaning of the callback argument.
Furthermore, they are more future proof as they can be suitable for
other PM actions that have no direct mapping to a state. If we compare
with Linux, we could have a multi-stage suspend/resume. Such scenario
would not have a good mapping when using target states.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-08-04 08:23:01 -04:00
..
CMakeLists.txt drivers: led: Add LED driver support for TLC59108 2021-08-03 19:03:29 -04:00
ht16k33.c drivers: led: ht16k33: reprocess keyscan events in case of i2c error 2021-06-18 11:22:40 +02:00
Kconfig drivers: led: Add LED driver support for TLC59108 2021-08-03 19:03:29 -04:00
Kconfig.gpio drivers: led: Add LED GPIO driver 2021-04-27 16:21:48 +02:00
Kconfig.ht16k33 drivers: ht16k33: convert keyscan driver from gpio API to kscan API 2021-06-18 11:22:40 +02:00
Kconfig.lp503x
Kconfig.lp3943
Kconfig.lp5562
Kconfig.pca9633
Kconfig.pwm drivers: led: add driver for PWM LEDs 2020-10-28 10:44:46 -05:00
Kconfig.tlc59108 drivers: led: Add LED driver support for TLC59108 2021-08-03 19:03:29 -04:00
led_context.h
led_gpio.c drivers: led_gpio: use gpio_pin_set_dt 2021-06-24 06:40:00 -05:00
led_handlers.c drivers: led: fix function name of led_set_color() 2021-04-09 10:44:26 -05:00
led_pwm.c pm: use actions for device PM control 2021-08-04 08:23:01 -04:00
led_shell.c
lp503x.c drivers: led: remove usage of device_pm_control_nop 2021-04-28 11:25:42 -04:00
lp3943.c drivers: led: remove usage of device_pm_control_nop 2021-04-28 11:25:42 -04:00
lp5562.c drivers: led: remove usage of device_pm_control_nop 2021-04-28 11:25:42 -04:00
pca9633.c drivers: led: pca9633: exit sleep mode on init. 2021-07-29 11:01:02 -04:00
tlc59108.c drivers: led: Add LED driver support for TLC59108 2021-08-03 19:03:29 -04:00