index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pwm
/
pwm-sun4i.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pwm: sun4i: Propagate errors in .get_state() to the caller
Andre Przywara
2022-12-06
1
-1
/
+3
*
pwm: Make .get_state() callback return an error code
Uwe Kleine-König
2022-12-06
1
-5
/
+7
*
pwm-sun4i: Calculate the delay without rounding down to jiffies
Max Kellermann
2022-04-22
1
-3
/
+1
*
pwm-sun4i: Calculate "delay_jiffies" directly, eliminate absolute time
Max Kellermann
2022-04-22
1
-12
/
+7
*
pwm-sun4i: Convert "next_period" to local variable
Max Kellermann
2022-04-22
1
-5
/
+4
*
pwm: sun4i: Rename variable pointing to driver private data
Uwe Kleine-König
2022-02-02
1
-35
/
+35
*
pwm: sun4i: Don't check the return code of pwmchip_remove()
Uwe Kleine-König
2021-09-02
1
-4
/
+1
*
pwm: Simplify all drivers with explicit of_pwm_n_cells = 3
Uwe Kleine-König
2021-05-25
1
-2
/
+0
*
pwm: Always allocate PWM chip base ID dynamically
Uwe Kleine-König
2021-03-22
1
-1
/
+0
*
pwm: sun4i: Remove erroneous else branch
Thierry Reding
2020-12-17
1
-5
/
+1
*
pwm: sun4i: Convert to devm_platform_ioremap_resource()
Yangtao Li
2020-12-17
1
-3
/
+1
*
pwm: sun4i: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-09-24
1
-24
/
+12
*
pwm: sun4i: Use nsecs_to_jiffies to avoid a division
Guru Das Srinagesh
2020-06-17
1
-1
/
+1
*
pwm: sun4i: Support direct clock output on Allwinner A64
Peter Vasil
2020-06-02
1
-0
/
+9
*
pwm: sun4i: Remove redundant needs_delay
Pascal Roeleven
2020-03-30
1
-11
/
+2
*
pwm: sun4i: Initialize variables before use
Thierry Reding
2020-01-20
1
-2
/
+2
*
pwm: sun4i: Narrow scope of local variable
Uwe Kleine-König
2020-01-20
1
-3
/
+5
*
pwm: sun4i: Fix inconsistent IS_ERR and PTR_ERR
Gustavo A. R. Silva
2020-01-20
1
-3
/
+3
*
pwm: sun4i: Move pwm_calculate() out of spin_lock()
Clément Péron
2020-01-20
1
-4
/
+3
*
pwm: sun4i: Add support for H6 PWM
Jernej Skrabec
2020-01-08
1
-0
/
+9
*
pwm: sun4i: Add support to output source clock directly
Jernej Skrabec
2020-01-08
1
-2
/
+46
*
pwm: sun4i: Always calculate params when applying new parameters
Clément Péron
2020-01-08
1
-29
/
+23
*
pwm: sun4i: Add an optional probe for bus clock
Jernej Skrabec
2020-01-08
1
-0
/
+23
*
pwm: sun4i: Prefer "mod" clock to unnamed
Clément Péron
2020-01-08
1
-2
/
+27
*
pwm: sun4i: Add an optional probe for reset line
Jernej Skrabec
2020-01-08
1
-2
/
+32
*
pwm: sun4i: Fix incorrect calculation of duty_cycle/period
Ondrej Jirman
2019-10-21
1
-2
/
+2
*
pwm: sun4i: Drop redundant assignment to variable pval
Colin Ian King
2019-10-21
1
-1
/
+0
*
pwm: Ensure pwm_apply_state() doesn't modify the state argument
Uwe Kleine-König
2019-09-21
1
-2
/
+2
*
pwm: sun4i: Don't update the state for the caller of pwm_apply_state()
Uwe Kleine-König
2019-09-21
1
-6
/
+0
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191
Thomas Gleixner
2019-05-30
1
-2
/
+1
*
pwm: sun4i: Simplify controller mapping
Andre Przywara
2018-03-28
1
-18
/
+8
*
pwm: sun4i: Drop unused .has_rdy member
Andre Przywara
2018-03-28
1
-6
/
+0
*
pwm: sun4i: Properly check current state
Alexandre Belloni
2018-03-28
1
-2
/
+4
*
pwm: sunxi: Use of_device_get_match_data()
Corentin Labbe
2017-11-15
1
-4
/
+4
*
pwm: sun4i: Drop legacy callbacks
Alexandre Belloni
2017-07-06
1
-160
/
+0
*
pwm: sun4i: Switch to atomic PWM
Alexandre Belloni
2017-07-06
1
-0
/
+166
*
pwm: sun4i: Improve hardware read out
Alexandre Belloni
2017-07-06
1
-19
/
+46
*
pwm: Remove .can_sleep from struct pwm_chip
Thierry Reding
2017-01-04
1
-1
/
+0
*
pwm: sunxi: Add H3 support
Milo Kim
2016-09-08
1
-0
/
+9
*
pwm: Use pwm_get/set_xxx() helpers where appropriate
Boris Brezillon
2016-05-17
1
-1
/
+2
*
pwm: sunxi: Fix whitespace issue
Olliver Schinagl
2015-11-10
1
-1
/
+1
*
pwm: sun4i: Add support for PWM controller on sun5i SoCs
Hans de Goede
2015-11-10
1
-2
/
+23
*
pwm: Add Allwinner SoC support
Alexandre Belloni
2015-01-30
1
-0
/
+366