aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-23led-class: change back LEDS_CLASS to tristate instead of boolBryan Wu3-71/+71
2012-03-23drivers/leds/leds-lm3530.c: move the code setting gen_config to one placeAxel Lin1-8/+10
2012-03-23drivers/leds/leds-pca9633.c: remove unused 'adapter' variableAxel Lin1-2/+0
2012-03-23leds-lm3530: replace pltfm with pdataKim, Milo1-18/+18
2012-03-23leds-lm3530: remove LM3530_ALS_ZONE_REG codeKim, Milo1-15/+12
2012-03-23leds-lm3530: support pwm input modeKim, Milo1-8/+24
2012-03-23leds-lm3530: replace i2c_client with led_classdevKim, Milo1-8/+7
2012-03-23leds-lm3530: set the max_brightness to 127Kim, Milo1-2/+9
2012-03-23drivers/leds/leds-gpio.c: use linux/gpio.h rather than asm/gpio.hMark Brown1-2/+1
2012-03-23drivers/leds: add driver for PCA9633 I2C chipPeter Meerwald3-0/+204
2012-03-23drivers/leds/leds-lp5523.c: constify some dataAndrew Morton1-3/+3
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-tca6507.c: remove obsolete cleanup for clientdataWolfram Sang1-1/+0
2012-03-23drivers/leds/leds-tca6507.c: cleanup error handling in tca6507_probe()Dan Carpenter1-5/+3
2012-03-23drivers/leds/leds-lp5521.c: fix typoMasanari Iida1-1/+1
2012-03-14Merge tag 'v3.3-rc7' into x86/platformIngo Molnar1-2/+2
2012-03-06x86/geode/net5501: Add platform driver for Soekris Engineering net5501Philip Prindeville3-108/+0
2012-02-08drivers/leds/leds-lm3530.c: fix setting pltfm->als_vmaxAxel Lin1-2/+2
2012-01-23leds: add led driver for Bachmann's ot200Sebastian Andrzej Siewior3-0/+179
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2-2/+2
2012-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds3-0/+380
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell2-2/+2
2012-01-10leds: convert wm8350 driver to devm_kzalloc()Mark Brown1-5/+2
2012-01-10leds: convert wm831x status driver to devm_kzalloc()Mark Brown1-3/+2
2012-01-10drivers/leds/leds-mc13783.c: fix off-by-one for checking num_ledsAxel Lin1-1/+1
2012-01-10leds: add driver for TCA6507 LED controllerNeilBrown3-0/+788
2012-01-10drivers/leds/leds-netxbig.c: use gpio_request_one()Axel Lin1-18/+6
2012-01-10drivers/leds/leds-bd2802.c: use gpio_request_one()Axel Lin1-2/+1
2012-01-10drivers/leds/leds-lp5523.c: remove unneeded forward declarationAxel Lin1-2/+0
2012-01-10leds: convert leds-dac124s085 to module_spi_driverAxel Lin1-12/+1
2012-01-10leds: convert led i2c drivers to module_i2c_driverAxel Lin7-98/+7
2012-01-10leds: convert led platform drivers to module_platform_driverAxel Lin21-265/+31
2012-01-09leds: Add suuport for MAX8997-LED driverDonggeun Kim3-0/+380
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+2
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2-2/+0
2011-12-21driver-core: remove sysdev.h usage.Kay Sievers2-2/+0
2011-11-24leds: Kconfig: Fix typo 'D2NET_V2'Paul Bolle1-1/+2
2011-11-15Revert "leds: save the delay values after a successful call to blink_set()"Johan Hovold1-4/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds17-0/+17
2011-11-03Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6Linus Torvalds2-31/+64
2011-10-31drivers/leds/leds-lp5521.c: check if reset is successfulSrinidhi KASAGAR1-0/+18
2011-10-31leds: turn the blink_timer off before starting to blinkAntonio Ospite1-0/+2
2011-10-31leds: save the delay values after a successful call to blink_set()Antonio Ospite1-1/+4
2011-10-31drivers/leds/leds-gpio.c: use gpio_get_value_cansleep() when initializingDavid Daney1-1/+1
2011-10-31drivers/leds/leds-lm3530.c: add __devexit_p where neededAxel Lin1-1/+1
2011-10-31drivers/leds/leds-lp5521.c: avoid writing uninitialized value to LP5521_REG_OP_MODE registerAxel Lin1-3/+3