summaryrefslogtreecommitdiff
path: root/drivers/leds/leds-lp55xx-common.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-22leds: lp55xx: Use devm_clk_get_enabled() helpersHuan Yang1-13/+2
2024-08-22leds: lp55xx: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2024-07-11leds: leds-lp55xx: Convert mutex lock/unlock to guard APIChristian Marangi1-55/+40
2024-06-26leds: leds-lp55xx: Support ENGINE program up to 128 bytesChristian Marangi1-12/+42
2024-06-26leds: leds-lp55xx: Generalize sysfs master_faderChristian Marangi1-0/+113
2024-06-26leds: leds-lp55xx: Generalize sysfs engine_ledsChristian Marangi1-0/+109
2024-06-26leds: leds-lp55xx: Generalize sysfs engine_load and engine_modeChristian Marangi1-6/+77
2024-06-26leds: leds-lp55xx: Generalize stop_engine functionChristian Marangi1-0/+13
2024-06-26leds: leds-lp55xx: Generalize turn_off_channels functionChristian Marangi1-0/+10
2024-06-26leds: leds-lp55xx: Generalize set_led_current functionChristian Marangi1-0/+11
2024-06-26leds: leds-lp55xx: Generalize multicolor_brightness functionChristian Marangi1-0/+21
2024-06-26leds: leds-lp55xx: Generalize led_brightness functionChristian Marangi1-0/+14
2024-06-26leds: leds-lp55xx: Generalize firmware_loaded functionChristian Marangi1-0/+25
2024-06-26leds: leds-lp55xx: Generalize update_program_memory functionChristian Marangi1-0/+57
2024-06-26leds: leds-lp55xx: Generalize run_engine functionChristian Marangi1-0/+43
2024-06-26leds: leds-lp55xx: Generalize load_engine_and_select_page functionChristian Marangi1-0/+10
2024-06-26leds: leds-lp55xx: Generalize load_engine functionChristian Marangi1-1/+32
2024-06-26leds: leds-lp55xx: Generalize probe/remove functionsChristian Marangi1-36/+105
2024-06-26leds: leds-lp55xx: Generalize stop_all_engine OPChristian Marangi1-0/+36
2023-11-01leds: lp55xx: Use gpiod_set_value_cansleep()Stefan Eichenberger1-2/+2
2023-05-25leds: lp55xx: Configure internal charge pumpMaarten Zanders1-0/+9
2022-12-07leds: use sysfs_emit() to instead of scnprintf()ye xingchen1-2/+2
2022-10-21leds: lp55xx: remove variable jColin Ian King1-2/+1
2022-01-12leds: lp55xx: initialise output direction from dtsMerlijn Wajer1-1/+3
2021-06-23leds: lp55xx: Initialize enable GPIO direction to outputDoug Zobel1-1/+1
2020-09-26leds: various: fix OF node leaksMarek BehĂșn1-2/+6
2020-09-26leds: various: use only available OF childrenMarek BehĂșn1-3/+3
2020-08-03leds: add RGB color option, as that is different from multicolor.Pavel Machek1-1/+1
2020-07-22leds: lp55xx: Add multicolor framework support to lp55xxDan Murphy1-22/+155
2020-07-22leds: lp55xx: Convert LED class registration to devm_*Dan Murphy1-14/+1
2020-07-15leds: lp55xx: Fix file permissions to use DEVICE_ATTR macrosDan Murphy1-12/+10
2020-07-12leds: lp55xx: Convert to use GPIO descriptorsLinus Walleij1-16/+11
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-02-15leds: lp55xx: fix null deref on firmware load failureMichal Kazior1-2/+2
2018-06-13treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2016-01-04leds: lp55xx: Remove work queueAndrew Lunn1-7/+5
2015-08-28leds:lp55xx: use the private data instead of updating I2C device platform dataMilo Kim1-7/+6
2015-06-29leds:lp55xx: fix firmware loading errorMilo Kim1-1/+1
2014-06-28leds: lp55xx-common: fix attribute-creation raceJohan Hovold1-19/+3
2014-06-28leds: lp55xx-common: fix sysfs entry leakJohan Hovold1-0/+2
2014-01-28leds: lp5523: Support LED MUX configuration on running a patternMilo Kim1-0/+2
2013-10-25leds: lp55xx: handle enable pin in driverSebastian Reichel1-12/+13
2013-10-22leds: lp55xx: enable setting default triggerLinus Walleij1-0/+3
2013-08-27leds: support new LP8501 device - another LP55xx commonKim, Milo1-0/+3
2013-06-21leds: lp55xx: support dynamic channel settings in the device tree structureKim, Milo1-35/+26
2013-06-21leds: lp55xx: add support for Device Tree bindingsLinus Walleij1-0/+54
2013-04-01leds: lp55xx: use common clock framework when external clock is usedKim, Milo1-0/+36
2013-04-01leds: lp55xx: fix the sysfs read operationKim, Milo1-2/+2
2013-04-01leds: add new LP5562 LED driverKim, Milo1-1/+1
2013-02-07leds-lp55xx: fix problem on removing LED attributesMilo(Woogyom) Kim1-3/+0