summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-atmel.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191Thomas Gleixner2019-05-301-2/+1Star
* pwm: atmel: Remove useless symbolic definitionsThierry Reding2019-03-041-14/+6Star
* pwm: atmel: Add support for SAM9X60's PWM controllerClaudiu Beznea2019-03-041-0/+19
* pwm: atmel: Rename objects of type atmel_pwm_dataClaudiu Beznea2019-03-041-7/+7
* pwm: atmel: Add support for controllers with 32 bit countersClaudiu Beznea2019-03-041-11/+23
* pwm: atmel: Add struct atmel_pwm_dataClaudiu Beznea2019-03-041-28/+36
* pwm: atmel: Enable PWM on sama5d2Claudiu Beznea2017-04-061-0/+3
* pwm: atmel: Switch to atomic PWMClaudiu Beznea2017-04-061-144/+129Star
* pwm: Remove .can_sleep from struct pwm_chipThierry Reding2017-01-041-1/+0Star
* pwm: atmel: Use of_device_get_match_data()Thierry Reding2016-07-111-9/+2Star
* pwm: atmel: Fix checkpatch warningsThierry Reding2016-07-111-6/+7
* pwm: atmel: Fix disabling of PWM channelsGuillermo Rodriguez2016-07-111-0/+10
* pwm: Make use of pwm_get_xxx() helpers where appropriateBoris Brezillon2015-07-201-1/+1
* pwm: Add the pwm_is_enabled() helperBoris Brezillon2015-07-201-3/+3
* pwm: atmel: Fix incorrect CDTY value after disablingAlexandre Belloni2015-06-121-0/+28
* pwm: atmel: Fix incorrect CDTY value after enablingAlexandre Belloni2015-06-121-17/+18
* pwm: atmel: Fix calculation of prescale valueNikolaus Voss2014-09-251-13/+11Star
* pwm: atmel: set pwm_chip can_sleep flagAlexandre Belloni2014-05-211-0/+1
* pwm: atmel: correct CDTY calculationAlexandre Belloni2014-03-181-1/+1
* pwm: atmel: Fix polarity handlingAlexandre Belloni2014-03-181-1/+6
* pwm: atmel-pwm: Do not unprepare clock after successful registrationBo Shen2013-12-201-0/+2
* pwm: atmel-pwm: Add Atmel PWM controller driverBo Shen2013-12-171-0/+393