summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-meson.c
Commit message (Expand)AuthorAgeFilesLines
* pwm: meson: Add documentation to the driverMartin Blumenstingl2019-06-261-0/+22
* pwm: meson: Add support PWM_POLARITY_INVERSED when disablingMartin Blumenstingl2019-06-261-1/+22
* pwm: meson: Don't cache struct pwm_state internallyMartin Blumenstingl2019-06-261-24/+1Star
* pwm: meson: Read the full hardware state in meson_pwm_get_state()Martin Blumenstingl2019-06-261-3/+49
* pwm: meson: Simplify the calculation of the pre-divider and countMartin Blumenstingl2019-06-261-15/+10Star
* pwm: meson: Move pwm_set_chip_data() to meson_pwm_request()Martin Blumenstingl2019-06-261-14/+8Star
* pwm: meson: Add the per-channel register offsets and bits in a structMartin Blumenstingl2019-06-261-56/+34Star
* pwm: meson: Add the meson_pwm_channel data to struct meson_pwmMartin Blumenstingl2019-06-261-15/+10Star
* pwm: meson: Pass struct pwm_device to meson_pwm_calc()Martin Blumenstingl2019-06-261-3/+3
* pwm: meson: Don't duplicate the polarity internallyMartin Blumenstingl2019-06-261-15/+8Star
* pwm: meson: Change MISC_CLK_SEL_WIDTH to MISC_CLK_SEL_MASKMartin Blumenstingl2019-06-261-2/+2
* pwm: meson: Use GENMASK and FIELD_PREP for the lo and hi valuesMartin Blumenstingl2019-06-261-2/+6
* pwm: meson: Use devm_clk_get_optional() to get the input clockMartin Blumenstingl2019-06-261-8/+3Star
* pwm: meson: Unify the parameter list of meson_pwm_{enable, disable}Martin Blumenstingl2019-06-261-8/+7Star
* pwm: meson: Fix the G12A AO clock parents orderNeil Armstrong2019-06-251-2/+11
* pwm: meson: Update with SPDX Licence identifierNeil Armstrong2019-06-251-51/+1Star
* 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/+0Star
| * 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/+1Star
* 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/+0Star
|\
| * pwm: meson: Remove unneeded platform MODULE_ALIASJavier Martinez Canillas2016-10-211-1/+0Star
* | 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