summaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm-meson.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-10Merge tag 'pwm/for-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-15/+49
2019-05-09pwm: meson: Add clock source configuration for Meson G12ANeil Armstrong1-0/+30
2019-05-09pwm: meson: Use the spin-lock only to protect register modificationsMartin Blumenstingl1-8/+17
2019-05-09pwm: meson: Don't disable PWM when setting duty repeatedlyBichao Zheng1-5/+0
2019-05-09pwm: meson: Consider 128 a valid pre-dividerMartin Blumenstingl1-2/+2
2019-04-26clk: Remove CLK_IS_BASIC clk flagStephen Boyd1-1/+1
2018-08-20pwm: meson: Fix mux clock namesJerome Brunet1-2/+1
2018-04-30pwm: meson: Fix allocation of PWM channel arrayMartin Blumenstingl1-2/+2
2017-12-05pwm: meson: Add clock source configuration for Meson-AXGJian Hu1-0/+26
2017-07-25pwm: Convert to using %pOF instead of full_nameRob Herring1-1/+1
2017-07-06pwm: meson: Improve PWM calculation precisionJerome Brunet1-6/+10
2017-07-06pwm: meson: Add compatible for the gxbb ao PWMsJerome Brunet1-3/+29
2016-12-15Merge tag 'pwm/for-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2016-10-21pwm: meson: Remove unneeded platform MODULE_ALIASJavier Martinez Canillas1-1/+0
2016-10-21pwm: meson: Add missing spin_lock_init()Axel Lin1-0/+1
2016-09-08pwm: meson: Handle unknown ID valuesArnd Bergmann1-0/+9
2016-09-08pwm: Add support for Meson PWM ControllerNeil Armstrong1-0/+520