summaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm-sti.c
AgeCommit message (Expand)Author
2017-01-04pwm: Remove .can_sleep from struct pwm_chipThierry Reding
2016-09-08pwm: sti: Take the opportunity to conduct a little house keepingLee Jones
2016-09-08pwm: sti: It's now valid for number of PWM channels to be zeroLee Jones
2016-09-08pwm: sti: Add PWM capture callbackLee Jones
2016-09-08pwm: sti: Add support for PWM capture interruptsLee Jones
2016-09-08pwm: sti: Initialise PWM capture device dataLee Jones
2016-09-08pwm: sti: Supply PWM Capture clock handlingLee Jones
2016-09-08pwm: sti: Supply PWM capture register addresses and bit locationsLee Jones
2016-09-08pwm: sti: Only request clock rate when neededLee Jones
2016-09-08pwm: sti: Reorganise register names in preparation for new functionalityLee Jones
2016-09-08pwm: sti: Rename channel => deviceLee Jones
2015-01-30pwm: sti: Maintain a bitmap of configured devicesAjit Pal Singh
2014-08-08pwm: sti: Remove PWM period tableAjit Pal Singh
2014-08-08pwm: sti: Sync between enable/disable callsAjit Pal Singh
2014-08-08pwm: sti: Ensure same period values for all channelsAjit Pal Singh
2014-08-08pwm: sti: Fix PWM prescaler handlingAjit Pal Singh
2014-08-07pwm: sti: Add new driver for ST's PWM IPLee Jones