aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-sti.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-21pwm: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2017-01-04pwm: Remove .can_sleep from struct pwm_chipThierry Reding1-1/+0
2016-09-08pwm: sti: Take the opportunity to conduct a little house keepingLee Jones1-72/+81
2016-09-08pwm: sti: It's now valid for number of PWM channels to be zeroLee Jones1-1/+14
2016-09-08pwm: sti: Add PWM capture callbackLee Jones1-0/+88
2016-09-08pwm: sti: Add support for PWM capture interruptsLee Jones1-1/+91
2016-09-08pwm: sti: Initialise PWM capture device dataLee Jones1-7/+38
2016-09-08pwm: sti: Supply PWM Capture clock handlingLee Jones1-0/+25
2016-09-08pwm: sti: Supply PWM capture register addresses and bit locationsLee Jones1-0/+25
2016-09-08pwm: sti: Only request clock rate when neededLee Jones1-8/+8
2016-09-08pwm: sti: Reorganise register names in preparation for new functionalityLee Jones1-35/+41
2016-09-08pwm: sti: Rename channel => deviceLee Jones1-16/+16
2015-01-30pwm: sti: Maintain a bitmap of configured devicesAjit Pal Singh1-19/+11
2014-08-08pwm: sti: Remove PWM period tableAjit Pal Singh1-48/+16
2014-08-08pwm: sti: Sync between enable/disable callsAjit Pal Singh1-14/+30
2014-08-08pwm: sti: Ensure same period values for all channelsAjit Pal Singh1-44/+96
2014-08-08pwm: sti: Fix PWM prescaler handlingAjit Pal Singh1-11/+27
2014-08-07pwm: sti: Add new driver for ST's PWM IPLee Jones1-0/+366