summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-lpc32xx.c
Commit message (Expand)AuthorAgeFilesLines
* pwm: lpc32xx: Set PWM_PIN_LEVEL bit to default valueSylvain Lemieux2016-07-111-0/+7
* pwm: lpc32xx: return ERANGE, if requested period is not supportedVladimir Zapolskiy2015-12-161-3/+3
* pwm: lpc32xx: fix and simplify duty cycle and period calculationsVladimir Zapolskiy2015-12-161-34/+19
* pwm: lpc32xx: make device usable with common clock frameworkVladimir Zapolskiy2015-12-161-2/+2
* pwm: lpc32xx: correct number of PWM channels from 2 to 1Vladimir Zapolskiy2015-12-161-1/+1
* pwm: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* pwm: lpc32xx: Remove redundant of_match_ptrSachin Kamat2013-10-081-1/+1
* pwm: simplify use of devm_ioremap_resourceJulia Lawall2013-09-031-3/+0
* pwm: Fill in missing .owner fieldsThierry Reding2013-06-121-0/+1
* pwm: lpc32xx: Don't change PWM_ENABLE bit in lpc32xx_pwm_configAxel Lin2013-04-231-2/+5
* pwm: lpc32xx: Properly set PWM_ENABLE bit in lpc32xx_pwm_[enable|disable]Axel Lin2013-04-231-2/+16
* pwm: Constify OF match tablesThierry Reding2013-04-231-1/+1
* pwm: Convert to devm_ioremap_resource()Thierry Reding2013-01-221-3/+3
* Merge tag 'for-3.8-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2012-12-191-2/+21
|\
| * pwm: lpc32xx: Set the chip base for dynamic allocationAlban Bedel2012-12-061-0/+1
| * pwm: lpc32xx: Properly disable the clock on device removalAlban Bedel2012-12-061-1/+4
| * pwm: lpc32xx: Fix the PWM polarityAlban Bedel2012-12-061-1/+16
* | pwm: remove use of __devexitBill Pemberton2012-11-281-1/+1
* | pwm: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
|/
* pwm: add lpc32xx PWM supportAlexandre Pereira da Silva2012-07-231-0/+148
OpenPOWER on IntegriCloud