summaryrefslogtreecommitdiff
path: root/drivers/leds/leds-lp5521.c
AgeCommit message (Expand)AuthorFilesLines
12 daysleds: leds-lp55xx: Convert mutex lock/unlock to guard APIChristian Marangi1-2/+3
2024-06-26leds: leds-lp55xx: Drop deprecated definesChristian Marangi1-24/+0
2024-06-26leds: leds-lp55xx: Generalize sysfs engine_load and engine_modeChristian Marangi1-82/+6
2024-06-26leds: leds-lp55xx: Generalize stop_engine functionChristian Marangi1-17/+3
2024-06-26leds: leds-lp55xx: Generalize set_led_current functionChristian Marangi1-8/+4
2024-06-26leds: leds-lp55xx: Generalize multicolor_brightness functionChristian Marangi1-20/+1
2024-06-26leds: leds-lp55xx: Generalize led_brightness functionChristian Marangi1-14/+4
2024-06-26leds: leds-lp55xx: Generalize firmware_loaded functionChristian Marangi1-21/+1
2024-06-26leds: leds-lp55xx: Generalize update_program_memory functionChristian Marangi1-51/+5
2024-06-26leds: leds-lp55xx: Generalize run_engine functionChristian Marangi1-36/+6
2024-06-26leds: leds-lp55xx: Generalize load_engine functionChristian Marangi1-23/+3
2024-06-26leds: leds-lp55xx: Generalize probe/remove functionsChristian Marangi1-77/+4
2024-06-26leds: leds-lp55xx: Generalize stop_all_engine OPChristian Marangi1-7/+4
2024-06-21leds: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König1-1/+1
2023-11-01leds: lp5521: Add an error check in lp5521_post_init_deviceSu Hui1-0/+2
2023-08-17leds: Remove redundant of_match_ptr()Zhu Wang1-3/+2
2023-05-25leds: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-05-25leds: lp55xx: Configure internal charge pumpMaarten Zanders1-6/+5
2023-01-30leds: lp5521: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-12-07leds: use sysfs_emit() to instead of scnprintf()ye xingchen1-1/+1
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2020-09-26leds: various: use dev_of_node(dev) instead of dev->of_nodeMarek Behún1-1/+1
2020-07-22leds: lp5521: Add multicolor framework multicolor brightness supportDan Murphy1-0/+20
2020-07-22leds: lp55xx: Add multicolor framework support to lp55xxDan Murphy1-6/+8
2020-07-22leds: lp55xx: Convert LED class registration to devm_*Dan Murphy1-6/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-14/+1
2018-06-13treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+2
2017-08-29leds: lp5521: make several arrays static constColin Ian King1-4/+4
2017-05-09scripts/spelling.txt: add "memory" pattern and fix typosStephen Boyd1-1/+1
2016-01-04leds: lp55xx: Remove work queueAndrew Lunn1-5/+6
2015-08-28leds:lp55xx: use the private data instead of updating I2C device platform dataMilo Kim1-6/+5
2014-02-27drivers/leds: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-29Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds1-2/+16
2014-01-28leds: lp5521/5523: Fix multiple engine usage bugMilo Kim1-2/+16
2014-01-11leds: lp5521/5523: Remove duplicate mutexMilo Kim1-8/+4
2013-08-27leds: lp5521: remove unnecessary writing commandsMilo Kim1-11/+3
2013-08-27leds: lp5521: restore legacy device attributesMilo Kim1-4/+100
2013-08-27leds: use dev_get_platdata()Jingoo Han1-2/+2
2013-06-21leds: lp5521: Properly setup of_device_id tableAxel Lin1-1/+9
2013-06-21leds: lp55xx: add support for Device Tree bindingsLinus Walleij1-5/+15
2013-04-01leds: lp55xx: configure the clock detectionKim, Milo1-2/+17
2013-04-01leds: lp55xx: fix the sysfs read operationKim, Milo1-1/+2
2013-02-07leds-lp5521/5523: add author and copyright descriptionMilo(Woogyom) Kim1-0/+3
2013-02-07leds-lp55xx: clean up headersMilo(Woogyom) Kim1-13/+6
2013-02-07leds-lp55xx: clean up definitionsMilo(Woogyom) Kim1-23/+3
2013-02-07leds-lp55xx: clean up unused data and functionsMilo(Woogyom) Kim1-32/+0
2013-02-07leds-lp55xx: clean up _remove()Milo(Woogyom) Kim1-77/+2
2013-02-07leds-lp55xx: code refactoring on selftest functionMilo(Woogyom) Kim1-19/+11
2013-02-07leds-lp55xx: use common device attribute driver functionMilo(Woogyom) Kim1-10/+7
2013-02-07leds-lp5521: use generic firmware interfaceMilo(Woogyom) Kim1-251/+163