summaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-lp5562.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-2/+2
* leds: lp5562: make several arrays static constColin Ian King2017-08-291-5/+5
* scripts/spelling.txt: add "memory" pattern and fix typosStephen Boyd2017-05-091-1/+1
* leds: lp55xx: Remove work queueAndrew Lunn2016-01-041-5/+6
* leds:lp55xx: use the private data instead of updating I2C device platform dataMilo Kim2015-08-281-6/+5Star
* leds: lp5562: remove unnecessary parenthesesJingoo Han2014-02-271-3/+3
* drivers/leds: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-271-1/+0Star
* leds: Include linux/of.h headerSachin Kamat2013-10-221-0/+1
* leds: lp5562: use LP55xx common macros for device attributesMilo Kim2013-08-271-2/+2
* leds: use dev_get_platdata()Jingoo Han2013-08-271-2/+2
* leds: lp5562: Properly setup of_device_id tableAxel Lin2013-06-211-1/+10
* leds: lp5562: support the device tree featureKim, Milo2013-06-211-5/+14
* leds: lp55xx: configure the clock detectionKim, Milo2013-04-011-4/+10
* leds: add new LP5562 LED driverKim, Milo2013-04-011-0/+593