index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pwm
/
pwm-jz4740.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-10
pwm: jz4740: Another few conversions to regmap_{set,clear}_bits()
Uwe Kleine-König
1
-5
/
+4
2024-02-19
pwm: jz4740: Make use of devm_pwmchip_alloc() function
Uwe Kleine-König
1
-10
/
+8
2024-02-19
pwm: jz4740: Make use of pwmchip_parent() accessor
Uwe Kleine-König
1
-5
/
+6
2024-02-19
pwm: jz4740: Change prototype of a helper to prepare further changes
Uwe Kleine-König
1
-5
/
+4
2024-01-12
pwm: jz4740: Don't use dev_err_probe() in .request()
Uwe Kleine-König
1
-3
/
+4
2023-12-20
pwm: Stop referencing pwm->chip
Thierry Reding
1
-1
/
+1
2023-12-20
pwm: jz4740: Add trailing \n to error messages
Uwe Kleine-König
1
-2
/
+2
2023-10-13
pwm: jz4740: Put per-channel clk into driver data
Uwe Kleine-König
1
-4
/
+7
2023-10-13
pwm: Manage owner assignment implicitly for drivers
Uwe Kleine-König
1
-1
/
+0
2023-10-13
pwm: jz4740: Consistently name driver data "jz"
Uwe Kleine-König
1
-18
/
+18
2023-07-24
pwm: Explicitly include correct DT includes
Rob Herring
1
-1
/
+1
2022-11-29
pwm: jz4740: Use regmap_{set,clear}_bits
Paul Cercueil
1
-6
/
+4
2022-11-29
pwm: jz4740: Force dependency on Device Tree
Paul Cercueil
1
-6
/
+4
2022-02-24
pwm: jz4740: Add support for X1000 SoC
Aidan MacDonald
1
-0
/
+5
2021-09-02
pwm: jz4740: Simplify using devm_pwmchip_add()
Uwe Kleine-König
1
-11
/
+1
2021-05-25
pwm: Simplify all drivers with explicit of_pwm_n_cells = 3
Uwe Kleine-König
1
-2
/
+0
2021-03-22
pwm: Always allocate PWM chip base ID dynamically
Uwe Kleine-König
1
-1
/
+0
2020-09-24
pwm: jz4740: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-6
/
+3
2020-06-02
pwm: jz4740: Add support for the JZ4725B
Paul Cercueil
1
-4
/
+20
2020-06-02
pwm: jz4740: Make PWM start with the active part
Paul Cercueil
1
-9
/
+16
2020-06-02
pwm: jz4740: Enhance precision in calculation of duty cycle
Paul Cercueil
1
-3
/
+3
2020-03-30
pwm: jz4740: Allow selection of PWM channels 0 and 1
Paul Cercueil
1
-5
/
+14
2020-03-30
pwm: jz4740: Obtain regmap from parent node
Paul Cercueil
1
-24
/
+43
2020-03-30
pwm: jz4740: Improve algorithm of clock calculation
Paul Cercueil
1
-15
/
+29
2020-03-30
pwm: jz4740: Use clocks from TCU driver
Paul Cercueil
1
-14
/
+40
2019-09-21
pwm: Ensure pwm_apply_state() doesn't modify the state argument
Uwe Kleine-König
1
-1
/
+1
2019-09-21
pwm: jz4740: Document known limitations
Uwe Kleine-König
1
-0
/
+5
2019-07-09
Merge tag 'pwm/for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-28
/
+21
2019-06-26
pwm: jz4740: Force TCU2 channels to return to their init level
Paul Cercueil
1
-1
/
+9
2019-06-25
pwm: jz4740: Apply configuration atomically
Paul Cercueil
1
-25
/
+12
2019-06-25
pwm: jz4740: Remove unused devicetree compatible strings
Paul Cercueil
1
-2
/
+0
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151
Thomas Gleixner
1
-10
/
+1
2018-03-28
pwm: jz4740: Add support for devicetree
Paul Cercueil
1
-0
/
+14
2018-03-28
pwm: jz4740: Implement ->set_polarity()
Paul Cercueil
1
-0
/
+19
2018-03-28
pwm: jz4740: Make disable operation compatible with TCU2 mode
Maarten ter Huurne
1
-1
/
+7
2017-05-22
pwm: jz4740: Let the pinctrl driver configure the pins
Paul Cercueil
1
-29
/
+0
2014-10-20
pwm: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2013-12-12
pwm: jz4740: Use devm_clk_get()
Lars-Peter Clausen
1
-17
/
+3
2013-12-12
pwm: jz4740: Pass device to clk_get()
Lars-Peter Clausen
1
-1
/
+1
2012-11-29
pwm: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-29
pwm: remove use of __devinit
Bill Pemberton
1
-1
/
+1
2012-11-29
pwm: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-10-05
pwm: Add Ingenic JZ4740 support
Thierry Reding
1
-0
/
+221