summaryrefslogtreecommitdiff
path: root/drivers/leds/leds-lp55xx-common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* leds: leds-lp55xx: Convert mutex lock/unlock to guard APIChristian Marangi2024-07-111-55/+40
* leds: leds-lp55xx: Support ENGINE program up to 128 bytesChristian Marangi2024-06-261-12/+42
* leds: leds-lp55xx: Generalize sysfs master_faderChristian Marangi2024-06-261-0/+113
* leds: leds-lp55xx: Generalize sysfs engine_ledsChristian Marangi2024-06-261-0/+109
* leds: leds-lp55xx: Generalize sysfs engine_load and engine_modeChristian Marangi2024-06-261-6/+77
* leds: leds-lp55xx: Generalize stop_engine functionChristian Marangi2024-06-261-0/+13
* leds: leds-lp55xx: Generalize turn_off_channels functionChristian Marangi2024-06-261-0/+10
* leds: leds-lp55xx: Generalize set_led_current functionChristian Marangi2024-06-261-0/+11
* leds: leds-lp55xx: Generalize multicolor_brightness functionChristian Marangi2024-06-261-0/+21
* leds: leds-lp55xx: Generalize led_brightness functionChristian Marangi2024-06-261-0/+14
* leds: leds-lp55xx: Generalize firmware_loaded functionChristian Marangi2024-06-261-0/+25
* leds: leds-lp55xx: Generalize update_program_memory functionChristian Marangi2024-06-261-0/+57
* leds: leds-lp55xx: Generalize run_engine functionChristian Marangi2024-06-261-0/+43
* leds: leds-lp55xx: Generalize load_engine_and_select_page functionChristian Marangi2024-06-261-0/+10
* leds: leds-lp55xx: Generalize load_engine functionChristian Marangi2024-06-261-1/+32
* leds: leds-lp55xx: Generalize probe/remove functionsChristian Marangi2024-06-261-36/+105
* leds: leds-lp55xx: Generalize stop_all_engine OPChristian Marangi2024-06-261-0/+36
* leds: lp55xx: Use gpiod_set_value_cansleep()Stefan Eichenberger2023-11-011-2/+2
* leds: lp55xx: Configure internal charge pumpMaarten Zanders2023-05-251-0/+9
* leds: use sysfs_emit() to instead of scnprintf()ye xingchen2022-12-071-2/+2
* leds: lp55xx: remove variable jColin Ian King2022-10-211-2/+1
* leds: lp55xx: initialise output direction from dtsMerlijn Wajer2022-01-121-1/+3
* leds: lp55xx: Initialize enable GPIO direction to outputDoug Zobel2021-06-231-1/+1
* leds: various: fix OF node leaksMarek BehĂșn2020-09-261-2/+6
* leds: various: use only available OF childrenMarek BehĂșn2020-09-261-3/+3
* leds: add RGB color option, as that is different from multicolor.Pavel Machek2020-08-031-1/+1
* leds: lp55xx: Add multicolor framework support to lp55xxDan Murphy2020-07-221-22/+155
* leds: lp55xx: Convert LED class registration to devm_*Dan Murphy2020-07-221-14/+1
* leds: lp55xx: Fix file permissions to use DEVICE_ATTR macrosDan Murphy2020-07-151-12/+10
* leds: lp55xx: Convert to use GPIO descriptorsLinus Walleij2020-07-121-16/+11
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* leds: lp55xx: fix null deref on firmware load failureMichal Kazior2019-02-141-2/+2
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-1/+1
* leds: lp55xx: Remove work queueAndrew Lunn2016-01-041-7/+5
* leds:lp55xx: use the private data instead of updating I2C device platform dataMilo Kim2015-08-281-7/+6
* leds:lp55xx: fix firmware loading errorMilo Kim2015-06-291-1/+1
* leds: lp55xx-common: fix attribute-creation raceJohan Hovold2014-06-271-19/+3
* leds: lp55xx-common: fix sysfs entry leakJohan Hovold2014-06-271-0/+2
* leds: lp5523: Support LED MUX configuration on running a patternMilo Kim2014-01-271-0/+2
* leds: lp55xx: handle enable pin in driverSebastian Reichel2013-10-251-12/+13
* leds: lp55xx: enable setting default triggerLinus Walleij2013-10-221-0/+3
* leds: support new LP8501 device - another LP55xx commonKim, Milo2013-08-261-0/+3
* leds: lp55xx: support dynamic channel settings in the device tree structureKim, Milo2013-06-201-35/+26
* leds: lp55xx: add support for Device Tree bindingsLinus Walleij2013-06-201-0/+54
* leds: lp55xx: use common clock framework when external clock is usedKim, Milo2013-04-011-0/+36
* leds: lp55xx: fix the sysfs read operationKim, Milo2013-04-011-2/+2
* leds: add new LP5562 LED driverKim, Milo2013-04-011-1/+1
* leds-lp55xx: fix problem on removing LED attributesMilo(Woogyom) Kim2013-02-061-3/+0
* leds-lp55xx: add new function for removing device attribtuesMilo(Woogyom) Kim2013-02-061-0/+12
* leds-lp55xx: support device specific attributesMilo(Woogyom) Kim2013-02-061-1/+12