summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-rockchip.c
Commit message (Expand)AuthorAgeFilesLines
* pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König2021-03-221-1/+0
* pwm: rockchip: Enable clock before calling clk_get_rate()Simon South2021-01-201-0/+10
* pwm: rockchip: Eliminate potential race condition when probingSimon South2021-01-201-3/+6
* pwm: rockchip: Replace "bus clk" with "PWM clk"Simon South2021-01-201-2/+2
* pwm: rockchip: rockchip_pwm_probe(): Remove superfluous clk_unprepare()Simon South2021-01-201-1/+0
* pwm: rockchip: Enable APB clock during register access while probingSimon South2021-01-201-3/+5
* pwm: rockchip: Convert to devm_platform_ioremap_resource()Yangtao Li2020-12-171-3/+1
* pwm: rockchip: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-241-7/+3
* pwm: rockchip: Keep enabled PWMs running while probingSimon South2020-09-241-1/+4
* pwm: rockchip: Simplify rockchip_pwm_get_state()Rasmus Villemoes2020-06-021-6/+1
* pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König2019-09-211-2/+2
* pwm: rockchip: Don't update the state for the caller of pwm_apply_state()Uwe Kleine-König2019-09-211-6/+0
* pwm: rockchip: Set polarity unconditionally in .get_state()Uwe Kleine-König2019-09-211-4/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* pwm: rockchip: Add rk3328 supportDavid Wu2017-08-181-2/+41
* pwm: rockchip: Use same PWM ops for each IPDavid Wu2017-08-181-111/+38
* pwm: rockchip: Move the configuration of polarityDavid Wu2017-08-181-24/+24
* pwm: rockchip: Use pwm_apply() instead of pwm_enable()David Wu2017-08-181-63/+78
* pwm: rockchip: Remove the judge from return value of pwm_config()David Wu2017-08-181-10/+2
* pwm: rockchip: Add APB and function both clocks supportDavid Wu2017-08-181-9/+49
* pwm: rockchip: State of PWM clock should synchronize with PWM enabled stateDavid Wu2017-04-061-7/+33
* pwm: rockchip: Add support for atomic updateBoris Brezillon2016-07-111-41/+43
* pwm: rockchip: Avoid glitches on already running PWMsBoris Brezillon2016-07-111-1/+19
* pwm: rockchip: Add support for hardware readoutBoris Brezillon2016-07-111-0/+67
* pwm: rockchip: Fix period and duty cycle approximationBoris Brezillon2016-07-111-4/+3
* pwm: Make use of pwm_get_xxx() helpers where appropriateBoris Brezillon2015-07-201-1/+1
* pwm: rockchip: Allow polarity invert on rk3288Doug Anderson2014-08-261-9/+48
* pwm: rockchip: Added to support for RK3288 SoCCaesar Wang2014-08-081-24/+111
* pwm: add Rockchip SoC PWM supportBeniamino Galvani2014-07-111-0/+177