summaryrefslogtreecommitdiffstats
path: root/drivers/leds
Commit message (Expand)AuthorAgeFilesLines
* drivers/leds: correct __devexit annotationsArnd Bergmann2012-05-102-3/+3
* leds-atmel-pwm.c: Make pwmled_probe() __devinitNicolas Ferre2012-04-171-1/+1
* Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-03-281-0/+23
|\
| * led: Modified power control of pm860x ledJett.Zhou2012-03-061-0/+23
* | Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-273-134/+0
|\ \
| * \ Merge branch 'omap1' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Arnd Bergmann2012-02-293-134/+0
| |\ \ | | |/ | |/|
| | * Merge branch 'omap1-part2' into omap1Tony Lindgren2012-01-203-134/+0
| | |\
| | | * LED: drop leds-ams-delta driverJanusz Krzysztofik2011-12-223-145/+0
* | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-271-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'next/cleanup-s3c24xx' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2012-03-081-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge branch 'topic/cleanup-s3c24xx' into next/cleanup-s3c24xxKukjin Kim2012-03-071-1/+1
| | |\ \ \
| | | * | | ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XXKukjin Kim2012-03-031-1/+1
| | | |/ /
* | | | | led-class: change back LEDS_CLASS to tristate instead of boolBryan Wu2012-03-233-71/+71
* | | | | drivers/leds/leds-lm3530.c: move the code setting gen_config to one placeAxel Lin2012-03-231-8/+10
* | | | | drivers/leds/leds-pca9633.c: remove unused 'adapter' variableAxel Lin2012-03-231-2/+0
* | | | | leds-lm3530: replace pltfm with pdataKim, Milo2012-03-231-18/+18
* | | | | leds-lm3530: remove LM3530_ALS_ZONE_REG codeKim, Milo2012-03-231-15/+12
* | | | | leds-lm3530: support pwm input modeKim, Milo2012-03-231-8/+24
* | | | | leds-lm3530: replace i2c_client with led_classdevKim, Milo2012-03-231-8/+7
* | | | | leds-lm3530: set the max_brightness to 127Kim, Milo2012-03-231-2/+9
* | | | | drivers/leds/leds-gpio.c: use linux/gpio.h rather than asm/gpio.hMark Brown2012-03-231-2/+1
* | | | | drivers/leds: add driver for PCA9633 I2C chipPeter Meerwald2012-03-233-0/+204
* | | | | drivers/leds/leds-lp5523.c: constify some dataAndrew Morton2012-03-231-3/+3
* | | | | drivers/leds/leds-lp5521.c: ret may be uninitializedSrinidhi KASAGAR2012-03-231-1/+1
* | | | | drivers/leds/leds-lp5521.c: redefinition of register bitsKim, Milo2012-03-231-11/+10
* | | | | drivers/leds/leds-lp5521.c: support led pattern dataKim, Milo2012-03-231-1/+101
* | | | | drivers/leds/leds-lp5521.c: add 'update_config' in the lp5521_platform_dataKim, Milo2012-03-231-15/+4
* | | | | drivers/leds/leds-lp5521.c: add 'name' in the lp5521_led_configKim, Milo2012-03-231-3/+8
* | | | | drivers/leds/leds-tca6507.c: remove obsolete cleanup for clientdataWolfram Sang2012-03-231-1/+0
* | | | | drivers/leds/leds-tca6507.c: cleanup error handling in tca6507_probe()Dan Carpenter2012-03-231-5/+3
* | | | | drivers/leds/leds-lp5521.c: fix typoMasanari Iida2012-03-231-1/+1
* | | | | Merge tag 'v3.3-rc7' into x86/platformIngo Molnar2012-03-141-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | drivers/leds/leds-lm3530.c: fix setting pltfm->als_vmaxAxel Lin2012-02-081-2/+2
| |/ / /
* | | | x86/geode/net5501: Add platform driver for Soekris Engineering net5501Philip Prindeville2012-03-063-108/+0
|/ / /
* | | leds: add led driver for Bachmann's ot200Sebastian Andrzej Siewior2012-01-233-0/+179
|/ /
* | Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-01-142-2/+2
|\ \
| * | module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-132-2/+2
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2012-01-133-0/+380
|\ \ \ | |/ / |/| |
| * | leds: Add suuport for MAX8997-LED driverDonggeun Kim2012-01-093-0/+380
| |/
* | leds: convert wm8350 driver to devm_kzalloc()Mark Brown2012-01-101-5/+2
* | leds: convert wm831x status driver to devm_kzalloc()Mark Brown2012-01-101-3/+2
* | drivers/leds/leds-mc13783.c: fix off-by-one for checking num_ledsAxel Lin2012-01-101-1/+1
* | leds: add driver for TCA6507 LED controllerNeilBrown2012-01-103-0/+788
* | drivers/leds/leds-netxbig.c: use gpio_request_one()Axel Lin2012-01-101-18/+6
* | drivers/leds/leds-bd2802.c: use gpio_request_one()Axel Lin2012-01-101-2/+1
* | drivers/leds/leds-lp5523.c: remove unneeded forward declarationAxel Lin2012-01-101-2/+0
* | leds: convert leds-dac124s085 to module_spi_driverAxel Lin2012-01-101-12/+1
* | leds: convert led i2c drivers to module_i2c_driverAxel Lin2012-01-107-98/+7
* | leds: convert led platform drivers to module_platform_driverAxel Lin2012-01-1021-265/+31
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-1/+2
|\ \
OpenPOWER on IntegriCloud