summaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm-lpc32xx.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-03pwm: simplify use of devm_ioremap_resourceJulia Lawall1-3/+0
2013-06-12pwm: Fill in missing .owner fieldsThierry Reding1-0/+1
2013-04-23pwm: lpc32xx: Don't change PWM_ENABLE bit in lpc32xx_pwm_configAxel Lin1-2/+5
2013-04-23pwm: lpc32xx: Properly set PWM_ENABLE bit in lpc32xx_pwm_[enable|disable]Axel Lin1-2/+16
2013-04-23pwm: Constify OF match tablesThierry Reding1-1/+1
2013-01-22pwm: Convert to devm_ioremap_resource()Thierry Reding1-3/+3
2012-12-19Merge tag 'for-3.8-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds1-2/+21
2012-12-06pwm: lpc32xx: Set the chip base for dynamic allocationAlban Bedel1-0/+1
2012-12-06pwm: lpc32xx: Properly disable the clock on device removalAlban Bedel1-1/+4
2012-12-06pwm: lpc32xx: Fix the PWM polarityAlban Bedel1-1/+16
2012-11-28pwm: remove use of __devexitBill Pemberton1-1/+1
2012-11-28pwm: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-23pwm: add lpc32xx PWM supportAlexandre Pereira da Silva1-0/+148