summaryrefslogtreecommitdiff
path: root/drivers/leds/leds-lp5523.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* leds: leds-lp55xx: Convert mutex lock/unlock to guard APIChristian Marangi2024-07-111-16/+9
* leds: leds-lp5523: Convert to sysfs_emit APIChristian Marangi2024-07-041-4/+4
* leds: leds-lp55xx: Drop deprecated definesChristian Marangi2024-06-261-46/+0
* leds: leds-lp55xx: Support ENGINE program up to 128 bytesChristian Marangi2024-06-261-3/+2
* leds: leds-lp55xx: Generalize sysfs master_faderChristian Marangi2024-06-261-139/+11
* leds: leds-lp55xx: Generalize sysfs engine_ledsChristian Marangi2024-06-261-116/+3
* leds: leds-lp55xx: Generalize sysfs engine_load and engine_modeChristian Marangi2024-06-261-82/+6
* leds: leds-lp55xx: Generalize stop_engine functionChristian Marangi2024-06-261-17/+3
* leds: leds-lp55xx: Generalize turn_off_channels functionChristian Marangi2024-06-261-9/+1
* leds: leds-lp55xx: Generalize set_led_current functionChristian Marangi2024-06-261-8/+4
* leds: leds-lp55xx: Generalize multicolor_brightness functionChristian Marangi2024-06-261-20/+1
* leds: leds-lp55xx: Generalize led_brightness functionChristian Marangi2024-06-261-13/+4
* leds: leds-lp55xx: Generalize firmware_loaded functionChristian Marangi2024-06-261-21/+1
* leds: leds-lp55xx: Generalize update_program_memory functionChristian Marangi2024-06-261-45/+5
* leds: leds-lp55xx: Generalize run_engine functionChristian Marangi2024-06-261-37/+4
* leds: leds-lp55xx: Generalize load_engine_and_select_page functionChristian Marangi2024-06-261-17/+5
* leds: leds-lp55xx: Generalize load_engine functionChristian Marangi2024-06-261-23/+3
* leds: leds-lp55xx: Generalize probe/remove functionsChristian Marangi2024-06-261-79/+6
* leds: leds-lp55xx: Generalize stop_all_engine OPChristian Marangi2024-06-261-8/+12
* leds: Remove redundant of_match_ptr()Zhu Wang2023-08-171-3/+1
* leds: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-251-1/+1
* leds: lp55xx: Configure internal charge pumpMaarten Zanders2023-05-251-5/+9
* leds: lp5523: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-301-3/+3
* leds: lp5523: fix out-of-bounds bug in lp5523_selftest()Maarten Zanders2022-10-281-12/+15
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* leds: lp5523: check return value of lp5xx_read and jump to cleanup codePhillip Potter2021-05-131-1/+3
* Revert "leds: lp5523: fix a missing check of return value of lp55xx_read"Greg Kroah-Hartman2021-05-131-3/+1
* leds: various: use dev_of_node(dev) instead of dev->of_nodeMarek Behún2020-09-261-1/+1
* leds: lp5523: Update the lp5523 code to add multicolor brightness functionDan Murphy2020-07-221-0/+20
* leds: lp55xx: Add multicolor framework support to lp55xxDan Murphy2020-07-221-6/+8
* leds: lp55xx: Convert LED class registration to devm_*Dan Murphy2020-07-221-6/+3
* leds: lp5523: Fix various formatting issues in the codeDan Murphy2020-07-151-9/+10
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-051-14/+1
* leds: lp5523: fix a missing check of return value of lp55xx_readKangjie Lu2019-01-171-1/+3
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-2/+2
* leds: lp55xx: fix spelling mistake: 'cound' -> 'could'Arvind Yadav2017-10-301-1/+1
* leds: lp55xx: make various arrays static constColin Ian King2017-06-301-5/+5
* scripts/spelling.txt: add "memory" pattern and fix typosStephen Boyd2017-05-081-1/+1
* leds: lp55xx: Remove work queueAndrew Lunn2016-01-041-5/+5
* leds:lp55xx: use the private data instead of updating I2C device platform dataMilo Kim2015-08-281-6/+5
* leds: lp5523: add master_fader supportToshi Kikuchi2015-05-251-0/+148
* leds: lp55xx: add DT bindings for LP55231Daniel Mack2014-05-081-1/+2
* drivers/leds: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-271-1/+0
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2014-01-281-3/+17
|\
| * leds: lp5521/5523: Fix multiple engine usage bugMilo Kim2014-01-271-3/+17
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-01-221-1/+9
|\ \
| * | lp5523, lp8501: comment improvementsPavel Machek2014-01-101-1/+9
| |/
* / leds: lp5521/5523: Remove duplicate mutexMilo Kim2014-01-101-8/+4
|/
* leds: Include linux/of.h headerSachin Kamat2013-10-221-0/+1
* leds: lp5523: remove unnecessary writing commandsMilo Kim2013-08-261-11/+3