aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-lp5562.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-22leds: leds-lp5562 allow firmware files up to the maximum lengthNick Stoughton1-1/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+2
2017-08-29leds: lp5562: make several arrays static constColin Ian King1-5/+5
2017-05-08scripts/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-27leds: lp5562: remove unnecessary parenthesesJingoo Han1-3/+3
2014-02-27drivers/leds: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-22leds: Include linux/of.h headerSachin Kamat1-0/+1
2013-08-26leds: lp5562: use LP55xx common macros for device attributesMilo Kim1-2/+2
2013-08-26leds: use dev_get_platdata()Jingoo Han1-2/+2
2013-06-20leds: lp5562: Properly setup of_device_id tableAxel Lin1-1/+10
2013-06-20leds: lp5562: support the device tree featureKim, Milo1-5/+14
2013-04-01leds: lp55xx: configure the clock detectionKim, Milo1-4/+10
2013-04-01leds: add new LP5562 LED driverKim, Milo1-0/+593