Age | Commit message (Expand) | Author | Files | Lines |
2024-07-10 | pwm: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 1 | -0/+1 |
2024-02-19 | pwm: pxa: Make use of devm_pwmchip_alloc() function | Uwe Kleine-König | 1 | -10/+11 |
2024-02-15 | pwm: Drop useless member .of_pwm_n_cells of struct pwm_chip | Uwe Kleine-König | 1 | -3/+1 |
2023-10-13 | pwm: pxa: Explicitly include correct DT includes | Rob Herring | 1 | -1/+1 |
2023-10-13 | pwm: Manage owner assignment implicitly for drivers | Uwe Kleine-König | 1 | -1/+0 |
2023-07-28 | pwm: pxa: Don't reimplement of_device_get_match_data() | Uwe Kleine-König | 1 | -8/+1 |
2023-07-24 | pwm: Explicitly include correct DT includes | Rob Herring | 1 | -0/+1 |
2023-06-16 | docs: update some straggling Documentation/arm references | Jonathan Corbet | 1 | -1/+1 |
2022-12-06 | pwm: pxa: Add reference manual link and limitations | Doug Brown | 1 | -0/+7 |
2022-12-06 | pwm: pxa: Use abrupt shutdown mode | Doug Brown | 1 | -1/+1 |
2022-12-06 | pwm: pxa: Remove clk enable/disable from pxa_pwm_config | Doug Brown | 1 | -9/+0 |
2022-12-06 | pwm: pxa: Set duty cycle to 0 when disabling PWM | Doug Brown | 1 | -9/+16 |
2022-12-06 | pwm: pxa: Remove pxa_pwm_enable/disable | Doug Brown | 1 | -16/+3 |
2022-02-02 | pwm: pxa: Implement .apply() callback | Uwe Kleine-König | 1 | -5/+28 |
2021-10-27 | pwm: Introduce single-PWM of_xlate function | Bjorn Andersson | 1 | -15/+1 |
2021-09-02 | pwm: pxa: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 1 | -12/+1 |
2021-06-30 | pwm: pxa: Always use the same variable name for driver data | Uwe Kleine-König | 1 | -19/+19 |
2021-06-30 | pwm: pxa: Drop if with an always false condition | Uwe Kleine-König | 1 | -2/+0 |
2021-03-22 | pwm: Always allocate PWM chip base ID dynamically | Uwe Kleine-König | 1 | -1/+0 |
2020-12-17 | pwm: pxa: Convert to devm_platform_ioremap_resource() | Yangtao Li | 1 | -3/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2017-01-19 | pwm: constify pwm_ops structures | Bhumika Goyal | 1 | -1/+1 |
2016-05-03 | pwm: Introduce the pwm_args concept | Boris Brezillon | 1 | -1/+1 |
2014-10-20 | pwm: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-04-28 | pwm: pxa: Remove unnecessary OOM messages | Jingoo Han | 1 | -3/+1 |
2014-04-01 | pwm: pxa: Constify OF match table | Thierry Reding | 1 | -1/+1 |
2014-04-01 | pwm: pxa: Fix typo "pwm" -> "PWM" | Thierry Reding | 1 | -1/+1 |
2014-04-01 | Revert "pwm: pxa: Use of_match_ptr()" | Thierry Reding | 1 | -1/+3 |
2014-02-26 | pwm: pxa: Use of_match_ptr() | Jingoo Han | 1 | -3/+1 |
2013-12-20 | pwm: pxa: remove unnecessary space before tabs | Jingoo Han | 1 | -1/+1 |
2013-12-04 | pwm: pxa: Add device tree support | Mike Dunn | 1 | -0/+53 |
2013-09-03 | pwm: pxa: Use module_platform_driver | Mike Dunn | 1 | -11/+1 |
2013-05-18 | drivers/pwm: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -5/+0 |
2013-04-02 | pwm: pxa: Remove PWM_ID_BASE macro | Axel Lin | 1 | -4/+3 |
2013-04-02 | pwm: pxa: Remove clk_enabled field from struct pxa_pwm_chip | Axel Lin | 1 | -14/+2 |
2013-01-22 | pwm: Convert to devm_ioremap_resource() | Thierry Reding | 1 | -3/+3 |
2012-11-28 | pwm: remove use of __devexit | Bill Pemberton | 1 | -1/+1 |
2012-11-28 | pwm: remove use of __devinit | Bill Pemberton | 1 | -1/+1 |
2012-11-28 | pwm: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
2012-10-05 | pwm: Check for negative duty-cycle and period | Thierry Reding | 1 | -3/+0 |
2012-07-23 | pwm: pxa: Propagate pwmchip_remove() error | Thierry Reding | 1 | -2/+1 |
2012-07-23 | pwm: Convert pwm-pxa to use devm_* APIs | Axel Lin | 1 | -39/+10 |
2012-07-02 | pwm: Move PXA PWM driver to PWM framework | Thierry Reding | 1 | -0/+248 |