aboutsummaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm-renesas-tpu.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-19pwm: renesas-tpu: Make use of devm_pwmchip_alloc() functionGravatar Uwe Kleine-König 1-9/+11
2023-12-20pwm: renesas: Remove unused includeGravatar Sean Young 1-1/+0
2023-12-20pwm: Stop referencing pwm->chipGravatar Thierry Reding 1-1/+1
2023-10-13pwm: renesas: Drop usage of pwm_[gs]et_chip_data()Gravatar Uwe Kleine-König 1-11/+11
2023-10-13pwm: Manage owner assignment implicitly for driversGravatar Uwe Kleine-König 1-1/+0
2022-05-20pwm: renesas-tpu: Improve precision of period and duty_cycle calculationGravatar Uwe Kleine-König 1-11/+17
2022-05-20pwm: renesas-tpu: Improve maths to compute register settingsGravatar Uwe Kleine-König 1-15/+35
2022-05-20pwm: renesas-tpu: Rename variables to match the usual namingGravatar Uwe Kleine-König 1-86/+86
2022-05-20pwm: renesas-tpu: Implement .apply() callbackGravatar Uwe Kleine-König 1-6/+38
2022-05-20pwm: renesas-tpu: Make use of devm functionsGravatar Uwe Kleine-König 1-17/+5
2022-05-20pwm: renesas-tpu: Make use of dev_err_probe()Gravatar Uwe Kleine-König 1-6/+3
2021-09-02pwm: renesas-tpu: Don't check the return code of pwmchip_remove()Gravatar Uwe Kleine-König 1-3/+2
2021-05-25pwm: Simplify all drivers with explicit of_pwm_n_cells = 3Gravatar Uwe Kleine-König 1-2/+0
2021-03-22pwm: Always allocate PWM chip base ID dynamicallyGravatar Uwe Kleine-König 1-1/+0
2020-12-17pwm: renesas-tpu: Convert to devm_platform_ioremap_resource()Gravatar Yangtao Li 1-3/+1
2020-03-30pwm: renesas-tpu: Drop confusing registered messageGravatar Geert Uytterhoeven 1-2/+0
2020-03-30pwm: renesas-tpu: Fix late Runtime PM enablementGravatar Geert Uytterhoeven 1-5/+4
2018-10-12pwm: Use SPDX identifier for Renesas driversGravatar Wolfram Sang 1-9/+1
2017-08-18pwm: renesas-tpu: Remove support for SH7372Gravatar Simon Horman 1-1/+0
2015-07-20pwm: Add the pwm_is_enabled() helperGravatar Boris Brezillon 1-1/+1
2014-10-20pwm: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-05-21pwm: renesas-tpu: remove unused struct tpu_pwm_platform_dataGravatar Alexandre Belloni 1-16/+3
2014-04-28pwm: renesas-tpu: Remove unnecessary OOM messagesGravatar Jingoo Han 1-3/+1
2013-09-03pwm: simplify use of devm_ioremap_resourceGravatar Julia Lawall 1-5/+0
2013-09-03pwm: renesas-tpu: Add DT supportGravatar Laurent Pinchart 1-7/+34
2013-06-26pwm: renesas-tpu: Add MODULE_ALIAS to make module auto loading workGravatar Axel Lin 1-0/+1
2013-06-25pwm: renesas-tpu: fix return value check in tpu_probe()Gravatar Wei Yongjun 1-4/+2
2013-06-21pwm: Add Renesas TPU PWM driverGravatar Laurent Pinchart 1-0/+475