aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-meson.c
AgeCommit message (Expand)Author
2019-09-21pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König
2019-06-26pwm: meson: Add documentation to the driverMartin Blumenstingl
2019-06-26pwm: meson: Add support PWM_POLARITY_INVERSED when disablingMartin Blumenstingl
2019-06-26pwm: meson: Don't cache struct pwm_state internallyMartin Blumenstingl
2019-06-26pwm: meson: Read the full hardware state in meson_pwm_get_state()Martin Blumenstingl
2019-06-26pwm: meson: Simplify the calculation of the pre-divider and countMartin Blumenstingl
2019-06-26pwm: meson: Move pwm_set_chip_data() to meson_pwm_request()Martin Blumenstingl
2019-06-26pwm: meson: Add the per-channel register offsets and bits in a structMartin Blumenstingl
2019-06-26pwm: meson: Add the meson_pwm_channel data to struct meson_pwmMartin Blumenstingl
2019-06-26pwm: meson: Pass struct pwm_device to meson_pwm_calc()Martin Blumenstingl
2019-06-26pwm: meson: Don't duplicate the polarity internallyMartin Blumenstingl
2019-06-26pwm: meson: Change MISC_CLK_SEL_WIDTH to MISC_CLK_SEL_MASKMartin Blumenstingl
2019-06-26pwm: meson: Use GENMASK and FIELD_PREP for the lo and hi valuesMartin Blumenstingl
2019-06-26pwm: meson: Use devm_clk_get_optional() to get the input clockMartin Blumenstingl
2019-06-26pwm: meson: Unify the parameter list of meson_pwm_{enable, disable}Martin Blumenstingl
2019-06-25pwm: meson: Fix the G12A AO clock parents orderNeil Armstrong
2019-06-25pwm: meson: Update with SPDX Licence identifierNeil Armstrong
2019-05-10Merge tag 'pwm/for-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-05-09pwm: meson: Add clock source configuration for Meson G12ANeil Armstrong
2019-05-09pwm: meson: Use the spin-lock only to protect register modificationsMartin Blumenstingl
2019-05-09pwm: meson: Don't disable PWM when setting duty repeatedlyBichao Zheng
2019-05-09pwm: meson: Consider 128 a valid pre-dividerMartin Blumenstingl
2019-04-26clk: Remove CLK_IS_BASIC clk flagStephen Boyd
2018-08-20pwm: meson: Fix mux clock namesJerome Brunet
2018-04-30pwm: meson: Fix allocation of PWM channel arrayMartin Blumenstingl
2017-12-05pwm: meson: Add clock source configuration for Meson-AXGJian Hu
2017-07-25pwm: Convert to using %pOF instead of full_nameRob Herring
2017-07-06pwm: meson: Improve PWM calculation precisionJerome Brunet
2017-07-06pwm: meson: Add compatible for the gxbb ao PWMsJerome Brunet
2016-12-15Merge tag 'pwm/for-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-10-21pwm: meson: Remove unneeded platform MODULE_ALIASJavier Martinez Canillas
2016-10-21pwm: meson: Add missing spin_lock_init()Axel Lin
2016-09-08pwm: meson: Handle unknown ID valuesArnd Bergmann
2016-09-08pwm: Add support for Meson PWM ControllerNeil Armstrong