summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-sti.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* pwm: Remove .can_sleep from struct pwm_chipThierry Reding2017-01-041-1/+0Star
* pwm: sti: Take the opportunity to conduct a little house keepingLee Jones2016-09-081-72/+81
* pwm: sti: It's now valid for number of PWM channels to be zeroLee Jones2016-09-081-1/+14
* pwm: sti: Add PWM capture callbackLee Jones2016-09-081-0/+88
* pwm: sti: Add support for PWM capture interruptsLee Jones2016-09-081-1/+91
* pwm: sti: Initialise PWM capture device dataLee Jones2016-09-081-7/+38
* pwm: sti: Supply PWM Capture clock handlingLee Jones2016-09-081-0/+25
* pwm: sti: Supply PWM capture register addresses and bit locationsLee Jones2016-09-081-0/+25
* pwm: sti: Only request clock rate when neededLee Jones2016-09-081-8/+8
* pwm: sti: Reorganise register names in preparation for new functionalityLee Jones2016-09-081-35/+41
* pwm: sti: Rename channel => deviceLee Jones2016-09-081-16/+16
* pwm: sti: Maintain a bitmap of configured devicesAjit Pal Singh2015-01-301-19/+11Star
* pwm: sti: Remove PWM period tableAjit Pal Singh2014-08-081-48/+16Star
* pwm: sti: Sync between enable/disable callsAjit Pal Singh2014-08-081-14/+30
* pwm: sti: Ensure same period values for all channelsAjit Pal Singh2014-08-081-44/+96
* pwm: sti: Fix PWM prescaler handlingAjit Pal Singh2014-08-081-11/+27
* pwm: sti: Add new driver for ST's PWM IPLee Jones2014-08-071-0/+366