Age | Commit message (Expand) | Author |
2024-02-15 | pwm: atmel-hlcdc: Make use of devm_pwmchip_alloc() function | Uwe Kleine-König |
2024-02-15 | pwm: atmel-hlcdc: Prepare removing pwm_chip from driver data | Uwe Kleine-König |
2024-02-15 | pwm: atmel-hlcdc: Don't use pwm consumer API | Uwe Kleine-König |
2024-02-04 | pwm: atmel-hlcdc: Fix clock imbalance related to suspend support | Uwe Kleine-König |
2023-12-20 | pwm: atmel-hlcdc: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions | Uwe Kleine-König |
2023-10-13 | pwm: Manage owner assignment implicitly for drivers | Uwe Kleine-König |
2023-07-24 | pwm: Explicitly include correct DT includes | Rob Herring |
2023-07-21 | pwm: atmel-hlcdc: Use consistent variable naming | Uwe Kleine-König |
2023-03-30 | pwm: atmel-hlcdc: Convert to platform remove callback returning void | Uwe Kleine-König |
2021-09-02 | pwm: atmel-hlcdc: Don't check the return code of pwmchip_remove() | Uwe Kleine-König |
2021-05-25 | pwm: Simplify all drivers with explicit of_pwm_n_cells = 3 | Uwe Kleine-König |
2021-03-22 | pwm: atmel-hlcdc: Use pwmchip_add() instead of pwmchip_add_with_polarity() | Uwe Kleine-König |
2021-03-22 | pwm: Always allocate PWM chip base ID dynamically | Uwe Kleine-König |
2019-09-21 | pwm: Ensure pwm_apply_state() doesn't modify the state argument | Uwe Kleine-König |
2019-07-09 | Merge tag 'pwm/for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2019-06-26 | pwm: atmel-hlcdc: Add compatible for SAM9X60 HLCDC's PWM | Claudiu Beznea |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner |
2017-04-06 | pwm: atmel-hlcdc: Implement the suspend/resume hooks | Boris Brezillon |
2017-04-06 | pwm: atmel-hlcdc: Convert to the atomic PWM API | Boris Brezillon |
2017-01-04 | pwm: Remove .can_sleep from struct pwm_chip | Thierry Reding |
2016-06-14 | pwm: atmel-hlcdc: Fix default PWM polarity | Boris Brezillon |
2015-10-06 | pwm: atmel-hlcdc: add sama5d2 SoC support. | Nicolas Ferre |
2015-09-21 | pwm: atmel-hlcdc: Fix module autoload for OF platform driver | Luis de Bethencourt |
2015-09-09 | ARM: at91: pwm: atmel-hlcdc: Add at91sam9n12 errata | Josh Wu |
2015-03-11 | pwm: atmel-hlcdc: Add errata handling for sama5d4 | Nicolas Ferre |
2015-01-30 | pwm: atmel-hlcdc: Prevent division by zero | Boris BREZILLON |
2014-12-04 | pwm: atmel-hlcdc: add at91sam9x5 and sama5d3 errata handling | Boris BREZILLON |
2014-11-17 | pwm: add support for atmel-hlcdc-pwm device | Boris Brezillon |