summaryrefslogtreecommitdiff
path: root/drivers/leds/leds-lp55xx-common.c
AgeCommit message (Expand)Author
2024-08-22leds: lp55xx: Use devm_clk_get_enabled() helpersHuan Yang
2024-08-22leds: lp55xx: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2024-07-11leds: leds-lp55xx: Convert mutex lock/unlock to guard APIChristian Marangi
2024-06-26leds: leds-lp55xx: Support ENGINE program up to 128 bytesChristian Marangi
2024-06-26leds: leds-lp55xx: Generalize sysfs master_faderChristian Marangi
2024-06-26leds: leds-lp55xx: Generalize sysfs engine_ledsChristian Marangi
2024-06-26leds: leds-lp55xx: Generalize sysfs engine_load and engine_modeChristian Marangi
2024-06-26leds: leds-lp55xx: Generalize stop_engine functionChristian Marangi
2024-06-26leds: leds-lp55xx: Generalize turn_off_channels functionChristian Marangi
2024-06-26leds: leds-lp55xx: Generalize set_led_current functionChristian Marangi
2024-06-26leds: leds-lp55xx: Generalize multicolor_brightness functionChristian Marangi
2024-06-26leds: leds-lp55xx: Generalize led_brightness functionChristian Marangi
2024-06-26leds: leds-lp55xx: Generalize firmware_loaded functionChristian Marangi
2024-06-26leds: leds-lp55xx: Generalize update_program_memory functionChristian Marangi
2024-06-26leds: leds-lp55xx: Generalize run_engine functionChristian Marangi
2024-06-26leds: leds-lp55xx: Generalize load_engine_and_select_page functionChristian Marangi
2024-06-26leds: leds-lp55xx: Generalize load_engine functionChristian Marangi
2024-06-26leds: leds-lp55xx: Generalize probe/remove functionsChristian Marangi
2024-06-26leds: leds-lp55xx: Generalize stop_all_engine OPChristian Marangi
2023-11-01leds: lp55xx: Use gpiod_set_value_cansleep()Stefan Eichenberger
2023-05-25leds: lp55xx: Configure internal charge pumpMaarten Zanders
2022-12-07leds: use sysfs_emit() to instead of scnprintf()ye xingchen
2022-10-21leds: lp55xx: remove variable jColin Ian King
2022-01-12leds: lp55xx: initialise output direction from dtsMerlijn Wajer
2021-06-23leds: lp55xx: Initialize enable GPIO direction to outputDoug Zobel
2020-09-26leds: various: fix OF node leaksMarek BehĂșn
2020-09-26leds: various: use only available OF childrenMarek BehĂșn
2020-08-03leds: add RGB color option, as that is different from multicolor.Pavel Machek
2020-07-22leds: lp55xx: Add multicolor framework support to lp55xxDan Murphy
2020-07-22leds: lp55xx: Convert LED class registration to devm_*Dan Murphy
2020-07-15leds: lp55xx: Fix file permissions to use DEVICE_ATTR macrosDan Murphy
2020-07-12leds: lp55xx: Convert to use GPIO descriptorsLinus Walleij
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-02-14leds: lp55xx: fix null deref on firmware load failureMichal Kazior
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2016-01-04leds: lp55xx: Remove work queueAndrew Lunn
2015-08-28leds:lp55xx: use the private data instead of updating I2C device platform dataMilo Kim
2015-06-29leds:lp55xx: fix firmware loading errorMilo Kim
2014-06-27leds: lp55xx-common: fix attribute-creation raceJohan Hovold
2014-06-27leds: lp55xx-common: fix sysfs entry leakJohan Hovold
2014-01-27leds: lp5523: Support LED MUX configuration on running a patternMilo Kim
2013-10-25leds: lp55xx: handle enable pin in driverSebastian Reichel
2013-10-22leds: lp55xx: enable setting default triggerLinus Walleij
2013-08-26leds: support new LP8501 device - another LP55xx commonKim, Milo
2013-06-20leds: lp55xx: support dynamic channel settings in the device tree structureKim, Milo
2013-06-20leds: lp55xx: add support for Device Tree bindingsLinus Walleij
2013-04-01leds: lp55xx: use common clock framework when external clock is usedKim, Milo
2013-04-01leds: lp55xx: fix the sysfs read operationKim, Milo
2013-04-01leds: add new LP5562 LED driverKim, Milo
2013-02-06leds-lp55xx: fix problem on removing LED attributesMilo(Woogyom) Kim