summaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-lp5521.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2012-12-151-3/+10
|\
| * leds: leds-lp5521: return an error code on error in probe()Dan Carpenter2012-12-031-1/+8
| * leds: lp5521: Fix return valueSachin Kamat2012-11-261-1/+1
| * leds: leds-lp5521: replace strict_strtoul() with kstrtoul()Jingoo Han2012-11-261-1/+1
* | leds: remove use of __devexitBill Pemberton2012-11-281-1/+1
* | leds: remove use of __devinitBill Pemberton2012-11-281-2/+2
* | leds: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
|/
* leds: convert LP5521 LED driver to devm_kzalloc() and cleanup error exit pathBryan Wu2012-07-241-12/+8
* drivers/leds/leds-lp5521.c: fix lp5521_read() error handlingDan Carpenter2012-05-291-4/+8
* drivers/leds/leds-lp5521.c: ret may be uninitializedSrinidhi KASAGAR2012-03-231-1/+1
* drivers/leds/leds-lp5521.c: redefinition of register bitsKim, Milo2012-03-231-11/+10
* drivers/leds/leds-lp5521.c: support led pattern dataKim, Milo2012-03-231-1/+101
* drivers/leds/leds-lp5521.c: add 'update_config' in the lp5521_platform_dataKim, Milo2012-03-231-15/+4
* drivers/leds/leds-lp5521.c: add 'name' in the lp5521_led_configKim, Milo2012-03-231-3/+8
* drivers/leds/leds-lp5521.c: fix typoMasanari Iida2012-03-231-1/+1
* leds: convert led i2c drivers to module_i2c_driverAxel Lin2012-01-101-19/+1
* drivers/leds/leds-lp5521.c: check if reset is successfulSrinidhi KASAGAR2011-10-311-0/+18
* drivers/leds/leds-lp5521.c: avoid writing uninitialized value to LP5521_REG_O...Axel Lin2011-10-311-3/+3
* drivers/leds/leds-lp5521.c: provide section taggingLinus Walleij2011-07-251-2/+2
* drivers/leds/leds-lp5521.c: fix section mismatchesRalf Baechle2011-06-271-2/+2
* drivers/leds/leds-lp5521.c: world-writable sysfs engine* filesVasiliy Kulikov2011-03-221-7/+7
* leds-lp5521: modify the way of setting led device nameArun Murthy2011-01-131-1/+2
* leds: lp5521: fix circular lockingSamu Onkalo2011-01-131-44/+8
* drivers/leds/leds-lp5521.c: fix potential buffer overflowVasiliy Kulikov2011-01-131-0/+2
* drivers/leds/leds-lp5521.c: perform SW reset before detectionSamu Onkalo2010-11-251-7/+5
* drivers/leds/leds-lp5521.c: adjust delays and add comments to themSamu Onkalo2010-11-251-9/+16
* drivers/leds/leds-lp5521.c: change some macros to functionsSamu Onkalo2010-11-251-5/+16
* leds: driver for National Semiconductor LP5521 chipSamu Onkalo2010-11-121-0/+821