Age | Commit message (Expand) | Author | Files | Lines |
2012-11-28 | pwm: remove use of __devinit | Bill Pemberton | 7 | -7/+7 |
2012-11-28 | pwm: remove use of __devexit_p | Bill Pemberton | 13 | -13/+13 |
2012-11-28 | pwm: Remove pwm-twl6030 driver | Peter Ujfalusi | 3 | -194/+0 |
2012-11-28 | pwm: New driver to support PWM driven LEDs on TWL4030/6030 series of PMICs | Peter Ujfalusi | 3 | -0/+354 |
2012-11-28 | pwm: New driver to support PWMs on TWL4030/6030 series of PMICs | Peter Ujfalusi | 3 | -0/+369 |
2012-11-28 | pwm: pwm-tiehrpwm: pinctrl support | Philip, Avinash | 1 | -0/+6 |
2012-11-28 | pwm: tiehrpwm: Add device-tree binding | Philip, Avinash | 1 | -1/+41 |
2012-11-28 | pwm: pwm-tiehrpwm: Adding TBCLK gating support. | Philip, Avinash | 1 | -0/+14 |
2012-11-28 | pwm: pwm-tiecap: pinctrl support | Philip, Avinash | 1 | -0/+6 |
2012-11-28 | pwm: tiecap: Add device-tree binding | Philip, Avinash | 1 | -1/+41 |
2012-11-28 | pwm: Add TI PWM subsystem driver | Philip, Avinash | 4 | -0/+190 |
2012-11-22 | pwm: Device tree support for PWM polarity | Philip, Avinash | 1 | -0/+28 |
2012-11-22 | pwm: vt8500: Ensure PWM clock is enabled during pwm_config | Tony Prisk | 1 | -2/+12 |
2012-11-22 | pwm: vt8500: Fix build error | Tony Prisk | 1 | -1/+1 |
2012-11-22 | pwm: spear: Staticize spear_pwm_config() | Axel Lin | 1 | -2/+2 |
2012-11-22 | pwm: Add SPEAr PWM chip driver support | Shiraz Hashim | 3 | -0/+288 |
2012-11-01 | pwm: vt8500: Update vt8500 PWM driver support | Tony Prisk | 1 | -23/+63 |
2012-10-10 | Merge tag 'for-3.7-rc1' of git://gitorious.org/linux-pwm/linux-pwm | Linus Torvalds | 12 | -131/+904 |
2012-10-05 | pwm: Check for negative duty-cycle and period | Thierry Reding | 6 | -12/+3 |
2012-10-05 | pwm: Add Ingenic JZ4740 support | Thierry Reding | 3 | -1/+232 |
2012-10-05 | pwm: Move PUV3 PWM driver to PWM framework | Thierry Reding | 3 | -1/+172 |
2012-10-05 | Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/... | Linus Torvalds | 3 | -0/+194 |
2012-09-20 | pwm: Move AB8500 PWM driver to PWM framework | Thierry Reding | 3 | -0/+163 |
2012-09-19 | pwm: Move TWL6030 PWM driver to PWM framework | Thierry Reding | 3 | -0/+194 |
2012-09-12 | pwm: i.MX: fix clock lookup | Philipp Zabel | 1 | -8/+27 |
2012-09-12 | pwm: i.MX: use per clock unconditionally | Sascha Hauer | 1 | -7/+1 |
2012-09-12 | pwm: i.MX: add devicetree support | Philipp Zabel | 1 | -9/+35 |
2012-09-12 | pwm: i.MX: Use module_platform_driver | Sascha Hauer | 1 | -11/+1 |
2012-09-12 | pwm: i.MX: add functions to enable/disable pwm. | Sascha Hauer | 1 | -4/+44 |
2012-09-12 | pwm: i.MX: remove unnecessary if in pwm_[en|dis]able | Sascha Hauer | 1 | -14/+11 |
2012-09-12 | pwm: i.MX: factor out SoC specific functions | Sascha Hauer | 1 | -63/+83 |
2012-09-10 | pwm: pwm-tiehrpwm: Add support for configuring polarity of PWM | Philip, Avinash | 1 | -22/+51 |
2012-09-10 | pwm: pwm-tiecap: Add support for configuring polarity of PWM | Philip, Avinash | 1 | -0/+22 |
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-09-10 | pwm: pwm-tiehrpwm: Fix conflicting channel period setting | Philip, Avinash | 1 | -0/+29 |
2012-09-10 | pwm: pwm-tiecap: Disable APWM mode after configure | Philip, Avinash | 1 | -0/+7 |
2012-08-20 | pwm: Improve Kconfig help text | Thierry Reding | 1 | -6/+25 |
2012-08-17 | pwm: core: Fix coding style issues | Sachin Kamat | 1 | -4/+4 |
2012-08-17 | pwm: vt8500: Fix coding style issue | Sachin Kamat | 1 | -1/+1 |
2012-08-17 | pwm: Remove a redundant error message when devm_request_and_ioremap fails | Axel Lin | 3 | -9/+3 |
2012-08-17 | pwm: samsung: add missing device pointer to struct pwm_chip | Jingoo Han | 1 | -0/+1 |
2012-08-17 | pwm: Add missing static storage class specifiers in core.c file | Sachin Kamat | 1 | -2/+2 |
2012-07-26 | pwm: pwm-tiehrpwm: PWM driver support for EHRPWM | Philip, Avinash | 3 | -0/+422 |
2012-07-26 | pwm: pwm-tiecap: PWM driver support for ECAP APWM | Philip, Avinash | 3 | -0/+243 |
2012-07-23 | pwm: fix used-uninitialized warning in pwm_get() | Thierry Reding | 1 | -1/+1 |
2012-07-23 | pwm: add lpc32xx PWM support | Alexandre Pereira da Silva | 3 | -0/+159 |
2012-07-23 | pwm: Use pr_* functions in pwm-samsung.c file | Sachin Kamat | 1 | -2/+4 |
2012-07-23 | pwm: Convert pwm-samsung to use devm_* APIs | Axel Lin | 1 | -18/+6 |
2012-07-23 | pwm: Convert pwm-tegra to use devm_clk_get() | Axel Lin | 1 | -6/+2 |