summaryrefslogtreecommitdiff
path: root/drivers/leds/leds-lp8501.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-26leds: leds-lp55xx: Drop deprecated definesChristian Marangi1-31/+0
2024-06-26leds: leds-lp55xx: Generalize turn_off_channels functionChristian Marangi1-9/+1
2024-06-26leds: leds-lp55xx: Generalize set_led_current functionChristian Marangi1-8/+4
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-48/+4
2024-06-26leds: leds-lp55xx: Generalize run_engine functionChristian Marangi1-37/+4
2024-06-26leds: leds-lp55xx: Generalize load_engine_and_select_page functionChristian Marangi1-16/+3
2024-06-26leds: leds-lp55xx: Generalize load_engine functionChristian Marangi1-15/+2
2024-06-26leds: leds-lp55xx: Generalize probe/remove functionsChristian Marangi1-77/+4
2024-06-26leds: leds-lp55xx: Generalize stop_all_engine OPChristian Marangi1-8/+12
2024-06-21leds: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König1-1/+1
2023-08-17leds: Remove redundant of_match_ptr()Zhu Wang1-3/+1
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-3/+5
2023-01-30leds: lp8501: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
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: 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-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2018-06-13treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+2
2017-08-29leds: lp8501: make several arrays static constColin Ian King1-3/+3
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
2015-03-30leds: lp8501: Fix typo in MODULE_DESCRIPTION in leds-lp8501.cMasanari Iida1-1/+1
2014-01-10lp5523, lp8501: comment improvementsPavel Machek1-1/+1
2013-10-22leds: Include linux/of.h headerSachin Kamat1-0/+1
2013-08-27leds: use dev_get_platdata()Jingoo Han1-2/+2
2013-08-27leds: support new LP8501 device - another LP55xx commonKim, Milo1-0/+410