zephyr/drivers/led
Fabio Baltieri ac1dec0498 led: drop led_context.h
led_context.h contains a single struct with max and min period, current
drivers that use it have hardcoded values and they set it at init.

This data is not used anywhere, and it makes very little sense to use
some SRAM for it.

Hardcode the limit for each driver and drop the struct and file.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2025-05-22 02:21:51 +02:00
..
CMakeLists.txt leds: add arduino,modulino-buttons-leds 2025-05-14 11:03:10 +01:00
ht16k33.c led: drop led_context.h 2025-05-22 02:21:51 +02:00
is31fl3194.c led: drop a bunch of now redundant brightness validations 2025-05-14 16:27:18 +02:00
is31fl3216a.c led: drop a bunch of now redundant brightness validations 2025-05-14 16:27:18 +02:00
is31fl3733.c led: drop a bunch of on/off wrappers 2025-05-14 16:27:18 +02:00
Kconfig leds: add arduino,modulino-buttons-leds 2025-05-14 11:03:10 +01:00
Kconfig.axp192
Kconfig.dac drivers: led: add led_dac 2025-04-29 16:47:36 +02:00
Kconfig.gpio
Kconfig.ht16k33
Kconfig.is31fl3194
Kconfig.is31fl3216a
Kconfig.is31fl3733
Kconfig.lp50xx
Kconfig.lp3943
Kconfig.lp5562
Kconfig.lp5569
Kconfig.modulino leds: add arduino,modulino-buttons-leds 2025-05-14 11:03:10 +01:00
Kconfig.ncp5623
Kconfig.npm1300
Kconfig.pca9633
Kconfig.pwm
Kconfig.tlc59108
Kconfig.xec
led_axp192.c
led_dac.c led: drop a bunch of on/off wrappers 2025-05-14 16:27:18 +02:00
led_gpio.c led: drop a bunch of now redundant brightness validations 2025-05-14 16:27:18 +02:00
led_handlers.c
led_mchp_xec.c
led_npm1300.c
led_pwm.c led: drop a bunch of now redundant brightness validations 2025-05-14 16:27:18 +02:00
led_shell.c led: add and use a LED_BRIGTHNESS_MAX definition 2025-05-14 16:27:18 +02:00
lp50xx.c led: drop a bunch of now redundant brightness validations 2025-05-14 16:27:18 +02:00
lp3943.c led: drop led_context.h 2025-05-22 02:21:51 +02:00
lp5562.c led: drop led_context.h 2025-05-22 02:21:51 +02:00
lp5569.c led: drop a bunch of now redundant brightness validations 2025-05-14 16:27:18 +02:00
modulino_buttons_leds.c leds: add arduino,modulino-buttons-leds 2025-05-14 11:03:10 +01:00
ncp5623.c led: drop a bunch of now redundant brightness validations 2025-05-14 16:27:18 +02:00
pca9633.c led: drop led_context.h 2025-05-22 02:21:51 +02:00
tlc59108.c led: drop led_context.h 2025-05-22 02:21:51 +02:00