index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pwm
/
pwm-rockchip.c
Age
Commit message (
Expand
)
Author
2021-09-02
pwm: rockchip: Unprepare clocks only after the PWM was unregistered
Uwe Kleine-König
2021-09-02
pwm: rockchip: Don't modify HW state in .remove() callback
Uwe Kleine-König
2021-05-25
pwm: Simplify all drivers with explicit of_pwm_n_cells = 3
Uwe Kleine-König
2021-03-22
pwm: Always allocate PWM chip base ID dynamically
Uwe Kleine-König
2021-01-20
pwm: rockchip: Enable clock before calling clk_get_rate()
Simon South
2021-01-20
pwm: rockchip: Eliminate potential race condition when probing
Simon South
2021-01-20
pwm: rockchip: Replace "bus clk" with "PWM clk"
Simon South
2021-01-20
pwm: rockchip: rockchip_pwm_probe(): Remove superfluous clk_unprepare()
Simon South
2021-01-20
pwm: rockchip: Enable APB clock during register access while probing
Simon South
2020-12-17
pwm: rockchip: Convert to devm_platform_ioremap_resource()
Yangtao Li
2020-09-24
pwm: rockchip: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-09-24
pwm: rockchip: Keep enabled PWMs running while probing
Simon South
2020-06-02
pwm: rockchip: Simplify rockchip_pwm_get_state()
Rasmus Villemoes
2019-09-21
pwm: Ensure pwm_apply_state() doesn't modify the state argument
Uwe Kleine-König
2019-09-21
pwm: rockchip: Don't update the state for the caller of pwm_apply_state()
Uwe Kleine-König
2019-09-21
pwm: rockchip: Set polarity unconditionally in .get_state()
Uwe Kleine-König
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2017-08-18
pwm: rockchip: Add rk3328 support
David Wu
2017-08-18
pwm: rockchip: Use same PWM ops for each IP
David Wu
2017-08-18
pwm: rockchip: Move the configuration of polarity
David Wu
2017-08-18
pwm: rockchip: Use pwm_apply() instead of pwm_enable()
David Wu
2017-08-18
pwm: rockchip: Remove the judge from return value of pwm_config()
David Wu
2017-08-18
pwm: rockchip: Add APB and function both clocks support
David Wu
2017-04-06
pwm: rockchip: State of PWM clock should synchronize with PWM enabled state
David Wu
2016-07-11
pwm: rockchip: Add support for atomic update
Boris Brezillon
2016-07-11
pwm: rockchip: Avoid glitches on already running PWMs
Boris Brezillon
2016-07-11
pwm: rockchip: Add support for hardware readout
Boris Brezillon
2016-07-11
pwm: rockchip: Fix period and duty cycle approximation
Boris Brezillon
2015-07-20
pwm: Make use of pwm_get_xxx() helpers where appropriate
Boris Brezillon
2014-08-26
pwm: rockchip: Allow polarity invert on rk3288
Doug Anderson
2014-08-08
pwm: rockchip: Added to support for RK3288 SoC
Caesar Wang
2014-07-11
pwm: add Rockchip SoC PWM support
Beniamino Galvani