aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-berlin.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-08pwm: berlin: Ensure configuring period and duty_cycle isn't wrongly skippedUwe Kleine-König1-6/+3
2021-06-30pwm: berlin: Don't check the return code of pwmchip_remove()Uwe Kleine-König1-3/+3
2021-06-30pwm: berlin: Implement .apply() callbackUwe Kleine-König1-5/+38
2021-06-30pwm: berlin: use consistent naming for variablesUwe Kleine-König1-58/+58
2021-05-25pwm: Simplify all drivers with explicit of_pwm_n_cells = 3Uwe Kleine-König1-2/+0
2021-03-22pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König1-1/+0
2020-12-17pwm: berlin: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2019-05-09pwm: Clear chip_data in pwm_put()Uwe Kleine-König1-1/+0
2018-07-09pwm: berlin: Don't use broken prescaler valuesThomas Hebb1-20/+25
2017-01-04pwm: Remove .can_sleep from struct pwm_chipThierry Reding1-1/+0
2016-09-06pwm: berlin: Add suspend/resume supportJisheng Zhang1-0/+84
2015-10-06pwm: Add support for the Berlin PWM controllerAntoine Ténart1-0/+219