aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-lp5523.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-06leds-lp55xx: clean up deinit_device() in lp5521/5523Milo(Woogyom) Kim1-8/+12
2013-02-06leds-lp55xx: clean up init_device() in lp5521/5523Milo(Woogyom) Kim1-19/+28
2012-12-15Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-ledsLinus Torvalds1-5/+19
2012-11-28leds: remove use of __devinitBill Pemberton1-2/+2
2012-11-26leds: lp5523: Fix return valueSachin Kamat1-1/+1
2012-11-26leds: leds-lp5523: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2012-11-26leds: leds-lp5523: fix build warningsJingoo Han1-3/+17
2012-09-13leds-lp5523: Fix riskiness of the page faultKim, Milo1-0/+1
2012-09-13leds-lp5523: turn off the LED engines on unloading the driverKim, Milo1-0/+3
2012-09-11leds-lp5523: use the i2c device id rather than fixed nameKim, Milo1-4/+6
2012-09-11leds-lp5523: add new device id for LP55231Kim, Milo1-2/+8
2012-09-11leds-lp5523: minor code style fixesKim, Milo1-8/+7
2012-09-11leds-lp5523: change the return type of lp5523_set_mode()Kim, Milo1-11/+13
2012-09-11leds-lp5523: set the brightness to 0 forcely on removing the driverKim, Milo1-2/+2
2012-09-11leds-lp5523: add channel name in the platform dataKim, Milo1-3/+7
2012-07-24leds: convert LP5523 LED driver to devm_kzalloc() and cleanup error exit pathBryan Wu1-14/+10
2012-07-24leds-lp5523: BUG() in error handling in probe()Dan Carpenter1-3/+3
2012-03-23drivers/leds/leds-lp5523.c: constify some dataAndrew Morton1-3/+3
2012-01-10drivers/leds/leds-lp5523.c: remove unneeded forward declarationAxel Lin1-2/+0
2012-01-10leds: convert led i2c drivers to module_i2c_driverAxel Lin1-19/+1
2011-06-27drivers/leds/leds-lp5523.c: fix section mismatchesRalf Baechle1-2/+2
2011-03-22drivers/leds/leds-lp5523.c: world-writable engine* sysfs filesVasiliy Kulikov1-10/+10
2011-01-13leds: lp5523: fix circular lockingSamu Onkalo1-40/+16
2011-01-13leds: leds-lp5523: modify the way of setting led device nameSamu Onkalo1-1/+2
2010-11-25drivers/leds/leds-lp5523.c: perform SW reset before detectionSamu Onkalo1-7/+5
2010-11-25drivers/leds/leds-lp5523.c: adjust delays and add comments to themSamu Onkalo1-14/+17
2010-11-25drivers/leds/leds-lp5523.c: change some macros to functionsSamu Onkalo1-3/+6
2010-11-12leds: driver for National Semiconductors LP5523 chipSamu Onkalo1-0/+1065