aboutsummaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm-pxa.c
AgeCommit message (Expand)Author
2022-02-02pwm: pxa: Implement .apply() callbackUwe Kleine-König
2021-10-27pwm: Introduce single-PWM of_xlate functionBjorn Andersson
2021-09-02pwm: pxa: Simplify using devm_pwmchip_add()Uwe Kleine-König
2021-06-30pwm: pxa: Always use the same variable name for driver dataUwe Kleine-König
2021-06-30pwm: pxa: Drop if with an always false conditionUwe Kleine-König
2021-03-22pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König
2020-12-17pwm: pxa: Convert to devm_platform_ioremap_resource()Yangtao Li
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2017-01-19pwm: constify pwm_ops structuresBhumika Goyal
2016-05-03pwm: Introduce the pwm_args conceptBoris Brezillon
2014-10-20pwm: drop owner assignment from platform_driversWolfram Sang
2014-04-28pwm: pxa: Remove unnecessary OOM messagesJingoo Han
2014-04-01pwm: pxa: Constify OF match tableThierry Reding
2014-04-01pwm: pxa: Fix typo "pwm" -> "PWM"Thierry Reding
2014-04-01Revert "pwm: pxa: Use of_match_ptr()"Thierry Reding
2014-02-26pwm: pxa: Use of_match_ptr()Jingoo Han
2013-12-20pwm: pxa: remove unnecessary space before tabsJingoo Han
2013-12-04pwm: pxa: Add device tree supportMike Dunn
2013-09-03pwm: pxa: Use module_platform_driverMike Dunn
2013-05-18drivers/pwm: don't check resource with devm_ioremap_resourceWolfram Sang
2013-04-02pwm: pxa: Remove PWM_ID_BASE macroAxel Lin
2013-04-02pwm: pxa: Remove clk_enabled field from struct pxa_pwm_chipAxel Lin
2013-01-22pwm: Convert to devm_ioremap_resource()Thierry Reding
2012-11-28pwm: remove use of __devexitBill Pemberton
2012-11-28pwm: remove use of __devinitBill Pemberton
2012-11-28pwm: remove use of __devexit_pBill Pemberton
2012-10-05pwm: Check for negative duty-cycle and periodThierry Reding
2012-07-23pwm: pxa: Propagate pwmchip_remove() errorThierry Reding
2012-07-23pwm: Convert pwm-pxa to use devm_* APIsAxel Lin
2012-07-02pwm: Move PXA PWM driver to PWM frameworkThierry Reding