summaryrefslogtreecommitdiff
path: root/drivers/leds/leds-lp5521.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-07leds-lp55xx: add device reset function in lp5521/5523Milo(Woogyom) Kim1-1/+9
2013-02-07leds-lp55xx: clean up deinit leds in lp5521/5523Milo(Woogyom) Kim1-10/+13
2013-02-07leds-lp55xx: clean up init leds in lp5521/5523Milo(Woogyom) Kim1-27/+42
2013-02-07leds-lp55xx: clean up deinit_device() in lp5521/5523Milo(Woogyom) Kim1-8/+12
2013-02-07leds-lp55xx: clean up init_device() in lp5521/5523Milo(Woogyom) Kim1-46/+56
2012-12-16Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds1-3/+10
2012-12-03leds: leds-lp5521: return an error code on error in probe()Dan Carpenter1-1/+8
2012-11-29leds: remove use of __devexitBill Pemberton1-1/+1
2012-11-29leds: remove use of __devinitBill Pemberton1-2/+2
2012-11-29leds: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-27leds: lp5521: Fix return valueSachin Kamat1-1/+1
2012-11-27leds: leds-lp5521: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2012-07-24leds: convert LP5521 LED driver to devm_kzalloc() and cleanup error exit pathBryan Wu1-12/+8
2012-05-30drivers/leds/leds-lp5521.c: fix lp5521_read() error handlingDan Carpenter1-4/+8
2012-03-24drivers/leds/leds-lp5521.c: ret may be uninitializedSrinidhi KASAGAR1-1/+1
2012-03-24drivers/leds/leds-lp5521.c: redefinition of register bitsKim, Milo1-11/+10
2012-03-24drivers/leds/leds-lp5521.c: support led pattern dataKim, Milo1-1/+101
2012-03-24drivers/leds/leds-lp5521.c: add 'update_config' in the lp5521_platform_dataKim, Milo1-15/+4
2012-03-24drivers/leds/leds-lp5521.c: add 'name' in the lp5521_led_configKim, Milo1-3/+8
2012-03-24drivers/leds/leds-lp5521.c: fix typoMasanari Iida1-1/+1
2012-01-11leds: convert led i2c drivers to module_i2c_driverAxel Lin1-19/+1
2011-11-01drivers/leds/leds-lp5521.c: check if reset is successfulSrinidhi KASAGAR1-0/+18
2011-11-01drivers/leds/leds-lp5521.c: avoid writing uninitialized value to LP5521_REG_O...Axel Lin1-3/+3
2011-07-26drivers/leds/leds-lp5521.c: provide section taggingLinus Walleij1-2/+2
2011-06-28drivers/leds/leds-lp5521.c: fix section mismatchesRalf Baechle1-2/+2
2011-03-23drivers/leds/leds-lp5521.c: world-writable sysfs engine* filesVasiliy Kulikov1-7/+7
2011-01-13leds-lp5521: modify the way of setting led device nameArun Murthy1-1/+2
2011-01-13leds: lp5521: fix circular lockingSamu Onkalo1-44/+8
2011-01-13drivers/leds/leds-lp5521.c: fix potential buffer overflowVasiliy Kulikov1-0/+2
2010-11-25drivers/leds/leds-lp5521.c: perform SW reset before detectionSamu Onkalo1-7/+5
2010-11-25drivers/leds/leds-lp5521.c: adjust delays and add comments to themSamu Onkalo1-9/+16
2010-11-25drivers/leds/leds-lp5521.c: change some macros to functionsSamu Onkalo1-5/+16
2010-11-12leds: driver for National Semiconductor LP5521 chipSamu Onkalo1-0/+821