summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-meson.c
Commit message (Expand)AuthorAgeFilesLines
* pwm: Explicitly include correct DT includesRob Herring2023-07-241-1/+0
* pwm: meson: make full use of common clock frameworkHeiner Kallweit2023-06-231-68/+90
* pwm: meson: don't use hdmi/video clock as mux parentHeiner Kallweit2023-06-231-21/+3
* pwm: meson: switch to using struct clk_parent_data for mux parentsHeiner Kallweit2023-06-231-2/+9
* pwm: meson: remove not needed check in meson_pwm_calcHeiner Kallweit2023-06-231-5/+0
* pwm: meson: fix handling of period/duty if greater than UINT_MAXHeiner Kallweit2023-06-231-7/+7
* pwm: meson: modify and simplify calculation in meson_pwm_get_stateHeiner Kallweit2023-06-231-12/+2
* pwm: meson: Fix g12a ao clk81 nameHeiner Kallweit2023-04-131-2/+2
* pwm: meson: Fix axg ao mux parentsHeiner Kallweit2023-04-131-1/+1
* pwm: meson: Explicitly set .polarity in .get_state()Uwe Kleine-König2023-03-231-0/+8
* pwm: Make .get_state() callback return an error codeUwe Kleine-König2022-12-061-3/+5
* pwm: meson: Drop always false check from .apply()Uwe Kleine-König2022-02-011-3/+0
* pwm: meson: Simplify duplicated per-channel trackingUwe Kleine-König2022-02-011-5/+6
* pwm: meson: Drop useless check for channel data being NULLUwe Kleine-König2022-02-011-2/+1
* pwm: meson: Drop always false check from .request()Uwe Kleine-König2022-02-011-7/+1
* pwm: meson: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-06-281-11/+1
* pwm: Simplify all drivers with explicit of_pwm_n_cells = 3Uwe Kleine-König2021-05-251-2/+0
* pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König2021-03-221-1/+0
* pwm: meson: Convert to devm_platform_ioremap_resource()Yangtao Li2020-12-171-3/+1
* pwm: meson: Remove redundant assignment to variable fin_freqColin Ian King2020-04-031-1/+1
* pwm: meson: Fix confusing indentationKrzysztof Kozlowski2020-03-301-1/+1
* pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König2019-09-211-2/+2
* 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/+1
* 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/+10
* pwm: meson: Move pwm_set_chip_data() to meson_pwm_request()Martin Blumenstingl2019-06-261-14/+8
* pwm: meson: Add the per-channel register offsets and bits in a structMartin Blumenstingl2019-06-261-56/+34
* pwm: meson: Add the meson_pwm_channel data to struct meson_pwmMartin Blumenstingl2019-06-261-15/+10
* 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/+8
* 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/+3
* pwm: meson: Unify the parameter list of meson_pwm_{enable, disable}Martin Blumenstingl2019-06-261-8/+7
* 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/+1
* 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