zephyr/drivers/led
Van Petrosyan 7c845f14d4 drivers: led: Implemented PCA9533 driver with PM support
• Supports led_on/off, led_set_brightness (0–100 %, 152 Hz default),
  and led_blink (7 ms – 1.685 s) with automatic sharing of the two
  on-chip PWM engines; returns –EBUSY when a third distinct pair is
  requested.

• Includes basic runtime-PM boilerplate to honour power-domain control;
  the device itself has no dedicated low-power states.

Signed-off-by: Van Petrosyan <van.petrosyan@sensirion.com>
2025-07-28 16:43:48 -04:00
..
CMakeLists.txt drivers: led: Implemented PCA9533 driver with PM support 2025-07-28 16:43:48 -04:00
ht16k33.c drivers: led: fix LED_BRIGTHNESS_MAX typo 2025-06-09 14:50:33 -07:00
is31fl3194.c drivers: led: fix LED_BRIGTHNESS_MAX typo 2025-06-09 14:50:33 -07:00
is31fl3216a.c
is31fl3733.c
Kconfig drivers: led: Implemented PCA9533 driver with PM support 2025-07-28 16:43:48 -04:00
Kconfig.axp192
Kconfig.dac drivers: led: add led_dac 2025-04-29 16:47:36 +02:00
Kconfig.gpio drivers: led: gpio: select the GPIO Kconfig option 2025-01-16 14:41:12 +01:00
Kconfig.ht16k33 drivers: ht16k33: convert from kscan to input 2024-05-06 14:53:36 +01:00
Kconfig.is31fl3194
Kconfig.is31fl3216a drivers: led: Add lumissil is31fl3216a driver 2023-06-19 11:02:36 +02:00
Kconfig.is31fl3733
Kconfig.leds-group-multicolor drivers: led: add leds-group-multicolor driver 2025-07-19 15:39:29 -04:00
Kconfig.lp50xx drivers: led: lp503x: extend driver to all lp50xx devices 2023-08-04 13:18:01 +02:00
Kconfig.lp3943
Kconfig.lp5562 drivers: led: Update Kconfig 2022-08-11 17:46:43 +02:00
Kconfig.lp5569 drivers: led: Add lp5569 led controller driver 2023-06-19 09:17:52 +01:00
Kconfig.modulino leds: add arduino,modulino-buttons-leds 2025-05-14 11:03:10 +01:00
Kconfig.ncp5623
Kconfig.npm13xx
Kconfig.pca9533 drivers: led: Implemented PCA9533 driver with PM support 2025-07-28 16:43:48 -04:00
Kconfig.pca9633
Kconfig.pwm
Kconfig.tlc59108
Kconfig.xec drivers: microchip xec: select PINCTRL 2024-11-29 05:41:53 +01:00
led_axp192.c
led_dac.c
led_gpio.c
led_handlers.c
led_mchp_xec.c drivers: led: Place API into iterable section 2024-12-02 22:07:36 +00:00
led_npm13xx.c drivers: npm13xx: add support for nPM1304 2025-06-23 16:19:43 +01:00
led_pwm.c
led_shell.c drivers: led: shell: add blink cmd 2025-07-21 13:07:07 -04:00
leds_group_multicolor.c
lp50xx.c drivers: led: fix LED_BRIGTHNESS_MAX typo 2025-06-09 14:50:33 -07:00
lp3943.c drivers: led: fix LED_BRIGTHNESS_MAX typo 2025-06-09 14:50:33 -07:00
lp5562.c
lp5569.c
modulino_buttons_leds.c leds: add arduino,modulino-buttons-leds 2025-05-14 11:03:10 +01:00
ncp5623.c drivers: led: fix LED_BRIGTHNESS_MAX typo 2025-06-09 14:50:33 -07:00
pca9533.c drivers: led: Implemented PCA9533 driver with PM support 2025-07-28 16:43:48 -04:00
pca9633.c drivers: led: fix LED_BRIGTHNESS_MAX typo 2025-06-09 14:50:33 -07:00
tlc59108.c drivers: led: fix LED_BRIGTHNESS_MAX typo 2025-06-09 14:50:33 -07:00