index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
leds
/
leds-lp50xx.c
Age
Commit message (
Expand
)
Author
2025-11-13
leds: leds-lp50xx: Enable chip before any communication
Christian Hitz
2025-11-06
leds: leds-lp50xx: LP5009 supports 3 modules for a total of 9 LEDs
Christian Hitz
2025-10-23
leds: leds-lp50xx: Allow LED 0 to be added to module bank
Christian Hitz
2025-06-27
leds: leds-lp50xx: Handle reg to get correct multi_index
Johan Adolfsson
2024-10-09
leds: lp50xx: Remove unused local leds.h
Javier Carrasco
2024-10-09
leds: lp50xx: Switch to device_for_each_child_node_scoped()
Javier Carrasco
2024-05-02
leds: lp50xx: Remove unused field 'num_of_banked_leds' from 'struct lp50xx'
Christophe JAILLET
2024-05-02
leds: lp50xx: Remove unused field 'bank_modules' from 'struct lp50xx_led'
Christophe JAILLET
2023-05-25
leds: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
2022-05-07
leds: lp50xx: Remove duplicated error reporting in .remove()
Uwe Kleine-König
2022-01-12
leds: lp50xx: remove unused variable
Sven Schuchmann
2021-05-28
leds: lp50xx: Put fwnode in error case during ->probe()
Andy Shevchenko
2021-02-19
leds: lp50xx: Get rid of redundant explicit casting
Andy Shevchenko
2021-02-19
leds: lp50xx: Update headers block to reflect reality
Andy Shevchenko
2021-02-19
leds: lp50xx: Get rid of redundant check in lp50xx_enable_disable()
Andy Shevchenko
2021-02-19
leds: lp50xx: Reduce level of dereferences
Andy Shevchenko
2021-02-19
leds: lp50xx: Switch to new style i2c-driver probe function
Andy Shevchenko
2021-02-19
leds: lp50xx: Don't spam logs when probe is deferred
Andy Shevchenko
2020-11-25
leds: lp50xx: Fix an error handling path in 'lp50xx_probe_dt()'
Christophe JAILLET
2020-09-26
leds: parse linux,default-trigger DT property in LED core
Marek Behún
2020-08-17
leds: lp50xx: Add the LP50XX family of the RGB LED driver
Dan Murphy