index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pwm
/
pwm-sun4i.c
Age
Commit message (
Expand
)
Author
2020-03-30
pwm: sun4i: Remove redundant needs_delay
Pascal Roeleven
2020-01-20
pwm: sun4i: Initialize variables before use
Thierry Reding
2020-01-20
pwm: sun4i: Narrow scope of local variable
Uwe Kleine-König
2020-01-20
pwm: sun4i: Fix inconsistent IS_ERR and PTR_ERR
Gustavo A. R. Silva
2020-01-20
pwm: sun4i: Move pwm_calculate() out of spin_lock()
Clément Péron
2020-01-08
pwm: sun4i: Add support for H6 PWM
Jernej Skrabec
2020-01-08
pwm: sun4i: Add support to output source clock directly
Jernej Skrabec
2020-01-08
pwm: sun4i: Always calculate params when applying new parameters
Clément Péron
2020-01-08
pwm: sun4i: Add an optional probe for bus clock
Jernej Skrabec
2020-01-08
pwm: sun4i: Prefer "mod" clock to unnamed
Clément Péron
2020-01-08
pwm: sun4i: Add an optional probe for reset line
Jernej Skrabec
2019-10-21
pwm: sun4i: Fix incorrect calculation of duty_cycle/period
Ondrej Jirman
2019-10-21
pwm: sun4i: Drop redundant assignment to variable pval
Colin Ian King
2019-09-21
pwm: Ensure pwm_apply_state() doesn't modify the state argument
Uwe Kleine-König
2019-09-21
pwm: sun4i: Don't update the state for the caller of pwm_apply_state()
Uwe Kleine-König
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191
Thomas Gleixner
2018-03-28
pwm: sun4i: Simplify controller mapping
Andre Przywara
2018-03-28
pwm: sun4i: Drop unused .has_rdy member
Andre Przywara
2018-03-28
pwm: sun4i: Properly check current state
Alexandre Belloni
2017-11-15
pwm: sunxi: Use of_device_get_match_data()
Corentin Labbe
2017-07-06
pwm: sun4i: Drop legacy callbacks
Alexandre Belloni
2017-07-06
pwm: sun4i: Switch to atomic PWM
Alexandre Belloni
2017-07-06
pwm: sun4i: Improve hardware read out
Alexandre Belloni
2017-01-04
pwm: Remove .can_sleep from struct pwm_chip
Thierry Reding
2016-09-08
pwm: sunxi: Add H3 support
Milo Kim
2016-05-17
pwm: Use pwm_get/set_xxx() helpers where appropriate
Boris Brezillon
2015-11-10
pwm: sunxi: Fix whitespace issue
Olliver Schinagl
2015-11-10
pwm: sun4i: Add support for PWM controller on sun5i SoCs
Hans de Goede
2015-01-30
pwm: Add Allwinner SoC support
Alexandre Belloni