summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-pxa.c
Commit message (Expand)AuthorAgeFilesLines
* pwm: constify pwm_ops structuresBhumika Goyal2017-01-191-1/+1
* pwm: Introduce the pwm_args conceptBoris Brezillon2016-05-031-1/+1
* pwm: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* pwm: pxa: Remove unnecessary OOM messagesJingoo Han2014-04-281-3/+1
* pwm: pxa: Constify OF match tableThierry Reding2014-04-011-1/+1
* pwm: pxa: Fix typo "pwm" -> "PWM"Thierry Reding2014-04-011-1/+1
* Revert "pwm: pxa: Use of_match_ptr()"Thierry Reding2014-04-011-1/+3
* pwm: pxa: Use of_match_ptr()Jingoo Han2014-02-261-3/+1
* pwm: pxa: remove unnecessary space before tabsJingoo Han2013-12-201-1/+1
* pwm: pxa: Add device tree supportMike Dunn2013-12-041-0/+53
* pwm: pxa: Use module_platform_driverMike Dunn2013-09-031-11/+1
* drivers/pwm: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-5/+0
* pwm: pxa: Remove PWM_ID_BASE macroAxel Lin2013-04-021-4/+3
* pwm: pxa: Remove clk_enabled field from struct pxa_pwm_chipAxel Lin2013-04-021-14/+2
* pwm: Convert to devm_ioremap_resource()Thierry Reding2013-01-221-3/+3
* pwm: remove use of __devexitBill Pemberton2012-11-281-1/+1
* pwm: remove use of __devinitBill Pemberton2012-11-281-1/+1
* pwm: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* pwm: Check for negative duty-cycle and periodThierry Reding2012-10-051-3/+0
* pwm: pxa: Propagate pwmchip_remove() errorThierry Reding2012-07-231-2/+1
* pwm: Convert pwm-pxa to use devm_* APIsAxel Lin2012-07-231-39/+10
* pwm: Move PXA PWM driver to PWM frameworkThierry Reding2012-07-021-0/+248