| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-3.8-rc1' of git://gitorious.org/linux-pwm/linux-pwm | Linus Torvalds | 2012-12-19 | 15 | -218/+1430 |
|\ |
|
| * | pwm: samsung: add missing s3c->pwm_id assignment | Joonyoung Shim | 2012-12-14 | 1 | -0/+1 |
| * | pwm: lpc32xx: Set the chip base for dynamic allocation | Alban Bedel | 2012-12-06 | 1 | -0/+1 |
| * | pwm: lpc32xx: Properly disable the clock on device removal | Alban Bedel | 2012-12-06 | 1 | -1/+4 |
| * | pwm: lpc32xx: Fix the PWM polarity | Alban Bedel | 2012-12-06 | 1 | -1/+16 |
| * | pwm: i.MX: eliminate build warning | Lothar Waßmann | 2012-12-06 | 1 | -1/+1 |
| * | pwm: Export of_pwm_xlate_with_flags() | Thierry Reding | 2012-12-06 | 1 | -0/+1 |
| * | pwm: Remove pwm-twl6030 driver | Peter Ujfalusi | 2012-11-28 | 3 | -194/+0 |
| * | pwm: New driver to support PWM driven LEDs on TWL4030/6030 series of PMICs | Peter Ujfalusi | 2012-11-28 | 3 | -0/+354 |
| * | pwm: New driver to support PWMs on TWL4030/6030 series of PMICs | Peter Ujfalusi | 2012-11-28 | 3 | -0/+369 |
| * | pwm: pwm-tiehrpwm: pinctrl support | Philip, Avinash | 2012-11-28 | 1 | -0/+6 |
| * | pwm: tiehrpwm: Add device-tree binding | Philip, Avinash | 2012-11-28 | 1 | -1/+41 |
| * | pwm: pwm-tiehrpwm: Adding TBCLK gating support. | Philip, Avinash | 2012-11-28 | 1 | -0/+14 |
| * | pwm: pwm-tiecap: pinctrl support | Philip, Avinash | 2012-11-28 | 1 | -0/+6 |
| * | pwm: tiecap: Add device-tree binding | Philip, Avinash | 2012-11-28 | 1 | -1/+41 |
| * | pwm: Add TI PWM subsystem driver | Philip, Avinash | 2012-11-28 | 4 | -0/+190 |
| * | pwm: Device tree support for PWM polarity | Philip, Avinash | 2012-11-22 | 1 | -0/+28 |
| * | pwm: vt8500: Ensure PWM clock is enabled during pwm_config | Tony Prisk | 2012-11-22 | 1 | -2/+12 |
| * | pwm: vt8500: Fix build error | Tony Prisk | 2012-11-22 | 1 | -1/+1 |
| * | pwm: spear: Staticize spear_pwm_config() | Axel Lin | 2012-11-22 | 1 | -2/+2 |
| * | pwm: Add SPEAr PWM chip driver support | Shiraz Hashim | 2012-11-22 | 3 | -0/+288 |
| * | pwm: vt8500: Update vt8500 PWM driver support | Tony Prisk | 2012-11-01 | 1 | -23/+63 |
* | | pwm: remove use of __devexit | Bill Pemberton | 2012-11-28 | 12 | -12/+12 |
* | | pwm: remove use of __devinit | Bill Pemberton | 2012-11-28 | 7 | -7/+7 |
* | | pwm: remove use of __devexit_p | Bill Pemberton | 2012-11-28 | 13 | -13/+13 |
|/ |
|
* | Merge tag 'for-3.7-rc1' of git://gitorious.org/linux-pwm/linux-pwm | Linus Torvalds | 2012-10-10 | 12 | -131/+904 |
|\ |
|
| * | pwm: Check for negative duty-cycle and period | Thierry Reding | 2012-10-05 | 6 | -12/+3 |
| * | pwm: Add Ingenic JZ4740 support | Thierry Reding | 2012-10-05 | 3 | -1/+232 |
| * | pwm: Move PUV3 PWM driver to PWM framework | Thierry Reding | 2012-10-05 | 3 | -1/+172 |
| * | pwm: Move AB8500 PWM driver to PWM framework | Thierry Reding | 2012-09-20 | 3 | -0/+163 |
| * | pwm: i.MX: fix clock lookup | Philipp Zabel | 2012-09-12 | 1 | -8/+27 |
| * | pwm: i.MX: use per clock unconditionally | Sascha Hauer | 2012-09-12 | 1 | -7/+1 |
| * | pwm: i.MX: add devicetree support | Philipp Zabel | 2012-09-12 | 1 | -9/+35 |
| * | pwm: i.MX: Use module_platform_driver | Sascha Hauer | 2012-09-12 | 1 | -11/+1 |
| * | pwm: i.MX: add functions to enable/disable pwm. | Sascha Hauer | 2012-09-12 | 1 | -4/+44 |
| * | pwm: i.MX: remove unnecessary if in pwm_[en|dis]able | Sascha Hauer | 2012-09-12 | 1 | -14/+11 |
| * | pwm: i.MX: factor out SoC specific functions | Sascha Hauer | 2012-09-12 | 1 | -63/+83 |
| * | pwm: pwm-tiehrpwm: Add support for configuring polarity of PWM | Philip, Avinash | 2012-09-10 | 1 | -22/+51 |
| * | pwm: pwm-tiecap: Add support for configuring polarity of PWM | Philip, Avinash | 2012-09-10 | 1 | -0/+22 |
| * | pwm: add devm_pwm_get() and devm_pwm_put() | Alexandre Courbot | 2012-09-10 | 1 | -0/+58 |
| * | pwm: Add support for configuring the PWM polarity | Philip, Avinash | 2012-09-10 | 1 | -0/+22 |
* | | Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/... | Linus Torvalds | 2012-10-05 | 3 | -0/+194 |
|\ \
| |/
|/| |
|
| * | pwm: Move TWL6030 PWM driver to PWM framework | Thierry Reding | 2012-09-19 | 3 | -0/+194 |
* | | pwm: pwm-tiehrpwm: Fix conflicting channel period setting | Philip, Avinash | 2012-09-10 | 1 | -0/+29 |
* | | pwm: pwm-tiecap: Disable APWM mode after configure | Philip, Avinash | 2012-09-10 | 1 | -0/+7 |
* | | pwm: Improve Kconfig help text | Thierry Reding | 2012-08-20 | 1 | -6/+25 |
* | | pwm: core: Fix coding style issues | Sachin Kamat | 2012-08-17 | 1 | -4/+4 |
* | | pwm: vt8500: Fix coding style issue | Sachin Kamat | 2012-08-17 | 1 | -1/+1 |
* | | pwm: Remove a redundant error message when devm_request_and_ioremap fails | Axel Lin | 2012-08-17 | 3 | -9/+3 |
* | | pwm: samsung: add missing device pointer to struct pwm_chip | Jingoo Han | 2012-08-17 | 1 | -0/+1 |