| Commit message (Expand) | Author | Age | Files | Lines |
* | leds: leds-pwm: drop one pwm_get_period() call | Sebastian Andrzej Siewior | 2015-02-24 | 1 | -3/+0 |
* | leds: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool... | Linus Torvalds | 2014-06-12 | 1 | -77/+73 |
|\ |
|
| * | leds: leds-pwm: add DT support for LEDs wired to supply | Russell King | 2014-05-08 | 1 | -0/+1 |
| * | leds: leds-pwm: implement PWM inversion | Russell King | 2014-05-08 | 1 | -0/+4 |
| * | leds: leds-pwm: convert OF parsing code to use led_pwm_add() | Russell King | 2014-05-08 | 1 | -39/+23 |
| * | leds: leds-pwm: provide a common function to setup a single led-pwm device | Russell King | 2014-05-08 | 1 | -39/+46 |
* | | leds: leds-pwm: retrieve configured PWM period | Alexandre Belloni | 2014-05-21 | 1 | -1/+4 |
|/ |
|
* | leds: leds-pwm: properly clean up after probe failure | Russell King | 2014-04-07 | 1 | -10/+13 |
* | drivers/leds: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-02-27 | 1 | -1/+0 |
* | leds: pwm: Remove a warning on non-DT platforms | Olof Johansson | 2014-01-27 | 1 | -2/+1 |
* | leds: leds-pwm: fix duty time overflow. | Xiubo Li | 2014-01-27 | 1 | -2/+4 |
* | leds: pwm: Fix for deferred probe in DT booted mode | Peter Ujfalusi | 2013-12-02 | 1 | -27/+26 |
* | leds: pwm: Remove redundant of_match_ptr | Sachin Kamat | 2013-10-22 | 1 | -1/+1 |
* | leds: use dev_get_platdata() | Jingoo Han | 2013-08-26 | 1 | -1/+1 |
* | leds: leds-pwm: Defer led_pwm_set() if PWM can sleep | Florian Vaussard | 2013-04-01 | 1 | -8/+42 |
* | leds: leds-pwm: Add device tree bindings | Peter Ujfalusi | 2013-02-01 | 1 | -20/+92 |
* | leds: leds-pwm: Simplify cleanup code | Peter Ujfalusi | 2013-02-01 | 1 | -4/+2 |
* | leds: leds-pwm: Preparing the driver for device tree support | Peter Ujfalusi | 2013-02-01 | 1 | -16/+23 |
* | leds: leds-pwm: Convert to use devm_get_pwm | Peter Ujfalusi | 2013-02-01 | 1 | -13/+6 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool... | Linus Torvalds | 2012-12-15 | 1 | -1/+1 |
|\ |
|
| * | leds: leds-pwm: Fix checkpatch warning | Sachin Kamat | 2012-11-27 | 1 | -1/+1 |
* | | leds: remove use of __devexit | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | | leds: remove use of __devexit_p | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
|/ |
|
* | leds: Use devm_kzalloc in leds-pwm.c file | Sachin Kamat | 2012-07-24 | 1 | -5/+2 |
* | leds: convert led platform drivers to module_platform_driver | Axel Lin | 2012-01-10 | 1 | -12/+1 |
* | leds: leds-pwm: return proper error if pwm_request failed | Axel Lin | 2011-01-26 | 1 | -0/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | leds: leds-pwm: Set led_classdev max_brightness | Lars-Peter Clausen | 2009-12-17 | 1 | -3/+2 |
* | leds: simple driver for pwm driven LEDs | Luotao Fu | 2009-04-06 | 1 | -0/+153 |