summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-meson.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pwm/for-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-101-15/+49
|\
| * pwm: meson: Add clock source configuration for Meson G12ANeil Armstrong2019-05-091-0/+30
| * pwm: meson: Use the spin-lock only to protect register modificationsMartin Blumenstingl2019-05-091-8/+17
| * pwm: meson: Don't disable PWM when setting duty repeatedlyBichao Zheng2019-05-091-5/+0
| * pwm: meson: Consider 128 a valid pre-dividerMartin Blumenstingl2019-05-091-2/+2
* | clk: Remove CLK_IS_BASIC clk flagStephen Boyd2019-04-261-1/+1
|/
* pwm: meson: Fix mux clock namesJerome Brunet2018-08-201-2/+1
* pwm: meson: Fix allocation of PWM channel arrayMartin Blumenstingl2018-04-301-2/+2
* pwm: meson: Add clock source configuration for Meson-AXGJian Hu2017-12-051-0/+26
* pwm: Convert to using %pOF instead of full_nameRob Herring2017-07-251-1/+1
* pwm: meson: Improve PWM calculation precisionJerome Brunet2017-07-061-6/+10
* pwm: meson: Add compatible for the gxbb ao PWMsJerome Brunet2017-07-061-3/+29
* Merge tag 'pwm/for-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-12-151-1/+0
|\
| * pwm: meson: Remove unneeded platform MODULE_ALIASJavier Martinez Canillas2016-10-211-1/+0
* | pwm: meson: Add missing spin_lock_init()Axel Lin2016-10-211-0/+1
|/
* pwm: meson: Handle unknown ID valuesArnd Bergmann2016-09-081-0/+9
* pwm: Add support for Meson PWM ControllerNeil Armstrong2016-09-081-0/+520