summaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-lp5523.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* leds: lp5523: restore legacy device attributesMilo Kim2013-08-261-4/+223
* leds: lp5523: LED MUX configuration on initializingMilo Kim2013-08-261-1/+69
* leds: lp5523: make separate API for loading engineMilo Kim2013-08-261-4/+10
* leds: use dev_get_platdata()Jingoo Han2013-08-261-2/+2
* leds: lp5523: Properly setup of_device_id tableAxel Lin2013-06-201-1/+10
* leds: lp55xx: add support for Device Tree bindingsLinus Walleij2013-06-201-5/+14
* leds-lp5521/5523: add author and copyright descriptionMilo(Woogyom) Kim2013-02-061-0/+3
* leds-lp55xx: clean up headersMilo(Woogyom) Kim2013-02-061-13/+6
* leds-lp55xx: clean up definitionsMilo(Woogyom) Kim2013-02-061-47/+9
* leds-lp55xx: clean up unused data and functionsMilo(Woogyom) Kim2013-02-061-19/+0
* leds-lp55xx: clean up _remove()Milo(Woogyom) Kim2013-02-061-17/+2
* leds-lp55xx: code refactoring on selftest functionMilo(Woogyom) Kim2013-02-061-33/+20
* leds-lp55xx: use common device attribute driver functionMilo(Woogyom) Kim2013-02-061-16/+7
* leds-lp5523: use generic firmware interfaceMilo(Woogyom) Kim2013-02-061-346/+157
* leds-lp55xx: use lp55xx_unregister_leds()Milo(Woogyom) Kim2013-02-061-23/+2
* leds-lp55xx: provide common LED current settingMilo(Woogyom) Kim2013-02-061-61/+8
* leds-lp55xx: use lp55xx_set_brightness()Milo(Woogyom) Kim2013-02-061-19/+4
* leds-lp55xx: use lp55xx_init_led() common functionMilo(Woogyom) Kim2013-02-061-55/+7
* leds-lp55xx: use lp55xx common led registration functionMilo(Woogyom) Kim2013-02-061-42/+3