aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-atmel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-21pwm: atmel: Consolidate driver data initializationThierry Reding1-4/+2
2019-09-21pwm: atmel: Remove unneeded check for match dataThierry Reding1-6/+2
2019-09-21pwm: atmel: Remove platform_device_id and use only dt bindingsKamel Bouhara1-32/+3
2019-09-21pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191Thomas Gleixner1-2/+1
2019-03-04pwm: atmel: Remove useless symbolic definitionsThierry Reding1-14/+6
2019-03-04pwm: atmel: Add support for SAM9X60's PWM controllerClaudiu Beznea1-0/+19
2019-03-04pwm: atmel: Rename objects of type atmel_pwm_dataClaudiu Beznea1-7/+7
2019-03-04pwm: atmel: Add support for controllers with 32 bit countersClaudiu Beznea1-11/+23
2019-03-04pwm: atmel: Add struct atmel_pwm_dataClaudiu Beznea1-28/+36
2017-04-06pwm: atmel: Enable PWM on sama5d2Claudiu Beznea1-0/+3
2017-04-06pwm: atmel: Switch to atomic PWMClaudiu Beznea1-144/+129
2017-01-04pwm: Remove .can_sleep from struct pwm_chipThierry Reding1-1/+0
2016-07-11pwm: atmel: Use of_device_get_match_data()Thierry Reding1-9/+2
2016-07-11pwm: atmel: Fix checkpatch warningsThierry Reding1-6/+7
2016-07-11pwm: atmel: Fix disabling of PWM channelsGuillermo Rodriguez1-0/+10
2015-07-20pwm: Make use of pwm_get_xxx() helpers where appropriateBoris Brezillon1-1/+1
2015-07-20pwm: Add the pwm_is_enabled() helperBoris Brezillon1-3/+3
2015-06-12pwm: atmel: Fix incorrect CDTY value after disablingAlexandre Belloni1-0/+28
2015-06-12pwm: atmel: Fix incorrect CDTY value after enablingAlexandre Belloni1-17/+18
2014-09-25pwm: atmel: Fix calculation of prescale valueNikolaus Voss1-13/+11
2014-05-21pwm: atmel: set pwm_chip can_sleep flagAlexandre Belloni1-0/+1
2014-03-18pwm: atmel: correct CDTY calculationAlexandre Belloni1-1/+1
2014-03-18pwm: atmel: Fix polarity handlingAlexandre Belloni1-1/+6
2013-12-20pwm: atmel-pwm: Do not unprepare clock after successful registrationBo Shen1-0/+2
2013-12-17pwm: atmel-pwm: Add Atmel PWM controller driverBo Shen1-0/+393