Age | Commit message (Expand) | Author | Files | Lines |
2024-02-19 | pwm: renesas-tpu: Make use of devm_pwmchip_alloc() function | Uwe Kleine-König | 1 | -9/+11 |
2023-12-20 | pwm: renesas: Remove unused include | Sean Young | 1 | -1/+0 |
2023-12-20 | pwm: Stop referencing pwm->chip | Thierry Reding | 1 | -1/+1 |
2023-10-13 | pwm: renesas: Drop usage of pwm_[gs]et_chip_data() | Uwe Kleine-König | 1 | -11/+11 |
2023-10-13 | pwm: Manage owner assignment implicitly for drivers | Uwe Kleine-König | 1 | -1/+0 |
2022-05-20 | pwm: renesas-tpu: Improve precision of period and duty_cycle calculation | Uwe Kleine-König | 1 | -11/+17 |
2022-05-20 | pwm: renesas-tpu: Improve maths to compute register settings | Uwe Kleine-König | 1 | -15/+35 |
2022-05-20 | pwm: renesas-tpu: Rename variables to match the usual naming | Uwe Kleine-König | 1 | -86/+86 |
2022-05-20 | pwm: renesas-tpu: Implement .apply() callback | Uwe Kleine-König | 1 | -6/+38 |
2022-05-20 | pwm: renesas-tpu: Make use of devm functions | Uwe Kleine-König | 1 | -17/+5 |
2022-05-20 | pwm: renesas-tpu: Make use of dev_err_probe() | Uwe Kleine-König | 1 | -6/+3 |
2021-09-02 | pwm: renesas-tpu: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 1 | -3/+2 |
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: Always allocate PWM chip base ID dynamically | Uwe Kleine-König | 1 | -1/+0 |
2020-12-17 | pwm: renesas-tpu: Convert to devm_platform_ioremap_resource() | Yangtao Li | 1 | -3/+1 |
2020-03-30 | pwm: renesas-tpu: Drop confusing registered message | Geert Uytterhoeven | 1 | -2/+0 |
2020-03-30 | pwm: renesas-tpu: Fix late Runtime PM enablement | Geert Uytterhoeven | 1 | -5/+4 |
2018-10-12 | pwm: Use SPDX identifier for Renesas drivers | Wolfram Sang | 1 | -9/+1 |
2017-08-18 | pwm: renesas-tpu: Remove support for SH7372 | Simon Horman | 1 | -1/+0 |
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-05-21 | pwm: renesas-tpu: remove unused struct tpu_pwm_platform_data | Alexandre Belloni | 1 | -16/+3 |
2014-04-28 | pwm: renesas-tpu: Remove unnecessary OOM messages | Jingoo Han | 1 | -3/+1 |
2013-09-03 | pwm: simplify use of devm_ioremap_resource | Julia Lawall | 1 | -5/+0 |
2013-09-03 | pwm: renesas-tpu: Add DT support | Laurent Pinchart | 1 | -7/+34 |
2013-06-26 | pwm: renesas-tpu: Add MODULE_ALIAS to make module auto loading work | Axel Lin | 1 | -0/+1 |
2013-06-25 | pwm: renesas-tpu: fix return value check in tpu_probe() | Wei Yongjun | 1 | -4/+2 |
2013-06-21 | pwm: Add Renesas TPU PWM driver | Laurent Pinchart | 1 | -0/+475 |