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-jz4740.c
Age
Commit message (
Expand
)
Author
2022-11-29
pwm: jz4740: Use regmap_{set,clear}_bits
Paul Cercueil
2022-11-29
pwm: jz4740: Force dependency on Device Tree
Paul Cercueil
2022-02-24
pwm: jz4740: Add support for X1000 SoC
Aidan MacDonald
2021-09-02
pwm: jz4740: Simplify using devm_pwmchip_add()
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
2020-09-24
pwm: jz4740: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-06-02
pwm: jz4740: Add support for the JZ4725B
Paul Cercueil
2020-06-02
pwm: jz4740: Make PWM start with the active part
Paul Cercueil
2020-06-02
pwm: jz4740: Enhance precision in calculation of duty cycle
Paul Cercueil
2020-03-30
pwm: jz4740: Allow selection of PWM channels 0 and 1
Paul Cercueil
2020-03-30
pwm: jz4740: Obtain regmap from parent node
Paul Cercueil
2020-03-30
pwm: jz4740: Improve algorithm of clock calculation
Paul Cercueil
2020-03-30
pwm: jz4740: Use clocks from TCU driver
Paul Cercueil
2019-09-21
pwm: Ensure pwm_apply_state() doesn't modify the state argument
Uwe Kleine-König
2019-09-21
pwm: jz4740: Document known limitations
Uwe Kleine-König
2019-07-09
Merge tag 'pwm/for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-06-26
pwm: jz4740: Force TCU2 channels to return to their init level
Paul Cercueil
2019-06-25
pwm: jz4740: Apply configuration atomically
Paul Cercueil
2019-06-25
pwm: jz4740: Remove unused devicetree compatible strings
Paul Cercueil
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151
Thomas Gleixner
2018-03-28
pwm: jz4740: Add support for devicetree
Paul Cercueil
2018-03-28
pwm: jz4740: Implement ->set_polarity()
Paul Cercueil
2018-03-28
pwm: jz4740: Make disable operation compatible with TCU2 mode
Maarten ter Huurne
2017-05-22
pwm: jz4740: Let the pinctrl driver configure the pins
Paul Cercueil
2014-10-20
pwm: drop owner assignment from platform_drivers
Wolfram Sang
2013-12-12
pwm: jz4740: Use devm_clk_get()
Lars-Peter Clausen
2013-12-12
pwm: jz4740: Pass device to clk_get()
Lars-Peter Clausen
2012-11-28
pwm: remove use of __devexit
Bill Pemberton
2012-11-28
pwm: remove use of __devinit
Bill Pemberton
2012-11-28
pwm: remove use of __devexit_p
Bill Pemberton
2012-10-05
pwm: Add Ingenic JZ4740 support
Thierry Reding