summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-bcm-kona.c
Commit message (Expand)AuthorAgeFilesLines
* pwm: bcm-kona: Don't modify HW state in .remove callbackUwe Kleine-König2021-04-091-5/+0
* pwm: bcm-kona: Use pwmchip_add() instead of pwmchip_add_with_polarity()Uwe Kleine-König2021-03-221-1/+1
* pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König2021-03-221-1/+0
* pwm: bcm-kona: Convert to devm_platform_ioremap_resource()Yangtao Li2020-12-171-3/+1
* pwm: bcm-kona: Remove impossible comparison when validating duty cycleLee Jones2020-07-301-1/+1
* pwm: bcm-kona: Update macros to remove braces around numbersSheetal Tigadoli2019-03-041-8/+8
* pwm: Remove .can_sleep from struct pwm_chipThierry Reding2017-01-041-1/+0
* pwm: kona: Modify settings application sequenceJonathan Richardson2015-08-171-9/+38
* pwm: Make use of pwm_get_xxx() helpers where appropriateBoris Brezillon2015-07-201-1/+2
* pwm: Add the pwm_is_enabled() helperBoris Brezillon2015-07-201-2/+2
* pwm: bcm-kona: Don't set polarity in probeArun Ramamurthy2015-06-121-6/+3
* pwm: kona: Introduce Kona PWM controller supportTim Kryger2014-04-281-0/+318