Age | Commit message (Expand) | Author | Files | Lines |
2016-07-25 | Merge branch 'for-4.8/capture' into for-next | Thierry Reding | 1 | -0/+27 |
2016-06-10 | pwm: Add PWM capture support | Lee Jones | 1 | -0/+27 |
2016-06-10 | pwm: Improve args checking in pwm_apply_state() | Brian Norris | 1 | -1/+2 |
2016-05-17 | Merge branch 'for-4.7/pwm-atomic' into for-next | Thierry Reding | 1 | -90/+132 |
2016-05-17 | Merge branch 'for-4.7/pwm-args' into for-next | Thierry Reding | 1 | -6/+20 |
2016-05-17 | pwm: Add information about polarity, duty cycle and period to debugfs | Heiko Stübner | 1 | -0/+5 |
2016-05-17 | pwm: Switch to the atomic API | Boris Brezillon | 1 | -1/+4 |
2016-05-17 | pwm: Add core infrastructure to allow atomic updates | Boris Brezillon | 1 | -68/+119 |
2016-05-17 | pwm: Add hardware readout infrastructure | Boris Brezillon | 1 | -0/+3 |
2016-05-17 | pwm: Move the enabled/disabled info into pwm_state | Boris Brezillon | 1 | -4/+9 |
2016-05-17 | pwm: Introduce the pwm_state concept | Boris Brezillon | 1 | -4/+4 |
2016-05-17 | pwm: Keep PWM state in sync with hardware state | Boris Brezillon | 1 | -14/+0 |
2016-05-17 | pwm: Get rid of pwm->lock | Boris BREZILLON | 1 | -15/+4 |
2016-05-17 | pwm: Fix pwm_apply_args() call sites | Boris Brezillon | 1 | -10/+17 |
2016-05-03 | pwm: Use kcalloc() instead of kzalloc() | Thierry Reding | 1 | -1/+1 |
2016-05-03 | pwm: Add missing newline | Thierry Reding | 1 | -0/+1 |
2016-05-03 | pwm: Introduce the pwm_args concept | Boris Brezillon | 1 | -7/+14 |
2016-01-21 | pwm: Mark all devices as "might sleep" | Thierry Reding | 1 | -1/+1 |
2015-11-10 | pwm: Return -ENODEV if no PWM lookup match is found | Thierry Reding | 1 | -1/+3 |
2015-11-10 | pwm: Set enable state properly on failed call to enable | Jonathan Richardson | 1 | -7/+26 |
2015-08-17 | pwm: Clean up kerneldoc | Thierry Reding | 1 | -6/+38 |
2015-08-17 | pwm: Remove useless whitespace | Thierry Reding | 1 | -1/+0 |
2015-07-20 | pwm: Add the pwm_is_enabled() helper | Boris Brezillon | 1 | -2/+2 |
2015-06-12 | pwm: Add pwmchip_add_with_polarity() API | Tim Kryger | 1 | -3/+20 |
2015-05-06 | pwm: Add support to remove registered consumer lookup tables | Shobhit Kumar | 1 | -0/+17 |
2015-04-23 | pwm: Remove __init initializer for pwm_add_table() | Shobhit Kumar | 1 | -1/+1 |
2015-02-03 | pwm: Remove unnecessary check before of_node_put() | Markus Elfring | 1 | -1/+1 |
2014-08-29 | pwm: Fix uninitialized warnings in pwm_get() | Geert Uytterhoeven | 1 | -15/+14 |
2014-08-25 | pwm: Fix possible ZERO_SIZE_PTR pointer dereferencing error. | Xiubo Li | 1 | -1/+1 |
2014-08-18 | pwm: Fix period and polarity in pwm_get() for non-perfect matches | Geert Uytterhoeven | 1 | -2/+6 |
2014-05-21 | pwm: add period and polarity to struct pwm_lookup | Alexandre Belloni | 1 | -1/+7 |
2013-12-20 | pwm: use seq_puts() instead of seq_printf() | Jingoo Han | 1 | -3/+3 |
2013-09-03 | pwm: Use the DT macro directly when parsing PWM DT flags | Laurent Pinchart | 1 | -4/+3 |
2013-06-21 | pwm: Add sysfs interface | H Hartley Sweeten | 1 | -2/+23 |
2013-06-10 | pwm: devm: alloc correct pointer size | Wolfram Sang | 1 | -2/+2 |
2013-02-26 | Merge tag 'for-3.9-rc1' of git://gitorious.org/linux-pwm/linux-pwm | Linus Torvalds | 1 | -0/+14 |
2013-02-01 | pwm: Add devm_of_pwm_get() as exported API for users | Peter Ujfalusi | 1 | -0/+30 |
2013-02-01 | pwm: core: Rename of_pwm_request() to of_pwm_get() and export it | Peter Ujfalusi | 1 | -4/+4 |
2013-01-30 | pwm: Export pwm_{set,get}_chip_data() | Thierry Reding | 1 | -0/+2 |
2013-01-30 | pwm: Add pwm_can_sleep() as exported API to users | Florian Vaussard | 1 | -0/+12 |
2012-12-06 | pwm: Export of_pwm_xlate_with_flags() | Thierry Reding | 1 | -0/+1 |
2012-11-22 | pwm: Device tree support for PWM polarity | Philip, Avinash | 1 | -0/+28 |
2012-10-05 | pwm: Check for negative duty-cycle and period | Thierry Reding | 1 | -1/+1 |
2012-09-10 | pwm: add devm_pwm_get() and devm_pwm_put() | Alexandre Courbot | 1 | -0/+58 |
2012-09-10 | pwm: Add support for configuring the PWM polarity | Philip, Avinash | 1 | -0/+22 |
2012-08-17 | pwm: core: Fix coding style issues | Sachin Kamat | 1 | -4/+4 |
2012-08-17 | pwm: Add missing static storage class specifiers in core.c file | Sachin Kamat | 1 | -2/+2 |
2012-07-23 | pwm: fix used-uninitialized warning in pwm_get() | Thierry Reding | 1 | -1/+1 |
2012-06-15 | pwm: Add device tree support | Thierry Reding | 1 | -2/+146 |
2012-06-15 | pwm: Add table-based lookup for static mappings | Thierry Reding | 1 | -15/+154 |