aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-atmel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-24pwm: atmel: Remove redundant initialization of variable timeoutColin Ian King1-1/+1
2021-11-05pwm: atmel: Drop unused headerUwe Kleine-König1-1/+0
2021-09-02pwm: atmel: Rework tracking updates pending in hardwareUwe Kleine-König1-23/+79
2021-05-25pwm: Simplify all drivers with explicit of_pwm_n_cells = 3Uwe Kleine-König1-2/+0
2021-04-23pwm: atmel: Improve duty cycle calculation in .apply()Uwe Kleine-König1-7/+16
2021-04-23pwm: atmel: Fix duty cycle calculation in .get_state()Uwe Kleine-König1-1/+1
2021-04-09pwm: atmel: Free resources only after pwmchip_remove()Uwe Kleine-König1-1/+3
2021-03-22pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König1-1/+0
2020-12-17pwm: atmel: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2020-01-08pwm: atmel: Implement .get_state()Uwe Kleine-König1-0/+40
2020-01-08pwm: atmel: Use register accessors for channelsUwe Kleine-König1-2/+2
2020-01-08pwm: atmel: Document known weaknesses of both hardware and softwareUwe Kleine-König1-0/+10
2020-01-08pwm: atmel: Replace loop in prescale calculation by ad-hoc calculationUwe Kleine-König1-7/+17
2020-01-08pwm: atmel: Use a constant for maximum prescale valueUwe Kleine-König1-5/+3
2020-01-08pwm: atmel: Add a hint where to find hardware documentationUwe Kleine-König1-0/+3
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