aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds/leds-lp5562.c
AgeCommit message (Expand)AuthorFilesLines
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