Age | Commit message (Expand) | Author |
2013-04-16 | Convert selectors of GENERIC_GPIO to GPIOLIB | Alexandre Courbot |
2013-04-01 | leds: leds-asic3: switch to using SIMPLE_DEV_PM_OPS | Jingoo Han |
2013-04-01 | leds: leds-bd2802: add CONFIG_PM_SLEEP to suspend/resume functions | Jingoo Han |
2013-04-01 | leds: lp55xx: configure the clock detection | Kim, Milo |
2013-04-01 | leds: lp55xx: use common clock framework when external clock is used | Kim, Milo |
2013-04-01 | leds: leds-ns2: fix oops at module removal | Simon Guinot |
2013-04-01 | leds: leds-pwm: Defer led_pwm_set() if PWM can sleep | Florian Vaussard |
2013-04-01 | leds: lp55xx: fix the sysfs read operation | Kim, Milo |
2013-04-01 | leds: lm355x, lm3642: support camera LED triggers for flash and torch | Kim, Milo |
2013-04-01 | leds: add camera LED triggers | Kim, Milo |
2013-04-01 | leds: tca6507: Use of_match_ptr() macro | Sachin Kamat |
2013-04-01 | leds: wm8350: Complain if we fail to reenable DCDC | Mark Brown |
2013-04-01 | leds: renesas: set gpio_request_one() flags param correctly | Jingoo Han |
2013-04-01 | leds: leds-ns2: set devm_gpio_request_one() flags param correctly | Jingoo Han |
2013-04-01 | leds: leds-lt3593: set devm_gpio_request_one() flags param correctly | Jingoo Han |
2013-04-01 | leds: leds-bd2802: remove erroneous __exit annotation | Jingoo Han |
2013-04-01 | leds: atmel-pwm: remove erroneous __exit annotation | Jingoo Han |
2013-04-01 | leds: move LED trigger drivers into new subdirectory | Kim, Milo |
2013-04-01 | leds: add new LP5562 LED driver | Kim, Milo |
2013-02-26 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool... | Linus Torvalds |
2013-02-06 | leds: leds-sunfire: use dev_err()/pr_err() instead of printk() | Jingoo Han |
2013-02-06 | leds: 88pm860x: Add missing of_node_put() | Axel Lin |
2013-02-06 | leds: tca6507: Use of_get_child_count() | Axel Lin |
2013-02-06 | leds: leds-pwm: make it depend on PWM and not HAVE_PWM | Peter Ujfalusi |
2013-02-06 | leds-lp55xx: fix problem on removing LED attributes | Milo(Woogyom) Kim |
2013-02-06 | leds-lp5521/5523: add author and copyright description | Milo(Woogyom) Kim |
2013-02-06 | leds-lp55xx: clean up headers | Milo(Woogyom) Kim |
2013-02-06 | leds-lp55xx: clean up definitions | Milo(Woogyom) Kim |
2013-02-06 | leds-lp55xx: clean up unused data and functions | Milo(Woogyom) Kim |
2013-02-06 | leds-lp55xx: clean up _remove() | Milo(Woogyom) Kim |
2013-02-06 | leds-lp55xx: add new function for removing device attribtues | Milo(Woogyom) Kim |
2013-02-06 | leds-lp55xx: code refactoring on selftest function | Milo(Woogyom) Kim |
2013-02-06 | leds-lp55xx: use common device attribute driver function | Milo(Woogyom) Kim |
2013-02-06 | leds-lp55xx: support device specific attributes | Milo(Woogyom) Kim |
2013-02-06 | leds-lp5523: use generic firmware interface | Milo(Woogyom) Kim |
2013-02-06 | leds-lp5521: use generic firmware interface | Milo(Woogyom) Kim |
2013-02-06 | leds-lp55xx: support firmware interface | Milo(Woogyom) Kim |
2013-02-06 | leds-lp55xx: add new lp55xx_register_sysfs() for the firmware interface | Milo(Woogyom) Kim |
2013-02-06 | leds-lp55xx: fix error condition in lp55xx_register_leds() | Milo(Woogyom) Kim |
2013-02-06 | leds-lp55xx: use lp55xx_unregister_leds() | Milo(Woogyom) Kim |
2013-02-06 | leds-lp55xx: provide common LED current setting | Milo(Woogyom) Kim |
2013-02-06 | leds-lp55xx: use lp55xx_set_brightness() | Milo(Woogyom) Kim |
2013-02-06 | leds-lp55xx: use lp55xx_init_led() common function | Milo(Woogyom) Kim |
2013-02-06 | leds-lp55xx: use lp55xx common led registration function | Milo(Woogyom) Kim |
2013-02-06 | leds-lp55xx: use lp55xx common deinit function | Milo(Woogyom) Kim |
2013-02-06 | leds-lp55xx: clean up init function | Milo(Woogyom) Kim |
2013-02-06 | leds-lp55xx: use lp55xx common init function - post int | Milo(Woogyom) Kim |
2013-02-06 | leds-lp55xx: use lp55xx common init function - detect | Milo(Woogyom) Kim |
2013-02-06 | leds-lp55xx: use lp55xx common init function - reset | Milo(Woogyom) Kim |
2013-02-06 | leds-lp55xx: use lp55xx common init function - platform data | Milo(Woogyom) Kim |