summaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm-atmel.c
AgeCommit message (Expand)Author
2021-11-05pwm: atmel: Drop unused headerUwe Kleine-König
2021-09-02pwm: atmel: Rework tracking updates pending in hardwareUwe Kleine-König
2021-05-25pwm: Simplify all drivers with explicit of_pwm_n_cells = 3Uwe Kleine-König
2021-04-23pwm: atmel: Improve duty cycle calculation in .apply()Uwe Kleine-König
2021-04-23pwm: atmel: Fix duty cycle calculation in .get_state()Uwe Kleine-König
2021-04-09pwm: atmel: Free resources only after pwmchip_remove()Uwe Kleine-König
2021-03-22pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König
2020-12-17pwm: atmel: Convert to devm_platform_ioremap_resource()Yangtao Li
2020-01-08pwm: atmel: Implement .get_state()Uwe Kleine-König
2020-01-08pwm: atmel: Use register accessors for channelsUwe Kleine-König
2020-01-08pwm: atmel: Document known weaknesses of both hardware and softwareUwe Kleine-König
2020-01-08pwm: atmel: Replace loop in prescale calculation by ad-hoc calculationUwe Kleine-König
2020-01-08pwm: atmel: Use a constant for maximum prescale valueUwe Kleine-König
2020-01-08pwm: atmel: Add a hint where to find hardware documentationUwe Kleine-König
2019-09-21pwm: atmel: Consolidate driver data initializationThierry Reding
2019-09-21pwm: atmel: Remove unneeded check for match dataThierry Reding
2019-09-21pwm: atmel: Remove platform_device_id and use only dt bindingsKamel Bouhara
2019-09-21pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191Thomas Gleixner
2019-03-04pwm: atmel: Remove useless symbolic definitionsThierry Reding
2019-03-04pwm: atmel: Add support for SAM9X60's PWM controllerClaudiu Beznea
2019-03-04pwm: atmel: Rename objects of type atmel_pwm_dataClaudiu Beznea
2019-03-04pwm: atmel: Add support for controllers with 32 bit countersClaudiu Beznea
2019-03-04pwm: atmel: Add struct atmel_pwm_dataClaudiu Beznea
2017-04-06pwm: atmel: Enable PWM on sama5d2Claudiu Beznea
2017-04-06pwm: atmel: Switch to atomic PWMClaudiu Beznea
2017-01-04pwm: Remove .can_sleep from struct pwm_chipThierry Reding
2016-07-11pwm: atmel: Use of_device_get_match_data()Thierry Reding
2016-07-11pwm: atmel: Fix checkpatch warningsThierry Reding
2016-07-11pwm: atmel: Fix disabling of PWM channelsGuillermo Rodriguez
2015-07-20pwm: Make use of pwm_get_xxx() helpers where appropriateBoris Brezillon
2015-07-20pwm: Add the pwm_is_enabled() helperBoris Brezillon
2015-06-12pwm: atmel: Fix incorrect CDTY value after disablingAlexandre Belloni
2015-06-12pwm: atmel: Fix incorrect CDTY value after enablingAlexandre Belloni
2014-09-25pwm: atmel: Fix calculation of prescale valueNikolaus Voss
2014-05-21pwm: atmel: set pwm_chip can_sleep flagAlexandre Belloni
2014-03-18pwm: atmel: correct CDTY calculationAlexandre Belloni
2014-03-18pwm: atmel: Fix polarity handlingAlexandre Belloni
2013-12-20pwm: atmel-pwm: Do not unprepare clock after successful registrationBo Shen
2013-12-17pwm: atmel-pwm: Add Atmel PWM controller driverBo Shen