summaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm-rockchip.c
AgeCommit message (Expand)Author
2024-02-19pwm: rockchip: Make use of devm_pwmchip_alloc() functionUwe Kleine-König
2024-02-19pwm: rochchip: Prepare removing pwm_chip from driver dataUwe Kleine-König
2023-12-20pwm: Use device_get_match_data()Rob Herring
2023-10-13pwm: Manage owner assignment implicitly for driversUwe Kleine-König
2023-07-21pwm: rockchip: Consistently name pwm_chip variables "chip"Uwe Kleine-König
2023-03-30pwm: rockchip: Convert to platform remove callback returning voidUwe Kleine-König
2022-12-06pwm: rockchip: Propagate errors in .get_state() to the callerUwe Kleine-König
2022-12-06pwm: Make .get_state() callback return an error codeUwe Kleine-König
2022-09-28pwm: rockchip: Convert to use dev_err_probe()zhaoxiao
2021-09-02pwm: rockchip: Unprepare clocks only after the PWM was unregisteredUwe Kleine-König
2021-09-02pwm: rockchip: Don't modify HW state in .remove() callbackUwe Kleine-König
2021-05-25pwm: Simplify all drivers with explicit of_pwm_n_cells = 3Uwe Kleine-König
2021-03-22pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König
2021-01-20pwm: rockchip: Enable clock before calling clk_get_rate()Simon South
2021-01-20pwm: rockchip: Eliminate potential race condition when probingSimon South
2021-01-20pwm: rockchip: Replace "bus clk" with "PWM clk"Simon South
2021-01-20pwm: rockchip: rockchip_pwm_probe(): Remove superfluous clk_unprepare()Simon South
2021-01-20pwm: rockchip: Enable APB clock during register access while probingSimon South
2020-12-17pwm: rockchip: Convert to devm_platform_ioremap_resource()Yangtao Li
2020-09-24pwm: rockchip: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-09-24pwm: 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