aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-lp5521.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-26leds: lp5521: Fix return valueSachin Kamat1-1/+1
2012-11-26leds: 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-29drivers/leds/leds-lp5521.c: fix lp5521_read() error handlingDan Carpenter1-4/+8
2012-03-23drivers/leds/leds-lp5521.c: ret may be uninitializedSrinidhi KASAGAR1-1/+1
2012-03-23drivers/leds/leds-lp5521.c: redefinition of register bitsKim, Milo1-11/+10
2012-03-23drivers/leds/leds-lp5521.c: support led pattern dataKim, Milo1-1/+101
2012-03-23drivers/leds/leds-lp5521.c: add 'update_config' in the lp5521_platform_dataKim, Milo1-15/+4
2012-03-23drivers/leds/leds-lp5521.c: add 'name' in the lp5521_led_configKim, Milo1-3/+8
2012-03-23drivers/leds/leds-lp5521.c: fix typoMasanari Iida1-1/+1
2012-01-10leds: convert led i2c drivers to module_i2c_driverAxel Lin1-19/+1
2011-10-31drivers/leds/leds-lp5521.c: check if reset is successfulSrinidhi KASAGAR1-0/+18
2011-10-31drivers/leds/leds-lp5521.c: avoid writing uninitialized value to LP5521_REG_OP_MODE registerAxel Lin1-3/+3
2011-07-25drivers/leds/leds-lp5521.c: provide section taggingLinus Walleij1-2/+2
2011-06-27drivers/leds/leds-lp5521.c: fix section mismatchesRalf Baechle1-2/+2
2011-03-22drivers/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