Age | Commit message (Expand) | Author |
2012-03-23 | led-class: change back LEDS_CLASS to tristate instead of bool | Bryan Wu |
2012-03-23 | drivers/leds/leds-lm3530.c: move the code setting gen_config to one place | Axel Lin |
2012-03-23 | drivers/leds/leds-pca9633.c: remove unused 'adapter' variable | Axel Lin |
2012-03-23 | leds-lm3530: replace pltfm with pdata | Kim, Milo |
2012-03-23 | leds-lm3530: remove LM3530_ALS_ZONE_REG code | Kim, Milo |
2012-03-23 | leds-lm3530: support pwm input mode | Kim, Milo |
2012-03-23 | leds-lm3530: replace i2c_client with led_classdev | Kim, Milo |
2012-03-23 | leds-lm3530: set the max_brightness to 127 | Kim, Milo |
2012-03-23 | drivers/leds/leds-gpio.c: use linux/gpio.h rather than asm/gpio.h | Mark Brown |
2012-03-23 | drivers/leds: add driver for PCA9633 I2C chip | Peter Meerwald |
2012-03-23 | drivers/leds/leds-lp5523.c: constify some data | Andrew Morton |
2012-03-23 | drivers/leds/leds-lp5521.c: ret may be uninitialized | Srinidhi KASAGAR |
2012-03-23 | drivers/leds/leds-lp5521.c: redefinition of register bits | Kim, Milo |
2012-03-23 | drivers/leds/leds-lp5521.c: support led pattern data | Kim, Milo |
2012-03-23 | drivers/leds/leds-lp5521.c: add 'update_config' in the lp5521_platform_data | Kim, Milo |
2012-03-23 | drivers/leds/leds-lp5521.c: add 'name' in the lp5521_led_config | Kim, Milo |
2012-03-23 | drivers/leds/leds-tca6507.c: remove obsolete cleanup for clientdata | Wolfram Sang |
2012-03-23 | drivers/leds/leds-tca6507.c: cleanup error handling in tca6507_probe() | Dan Carpenter |
2012-03-23 | drivers/leds/leds-lp5521.c: fix typo | Masanari Iida |
2012-03-14 | Merge tag 'v3.3-rc7' into x86/platform | Ingo Molnar |
2012-03-06 | x86/geode/net5501: Add platform driver for Soekris Engineering net5501 | Philip Prindeville |
2012-02-08 | drivers/leds/leds-lm3530.c: fix setting pltfm->als_vmax | Axel Lin |
2012-01-23 | leds: add led driver for Bachmann's ot200 | Sebastian Andrzej Siewior |
2012-01-14 | Merge tag 'for-linus' of git://github.com/rustyrussell/linux | Linus Torvalds |
2012-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same... | Linus Torvalds |
2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell |
2012-01-10 | leds: convert wm8350 driver to devm_kzalloc() | Mark Brown |
2012-01-10 | leds: convert wm831x status driver to devm_kzalloc() | Mark Brown |
2012-01-10 | drivers/leds/leds-mc13783.c: fix off-by-one for checking num_leds | Axel Lin |
2012-01-10 | leds: add driver for TCA6507 LED controller | NeilBrown |
2012-01-10 | drivers/leds/leds-netxbig.c: use gpio_request_one() | Axel Lin |
2012-01-10 | drivers/leds/leds-bd2802.c: use gpio_request_one() | Axel Lin |
2012-01-10 | drivers/leds/leds-lp5523.c: remove unneeded forward declaration | Axel Lin |
2012-01-10 | leds: convert leds-dac124s085 to module_spi_driver | Axel Lin |
2012-01-10 | leds: convert led i2c drivers to module_i2c_driver | Axel Lin |
2012-01-10 | leds: convert led platform drivers to module_platform_driver | Axel Lin |
2012-01-09 | leds: Add suuport for MAX8997-LED driver | Donggeun Kim |
2012-01-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2012-01-06 | Merge branch 'driver-core-next' into Linux 3.2 | Greg Kroah-Hartman |
2011-12-21 | driver-core: remove sysdev.h usage. | Kay Sievers |
2011-11-24 | leds: Kconfig: Fix typo 'D2NET_V2' | Paul Bolle |
2011-11-15 | Revert "leds: save the delay values after a successful call to blink_set()" | Johan Hovold |
2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2011-11-03 | Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6 | Linus Torvalds |
2011-10-31 | drivers/leds/leds-lp5521.c: check if reset is successful | Srinidhi KASAGAR |
2011-10-31 | leds: turn the blink_timer off before starting to blink | Antonio Ospite |
2011-10-31 | leds: save the delay values after a successful call to blink_set() | Antonio Ospite |
2011-10-31 | drivers/leds/leds-gpio.c: use gpio_get_value_cansleep() when initializing | David Daney |
2011-10-31 | drivers/leds/leds-lm3530.c: add __devexit_p where needed | Axel Lin |
2011-10-31 | drivers/leds/leds-lp5521.c: avoid writing uninitialized value to LP5521_REG_O... | Axel Lin |