aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-rockchip.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-21pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König1-2/+2
2019-09-21pwm: rockchip: Don't update the state for the caller of pwm_apply_state()Uwe Kleine-König1-6/+0
2019-09-21pwm: rockchip: Set polarity unconditionally in .get_state()Uwe Kleine-König1-4/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-08-18pwm: rockchip: Add rk3328 supportDavid Wu1-2/+41
2017-08-18pwm: rockchip: Use same PWM ops for each IPDavid Wu1-111/+38
2017-08-18pwm: rockchip: Move the configuration of polarityDavid Wu1-24/+24
2017-08-18pwm: rockchip: Use pwm_apply() instead of pwm_enable()David Wu1-63/+78
2017-08-18pwm: rockchip: Remove the judge from return value of pwm_config()David Wu1-10/+2
2017-08-18pwm: rockchip: Add APB and function both clocks supportDavid Wu1-9/+49
2017-04-06pwm: rockchip: State of PWM clock should synchronize with PWM enabled stateDavid Wu1-7/+33
2016-07-11pwm: rockchip: Add support for atomic updateBoris Brezillon1-41/+43
2016-07-11pwm: rockchip: Avoid glitches on already running PWMsBoris Brezillon1-1/+19
2016-07-11pwm: rockchip: Add support for hardware readoutBoris Brezillon1-0/+67
2016-07-11pwm: rockchip: Fix period and duty cycle approximationBoris Brezillon1-4/+3
2015-07-20pwm: Make use of pwm_get_xxx() helpers where appropriateBoris Brezillon1-1/+1
2014-08-26pwm: rockchip: Allow polarity invert on rk3288Doug Anderson1-9/+48
2014-08-08pwm: rockchip: Added to support for RK3288 SoCCaesar Wang1-24/+111
2014-07-11pwm: add Rockchip SoC PWM supportBeniamino Galvani1-0/+177