aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds/leds-lp5562.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-17leds: Remove redundant of_match_ptr()Gravatar Zhu Wang 1-3/+1
2023-05-25leds: Switch i2c drivers back to use .probe()Gravatar Uwe Kleine-König 1-1/+1
2023-01-30leds: lp5562: Convert to i2c's .probe_new()Gravatar Uwe Kleine-König 1-3/+2
2022-08-16i2c: Make remove callback return voidGravatar Uwe Kleine-König 1-3/+1
2020-09-26leds: various: use dev_of_node(dev) instead of dev->of_nodeGravatar Marek Behún 1-1/+1
2020-07-22leds: lp55xx: Add multicolor framework support to lp55xxGravatar Dan Murphy 1-5/+8
2020-07-22leds: lp55xx: Convert LED class registration to devm_*Gravatar Dan Murphy 1-6/+3
2019-07-22leds: leds-lp5562 allow firmware files up to the maximum lengthGravatar Nick Stoughton 1-1/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-2/+2
2017-08-29leds: lp5562: make several arrays static constGravatar Colin Ian King 1-5/+5
2017-05-08scripts/spelling.txt: add "memory" pattern and fix typosGravatar Stephen Boyd 1-1/+1
2016-01-04leds: lp55xx: Remove work queueGravatar Andrew Lunn 1-5/+6
2015-08-28leds:lp55xx: use the private data instead of updating I2C device platform dataGravatar Milo Kim 1-6/+5
2014-02-27leds: lp5562: remove unnecessary parenthesesGravatar Jingoo Han 1-3/+3
2014-02-27drivers/leds: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-10-22leds: Include linux/of.h headerGravatar Sachin Kamat 1-0/+1
2013-08-26leds: lp5562: use LP55xx common macros for device attributesGravatar Milo Kim 1-2/+2
2013-08-26leds: use dev_get_platdata()Gravatar Jingoo Han 1-2/+2
2013-06-20leds: lp5562: Properly setup of_device_id tableGravatar Axel Lin 1-1/+10
2013-06-20leds: lp5562: support the device tree featureGravatar Kim, Milo 1-5/+14
2013-04-01leds: lp55xx: configure the clock detectionGravatar Kim, Milo 1-4/+10
2013-04-01leds: add new LP5562 LED driverGravatar Kim, Milo 1-0/+593