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-sun4i.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-02
pwm: sun4i: Don't check the return code of pwmchip_remove()
Uwe Kleine-König
1
-4
/
+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-12-17
pwm: sun4i: Remove erroneous else branch
Thierry Reding
1
-5
/
+1
2020-12-17
pwm: sun4i: Convert to devm_platform_ioremap_resource()
Yangtao Li
1
-3
/
+1
2020-09-24
pwm: sun4i: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-24
/
+12
2020-06-17
pwm: sun4i: Use nsecs_to_jiffies to avoid a division
Guru Das Srinagesh
1
-1
/
+1
2020-06-02
pwm: sun4i: Support direct clock output on Allwinner A64
Peter Vasil
1
-0
/
+9
2020-03-30
pwm: sun4i: Remove redundant needs_delay
Pascal Roeleven
1
-11
/
+2
2020-01-20
pwm: sun4i: Initialize variables before use
Thierry Reding
1
-2
/
+2
2020-01-20
pwm: sun4i: Narrow scope of local variable
Uwe Kleine-König
1
-3
/
+5
2020-01-20
pwm: sun4i: Fix inconsistent IS_ERR and PTR_ERR
Gustavo A. R. Silva
1
-3
/
+3
2020-01-20
pwm: sun4i: Move pwm_calculate() out of spin_lock()
Clément Péron
1
-4
/
+3
2020-01-08
pwm: sun4i: Add support for H6 PWM
Jernej Skrabec
1
-0
/
+9
2020-01-08
pwm: sun4i: Add support to output source clock directly
Jernej Skrabec
1
-2
/
+46
2020-01-08
pwm: sun4i: Always calculate params when applying new parameters
Clément Péron
1
-29
/
+23
2020-01-08
pwm: sun4i: Add an optional probe for bus clock
Jernej Skrabec
1
-0
/
+23
2020-01-08
pwm: sun4i: Prefer "mod" clock to unnamed
Clément Péron
1
-2
/
+27
2020-01-08
pwm: sun4i: Add an optional probe for reset line
Jernej Skrabec
1
-2
/
+32
2019-10-21
pwm: sun4i: Fix incorrect calculation of duty_cycle/period
Ondrej Jirman
1
-2
/
+2
2019-10-21
pwm: sun4i: Drop redundant assignment to variable pval
Colin Ian King
1
-1
/
+0
2019-09-21
pwm: Ensure pwm_apply_state() doesn't modify the state argument
Uwe Kleine-König
1
-2
/
+2
2019-09-21
pwm: sun4i: Don't update the state for the caller of pwm_apply_state()
Uwe Kleine-König
1
-6
/
+0
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191
Thomas Gleixner
1
-2
/
+1
2018-03-28
pwm: sun4i: Simplify controller mapping
Andre Przywara
1
-18
/
+8
2018-03-28
pwm: sun4i: Drop unused .has_rdy member
Andre Przywara
1
-6
/
+0
2018-03-28
pwm: sun4i: Properly check current state
Alexandre Belloni
1
-2
/
+4
2017-11-15
pwm: sunxi: Use of_device_get_match_data()
Corentin Labbe
1
-4
/
+4
2017-07-06
pwm: sun4i: Drop legacy callbacks
Alexandre Belloni
1
-160
/
+0
2017-07-06
pwm: sun4i: Switch to atomic PWM
Alexandre Belloni
1
-0
/
+166
2017-07-06
pwm: sun4i: Improve hardware read out
Alexandre Belloni
1
-19
/
+46
2017-01-04
pwm: Remove .can_sleep from struct pwm_chip
Thierry Reding
1
-1
/
+0
2016-09-08
pwm: sunxi: Add H3 support
Milo Kim
1
-0
/
+9
2016-05-17
pwm: Use pwm_get/set_xxx() helpers where appropriate
Boris Brezillon
1
-1
/
+2
2015-11-10
pwm: sunxi: Fix whitespace issue
Olliver Schinagl
1
-1
/
+1
2015-11-10
pwm: sun4i: Add support for PWM controller on sun5i SoCs
Hans de Goede
1
-2
/
+23
2015-01-30
pwm: Add Allwinner SoC support
Alexandre Belloni
1
-0
/
+366