aboutsummaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm-sti.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-08pwm: sti: Take the opportunity to conduct a little house keepingGravatar Lee Jones 1-72/+81
2016-09-08pwm: sti: It's now valid for number of PWM channels to be zeroGravatar Lee Jones 1-1/+14
2016-09-08pwm: sti: Add PWM capture callbackGravatar Lee Jones 1-0/+88
2016-09-08pwm: sti: Add support for PWM capture interruptsGravatar Lee Jones 1-1/+91
2016-09-08pwm: sti: Initialise PWM capture device dataGravatar Lee Jones 1-7/+38
2016-09-08pwm: sti: Supply PWM Capture clock handlingGravatar Lee Jones 1-0/+25
2016-09-08pwm: sti: Supply PWM capture register addresses and bit locationsGravatar Lee Jones 1-0/+25
2016-09-08pwm: sti: Only request clock rate when neededGravatar Lee Jones 1-8/+8
2016-09-08pwm: sti: Reorganise register names in preparation for new functionalityGravatar Lee Jones 1-35/+41
2016-09-08pwm: sti: Rename channel => deviceGravatar Lee Jones 1-16/+16
2015-01-30pwm: sti: Maintain a bitmap of configured devicesGravatar Ajit Pal Singh 1-19/+11
2014-08-08pwm: sti: Remove PWM period tableGravatar Ajit Pal Singh 1-48/+16
2014-08-08pwm: sti: Sync between enable/disable callsGravatar Ajit Pal Singh 1-14/+30
2014-08-08pwm: sti: Ensure same period values for all channelsGravatar Ajit Pal Singh 1-44/+96
2014-08-08pwm: sti: Fix PWM prescaler handlingGravatar Ajit Pal Singh 1-11/+27
2014-08-07pwm: sti: Add new driver for ST's PWM IPGravatar Lee Jones 1-0/+366