summaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-lp5523.c
Commit message (Expand)AuthorAgeFilesLines
...
* leds-lp55xx: clean up deinit_device() in lp5521/5523Milo(Woogyom) Kim2013-02-061-8/+12
* leds-lp55xx: clean up init_device() in lp5521/5523Milo(Woogyom) Kim2013-02-061-19/+28
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2012-12-151-5/+19
|\
| * leds: lp5523: Fix return valueSachin Kamat2012-11-261-1/+1
| * leds: leds-lp5523: replace strict_strtoul() with kstrtoul()Jingoo Han2012-11-261-1/+1
| * leds: leds-lp5523: fix build warningsJingoo Han2012-11-261-3/+17
* | leds: remove use of __devinitBill Pemberton2012-11-281-2/+2
|/
* leds-lp5523: Fix riskiness of the page faultKim, Milo2012-09-131-0/+1
* leds-lp5523: turn off the LED engines on unloading the driverKim, Milo2012-09-131-0/+3
* leds-lp5523: use the i2c device id rather than fixed nameKim, Milo2012-09-111-4/+6
* leds-lp5523: add new device id for LP55231Kim, Milo2012-09-111-2/+8
* leds-lp5523: minor code style fixesKim, Milo2012-09-111-8/+7
* leds-lp5523: change the return type of lp5523_set_mode()Kim, Milo2012-09-111-11/+13
* leds-lp5523: set the brightness to 0 forcely on removing the driverKim, Milo2012-09-111-2/+2
* leds-lp5523: add channel name in the platform dataKim, Milo2012-09-111-3/+7
* leds: convert LP5523 LED driver to devm_kzalloc() and cleanup error exit pathBryan Wu2012-07-241-14/+10
* leds-lp5523: BUG() in error handling in probe()Dan Carpenter2012-07-241-3/+3
* drivers/leds/leds-lp5523.c: constify some dataAndrew Morton2012-03-231-3/+3
* drivers/leds/leds-lp5523.c: remove unneeded forward declarationAxel Lin2012-01-101-2/+0
* leds: convert led i2c drivers to module_i2c_driverAxel Lin2012-01-101-19/+1
* drivers/leds/leds-lp5523.c: fix section mismatchesRalf Baechle2011-06-271-2/+2
* drivers/leds/leds-lp5523.c: world-writable engine* sysfs filesVasiliy Kulikov2011-03-221-10/+10
* leds: lp5523: fix circular lockingSamu Onkalo2011-01-131-40/+16
* leds: leds-lp5523: modify the way of setting led device nameSamu Onkalo2011-01-131-1/+2
* drivers/leds/leds-lp5523.c: perform SW reset before detectionSamu Onkalo2010-11-251-7/+5
* drivers/leds/leds-lp5523.c: adjust delays and add comments to themSamu Onkalo2010-11-251-14/+17
* drivers/leds/leds-lp5523.c: change some macros to functionsSamu Onkalo2010-11-251-3/+6
* leds: driver for National Semiconductors LP5523 chipSamu Onkalo2010-11-121-0/+1065