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