summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-atmel-hlcdc.c
Commit message (Expand)AuthorAgeFilesLines
* pwm: Simplify all drivers with explicit of_pwm_n_cells = 3Uwe Kleine-König2021-05-251-2/+0
* pwm: atmel-hlcdc: Use pwmchip_add() instead of pwmchip_add_with_polarity()Uwe Kleine-König2021-03-221-1/+1
* pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König2021-03-221-1/+0
* pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König2019-09-211-1/+1
* Merge tag 'pwm/for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-091-0/+1
|\
| * pwm: atmel-hlcdc: Add compatible for SAM9X60 HLCDC's PWMClaudiu Beznea2019-06-261-0/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
|/
* pwm: atmel-hlcdc: Implement the suspend/resume hooksBoris Brezillon2017-04-061-0/+35
* pwm: atmel-hlcdc: Convert to the atomic PWM APIBoris Brezillon2017-04-061-126/+101
* pwm: Remove .can_sleep from struct pwm_chipThierry Reding2017-01-041-1/+0
* pwm: atmel-hlcdc: Fix default PWM polarityBoris Brezillon2016-06-141-1/+1
* pwm: atmel-hlcdc: add sama5d2 SoC support.Nicolas Ferre2015-10-061-0/+3
* pwm: atmel-hlcdc: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-211-0/+1
* ARM: at91: pwm: atmel-hlcdc: Add at91sam9n12 errataJosh Wu2015-09-091-0/+5
* pwm: atmel-hlcdc: Add errata handling for sama5d4Nicolas Ferre2015-03-111-0/+4
* pwm: atmel-hlcdc: Prevent division by zeroBoris BREZILLON2015-01-301-0/+6
* pwm: atmel-hlcdc: add at91sam9x5 and sama5d3 errata handlingBoris BREZILLON2014-12-041-5/+45
* pwm: add support for atmel-hlcdc-pwm deviceBoris Brezillon2014-11-171-0/+259