aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-rockchip.c
AgeCommit message (Expand)Author
2020-10-29pwm: rockchip: Keep enabled PWMs running while probingSimon South
2020-06-02pwm: rockchip: Simplify rockchip_pwm_get_state()Rasmus Villemoes
2019-09-21pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König
2019-09-21pwm: rockchip: Don't update the state for the caller of pwm_apply_state()Uwe Kleine-König
2019-09-21pwm: rockchip: Set polarity unconditionally in .get_state()Uwe Kleine-König
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2017-08-18pwm: rockchip: Add rk3328 supportDavid Wu
2017-08-18pwm: rockchip: Use same PWM ops for each IPDavid Wu
2017-08-18pwm: rockchip: Move the configuration of polarityDavid Wu
2017-08-18pwm: rockchip: Use pwm_apply() instead of pwm_enable()David Wu
2017-08-18pwm: rockchip: Remove the judge from return value of pwm_config()David Wu
2017-08-18pwm: rockchip: Add APB and function both clocks supportDavid Wu
2017-04-06pwm: rockchip: State of PWM clock should synchronize with PWM enabled stateDavid Wu
2016-07-11pwm: rockchip: Add support for atomic updateBoris Brezillon
2016-07-11pwm: rockchip: Avoid glitches on already running PWMsBoris Brezillon
2016-07-11pwm: rockchip: Add support for hardware readoutBoris Brezillon
2016-07-11pwm: rockchip: Fix period and duty cycle approximationBoris Brezillon
2015-07-20pwm: Make use of pwm_get_xxx() helpers where appropriateBoris Brezillon
2014-08-26pwm: rockchip: Allow polarity invert on rk3288Doug Anderson
2014-08-08pwm: rockchip: Added to support for RK3288 SoCCaesar Wang
2014-07-11pwm: add Rockchip SoC PWM supportBeniamino Galvani