aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds
AgeCommit message (Expand)Author
2013-06-07drivers/leds/leds-ot200.c: fix error caused by shifted maskChristian Gmeiner
2012-12-03drivers/leds/leds-lp5521.c: fix lp5521_read() error handlingDan Carpenter
2012-05-10drivers/leds: correct __devexit annotationsArnd Bergmann
2012-04-17leds-atmel-pwm.c: Make pwmled_probe() __devinitNicolas Ferre
2012-03-28Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds
2012-03-27Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-03-27Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-03-23led-class: change back LEDS_CLASS to tristate instead of boolBryan Wu
2012-03-23drivers/leds/leds-lm3530.c: move the code setting gen_config to one placeAxel Lin
2012-03-23drivers/leds/leds-pca9633.c: remove unused 'adapter' variableAxel Lin
2012-03-23leds-lm3530: replace pltfm with pdataKim, Milo
2012-03-23leds-lm3530: remove LM3530_ALS_ZONE_REG codeKim, Milo
2012-03-23leds-lm3530: support pwm input modeKim, Milo
2012-03-23leds-lm3530: replace i2c_client with led_classdevKim, Milo
2012-03-23leds-lm3530: set the max_brightness to 127Kim, Milo
2012-03-23drivers/leds/leds-gpio.c: use linux/gpio.h rather than asm/gpio.hMark Brown
2012-03-23drivers/leds: add driver for PCA9633 I2C chipPeter Meerwald
2012-03-23drivers/leds/leds-lp5523.c: constify some dataAndrew Morton
2012-03-23drivers/leds/leds-lp5521.c: ret may be uninitializedSrinidhi KASAGAR
2012-03-23drivers/leds/leds-lp5521.c: redefinition of register bitsKim, Milo
2012-03-23drivers/leds/leds-lp5521.c: support led pattern dataKim, Milo
2012-03-23drivers/leds/leds-lp5521.c: add 'update_config' in the lp5521_platform_dataKim, Milo
2012-03-23drivers/leds/leds-lp5521.c: add 'name' in the lp5521_led_configKim, Milo
2012-03-23drivers/leds/leds-tca6507.c: remove obsolete cleanup for clientdataWolfram Sang
2012-03-23drivers/leds/leds-tca6507.c: cleanup error handling in tca6507_probe()Dan Carpenter
2012-03-23drivers/leds/leds-lp5521.c: fix typoMasanari Iida
2012-03-14Merge tag 'v3.3-rc7' into x86/platformIngo Molnar
2012-03-08Merge branch 'next/cleanup-s3c24xx' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson
2012-03-07Merge branch 'topic/cleanup-s3c24xx' into next/cleanup-s3c24xxKukjin Kim
2012-03-06led: Modified power control of pm860x ledJett.Zhou
2012-03-06x86/geode/net5501: Add platform driver for Soekris Engineering net5501Philip Prindeville
2012-03-03ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XXKukjin Kim
2012-02-29Merge branch 'omap1' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Arnd Bergmann
2012-02-08drivers/leds/leds-lm3530.c: fix setting pltfm->als_vmaxAxel Lin
2012-01-23leds: add led driver for Bachmann's ot200Sebastian Andrzej Siewior
2012-01-20Merge branch 'omap1-part2' into omap1Tony Lindgren
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds
2012-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2012-01-10leds: convert wm8350 driver to devm_kzalloc()Mark Brown
2012-01-10leds: convert wm831x status driver to devm_kzalloc()Mark Brown
2012-01-10drivers/leds/leds-mc13783.c: fix off-by-one for checking num_ledsAxel Lin
2012-01-10leds: add driver for TCA6507 LED controllerNeilBrown
2012-01-10drivers/leds/leds-netxbig.c: use gpio_request_one()Axel Lin
2012-01-10drivers/leds/leds-bd2802.c: use gpio_request_one()Axel Lin
2012-01-10drivers/leds/leds-lp5523.c: remove unneeded forward declarationAxel Lin
2012-01-10leds: convert leds-dac124s085 to module_spi_driverAxel Lin
2012-01-10leds: convert led i2c drivers to module_i2c_driverAxel Lin
2012-01-10leds: convert led platform drivers to module_platform_driverAxel Lin
2012-01-09leds: Add suuport for MAX8997-LED driverDonggeun Kim