Age | Commit message (Expand) | Author | Files | Lines |
2024-10-25 | pwm: atmel-tcb: Use min() macro | Shen Lichuan | 1 | -2/+2 |
2024-09-16 | pwm: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
2024-07-10 | pwm: atmel-tcb: Make private data variable naming consistent | Uwe Kleine-König | 1 | -45/+45 |
2024-07-10 | pwm: atmel-tcb: Simplify checking the companion output | Uwe Kleine-König | 1 | -8/+3 |
2024-07-10 | pwm: atmel-tcb: Fix race condition and convert to guards | Uwe Kleine-König | 1 | -7/+5 |
2024-02-15 | pwm: atmel-tcb: Make use of devm_pwmchip_alloc() function | Uwe Kleine-König | 1 | -8/+5 |
2024-02-15 | pwm: atmel-tcb: Prepare removing pwm_chip from driver data | Uwe Kleine-König | 1 | -9/+14 |
2024-02-15 | pwm: atmel-tcb: Make use of pwmchip_parent() accessor | Uwe Kleine-König | 1 | -1/+1 |
2023-12-20 | pwm: atmel-tcb: 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-28 | pwm: atmel-tcb: Don't track polarity in driver data | Uwe Kleine-König | 1 | -12/+6 |
2023-07-28 | pwm: atmel-tcb: Unroll atmel_tcb_pwm_set_polarity() into only caller | Uwe Kleine-König | 1 | -14/+3 |
2023-07-28 | pwm: atmel-tcb: Put per-channel data into driver data | Uwe Kleine-König | 1 | -20/+9 |
2023-07-28 | pwm: atmel-tcb: Fix resource freeing in error path and remove | Uwe Kleine-König | 1 | -6/+17 |
2023-07-28 | pwm: atmel-tcb: Harmonize resource allocation order | Uwe Kleine-König | 1 | -29/+20 |
2023-07-24 | pwm: Explicitly include correct DT includes | Rob Herring | 1 | -2/+1 |
2023-03-30 | pwm: atmel-tcb: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2022-06-22 | pwm: atmel-tcb: Fix typo in comment | Julia Lawall | 1 | -1/+1 |
2022-04-22 | pwm: atmel-tcb: Make atmel_tcb_divisors static | Uwe Kleine-König | 1 | -1/+1 |
2022-04-22 | pwm: atmel-tcb: Drop duplicated tracking of per-channel data | Uwe Kleine-König | 1 | -6/+6 |
2021-09-02 | pwm: atmel-tcb: 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-tcb: Only free resources after pwm_chip_remove() returned | Uwe Kleine-König | 1 | -4/+4 |
2021-03-22 | pwm: atmel-tcb: Implement .apply callback | Uwe Kleine-König | 1 | -8/+25 |
2021-03-22 | pwm: Always allocate PWM chip base ID dynamically | Uwe Kleine-König | 1 | -1/+0 |
2020-12-17 | pwm: atmel-tcb: Add sama5d2 support | Alexandre Belloni | 1 | -3/+20 |
2020-12-17 | pwm: atmel-tcb: Switch to new binding | Alexandre Belloni | 1 | -106/+135 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194 | Thomas Gleixner | 1 | -1/+1 |
2019-05-02 | ARM: at91: move SoC specific definitions to SoC folder | Alexandre Belloni | 1 | -1/+1 |
2018-04-30 | pwm: simplify getting .drvdata | Wolfram Sang | 1 | -4/+2 |
2018-03-27 | pwm: atmel-tcb: Delete an error message for a failed memory allocation | Markus Elfring | 1 | -1/+0 |
2017-11-15 | pwm: atmel-tcb: Support backup mode | Romain Izard | 1 | -2/+61 |
2015-10-06 | misc: atmel_tclib: get and use slow clock | Boris Brezillon | 1 | -7/+19 |
2015-07-20 | pwm: Add the pwm_is_enabled() helper | Boris Brezillon | 1 | -1/+1 |
2014-10-20 | pwm: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-09-08 | ARM: at91/tclib: move initialization from alloc to probe | Gaël PORTAY | 1 | -1/+1 |
2013-09-19 | pwm: atmel-tcb: fix max time computation for slow clk source | Boris BREZILLON | 1 | -1/+1 |
2013-09-19 | pwm: atmel-tcb: add missing clk source config | Boris BREZILLON | 1 | -0/+2 |
2013-06-12 | pwm: Fill in missing .owner fields | Thierry Reding | 1 | -0/+1 |
2013-06-12 | pwm: atmel-tcb: prepare clk before calling enable | Boris BREZILLON | 1 | -2/+2 |
2013-04-02 | pwm: atmel-tcb: Add .owner to struct pwm_ops | Axel Lin | 1 | -0/+1 |
2013-01-08 | pwm: atmel: add Timer Counter Block PWM driver | Boris BREZILLON | 1 | -0/+445 |