summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-renesas-tpu.c
Commit message (Expand)AuthorAgeFilesLines
* pwm: renesas-tpu: Don't check the return code of pwmchip_remove()Uwe Kleine-König2021-09-021-3/+2
* pwm: Simplify all drivers with explicit of_pwm_n_cells = 3Uwe Kleine-König2021-05-251-2/+0
* pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König2021-03-221-1/+0
* pwm: renesas-tpu: Convert to devm_platform_ioremap_resource()Yangtao Li2020-12-171-3/+1
* pwm: renesas-tpu: Drop confusing registered messageGeert Uytterhoeven2020-03-301-2/+0
* pwm: renesas-tpu: Fix late Runtime PM enablementGeert Uytterhoeven2020-03-301-5/+4
* pwm: Use SPDX identifier for Renesas driversWolfram Sang2018-10-121-9/+1
* pwm: renesas-tpu: Remove support for SH7372Simon Horman2017-08-181-1/+0
* pwm: Add the pwm_is_enabled() helperBoris Brezillon2015-07-201-1/+1
* pwm: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* pwm: renesas-tpu: remove unused struct tpu_pwm_platform_dataAlexandre Belloni2014-05-211-16/+3
* pwm: renesas-tpu: Remove unnecessary OOM messagesJingoo Han2014-04-281-3/+1
* pwm: simplify use of devm_ioremap_resourceJulia Lawall2013-09-031-5/+0
* pwm: renesas-tpu: Add DT supportLaurent Pinchart2013-09-031-7/+34
* pwm: renesas-tpu: Add MODULE_ALIAS to make module auto loading workAxel Lin2013-06-261-0/+1
* pwm: renesas-tpu: fix return value check in tpu_probe()Wei Yongjun2013-06-251-4/+2
* pwm: Add Renesas TPU PWM driverLaurent Pinchart2013-06-211-0/+475