aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-bcm-kona.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-02pwm: bcm-kona: Simplify using devm_pwmchip_add()Uwe Kleine-König1-11/+1
2021-05-25pwm: Simplify all drivers with explicit of_pwm_n_cells = 3Uwe Kleine-König1-2/+0
2021-04-09pwm: bcm-kona: Don't modify HW state in .remove callbackUwe Kleine-König1-5/+0
2021-03-22pwm: bcm-kona: Use pwmchip_add() instead of pwmchip_add_with_polarity()Uwe Kleine-König1-1/+1
2021-03-22pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König1-1/+0
2020-12-17pwm: bcm-kona: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2020-07-30pwm: bcm-kona: Remove impossible comparison when validating duty cycleLee Jones1-1/+1
2019-03-04pwm: bcm-kona: Update macros to remove braces around numbersSheetal Tigadoli1-8/+8
2017-01-04pwm: Remove .can_sleep from struct pwm_chipThierry Reding1-1/+0
2015-08-17pwm: kona: Modify settings application sequenceJonathan Richardson1-9/+38
2015-07-20pwm: Make use of pwm_get_xxx() helpers where appropriateBoris Brezillon1-1/+2
2015-07-20pwm: Add the pwm_is_enabled() helperBoris Brezillon1-2/+2
2015-06-12pwm: bcm-kona: Don't set polarity in probeArun Ramamurthy1-6/+3
2014-04-28pwm: kona: Introduce Kona PWM controller supportTim Kryger1-0/+318