summaryrefslogtreecommitdiff
path: root/drivers/leds/leds-lp5521.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* leds: leds-lp55xx: Convert mutex lock/unlock to guard APIChristian Marangi2024-07-111-2/+3
* leds: leds-lp55xx: Drop deprecated definesChristian Marangi2024-06-261-24/+0
* 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 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-14/+4
* leds: leds-lp55xx: Generalize firmware_loaded functionChristian Marangi2024-06-261-21/+1
* leds: leds-lp55xx: Generalize update_program_memory functionChristian Marangi2024-06-261-51/+5
* leds: leds-lp55xx: Generalize run_engine functionChristian Marangi2024-06-261-36/+6
* leds: leds-lp55xx: Generalize load_engine functionChristian Marangi2024-06-261-23/+3
* leds: leds-lp55xx: Generalize probe/remove functionsChristian Marangi2024-06-261-77/+4
* leds: leds-lp55xx: Generalize stop_all_engine OPChristian Marangi2024-06-261-7/+4
* leds: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-06-211-1/+1
* leds: lp5521: Add an error check in lp5521_post_init_deviceSu Hui2023-11-011-0/+2
* leds: Remove redundant of_match_ptr()Zhu Wang2023-08-171-3/+2
* 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-6/+5
* leds: lp5521: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-301-3/+3
* leds: use sysfs_emit() to instead of scnprintf()ye xingchen2022-12-071-1/+1
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* leds: various: use dev_of_node(dev) instead of dev->of_nodeMarek Behún2020-09-261-1/+1
* leds: lp5521: Add multicolor framework multicolor brightness supportDan 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
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-051-14/+1
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-2/+2
* leds: lp5521: make several arrays static constColin Ian King2017-08-291-4/+4
* scripts/spelling.txt: add "memory" pattern and fix typosStephen Boyd2017-05-081-1/+1
* leds: lp55xx: Remove work queueAndrew Lunn2016-01-041-5/+6
* leds:lp55xx: use the private data instead of updating I2C device platform dataMilo Kim2015-08-281-6/+5
* 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-2/+16
|\
| * leds: lp5521/5523: Fix multiple engine usage bugMilo Kim2014-01-271-2/+16
* | leds: lp5521/5523: Remove duplicate mutexMilo Kim2014-01-101-8/+4
|/
* leds: lp5521: remove unnecessary writing commandsMilo Kim2013-08-261-11/+3
* leds: lp5521: restore legacy device attributesMilo Kim2013-08-261-4/+100
* leds: use dev_get_platdata()Jingoo Han2013-08-261-2/+2
* leds: lp5521: Properly setup of_device_id tableAxel Lin2013-06-201-1/+9
* leds: lp55xx: add support for Device Tree bindingsLinus Walleij2013-06-201-5/+15
* leds: lp55xx: configure the clock detectionKim, Milo2013-04-011-2/+17
* leds: lp55xx: fix the sysfs read operationKim, Milo2013-04-011-1/+2
* 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-23/+3
* leds-lp55xx: clean up unused data and functionsMilo(Woogyom) Kim2013-02-061-32/+0
* leds-lp55xx: clean up _remove()Milo(Woogyom) Kim2013-02-061-77/+2
* leds-lp55xx: code refactoring on selftest functionMilo(Woogyom) Kim2013-02-061-19/+11
* leds-lp55xx: use common device attribute driver functionMilo(Woogyom) Kim2013-02-061-10/+7
* leds-lp5521: use generic firmware interfaceMilo(Woogyom) Kim2013-02-061-251/+163