summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-atmel.c
Commit message (Expand)AuthorAgeFilesLines
* pwm: atmel: Convert to devm_platform_ioremap_resource()Yangtao Li2020-12-171-3/+1
* pwm: atmel: Implement .get_state()Uwe Kleine-König2020-01-081-0/+40
* pwm: atmel: Use register accessors for channelsUwe Kleine-König2020-01-081-2/+2
* pwm: atmel: Document known weaknesses of both hardware and softwareUwe Kleine-König2020-01-081-0/+10
* pwm: atmel: Replace loop in prescale calculation by ad-hoc calculationUwe Kleine-König2020-01-081-7/+17
* pwm: atmel: Use a constant for maximum prescale valueUwe Kleine-König2020-01-081-5/+3
* pwm: atmel: Add a hint where to find hardware documentationUwe Kleine-König2020-01-081-0/+3
* pwm: atmel: Consolidate driver data initializationThierry Reding2019-09-211-4/+2
* pwm: atmel: Remove unneeded check for match dataThierry Reding2019-09-211-6/+2
* pwm: atmel: Remove platform_device_id and use only dt bindingsKamel Bouhara2019-09-211-32/+3
* pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König2019-09-211-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191Thomas Gleixner2019-05-301-2/+1
* pwm: atmel: Remove useless symbolic definitionsThierry Reding2019-03-041-14/+6
* 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/+129
* pwm: Remove .can_sleep from struct pwm_chipThierry Reding2017-01-041-1/+0
* pwm: atmel: Use of_device_get_match_data()Thierry Reding2016-07-111-9/+2
* 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/+11
* 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