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