aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-meson.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-30pwm: meson: Use mul_u64_u64_div_u64() for frequency calculatingGeorge Stark1-2/+2
2024-04-30pwm: meson: Add check for error from clk_round_rate()George Stark1-5/+6
2024-04-30pwm: meson: Drop unneeded check in .get_state()George Stark1-3/+0
2024-04-30pwm: meson: Add generic compatible for meson8 to sm1Jerome Brunet1-74/+121
2024-03-02pwm: meson: generalize 4 inputs clock on meson8 pwm typeJerome Brunet1-42/+11
2024-02-19pwm: meson: Make use of devm_pwmchip_alloc() functionUwe Kleine-König1-10/+9
2024-02-19pwm: meson: Make use of pwmchip_parent() accessorUwe Kleine-König1-8/+8
2024-02-19pwm: meson: Change prototype of a few helpers to prepare further changesUwe Kleine-König1-17/+21
2023-12-20pwm: meson: Simplify using dev_err_probe()Uwe Kleine-König1-21/+14
2023-10-13pwm: Manage owner assignment implicitly for driversUwe Kleine-König1-1/+0
2023-07-24pwm: Explicitly include correct DT includesRob Herring1-1/+0
2023-06-23pwm: meson: make full use of common clock frameworkHeiner Kallweit1-68/+90
2023-06-23pwm: meson: don't use hdmi/video clock as mux parentHeiner Kallweit1-21/+3
2023-06-23pwm: meson: switch to using struct clk_parent_data for mux parentsHeiner Kallweit1-2/+9
2023-06-23pwm: meson: remove not needed check in meson_pwm_calcHeiner Kallweit1-5/+0
2023-06-23pwm: meson: fix handling of period/duty if greater than UINT_MAXHeiner Kallweit1-7/+7
2023-06-23pwm: meson: modify and simplify calculation in meson_pwm_get_stateHeiner Kallweit1-12/+2
2023-04-13pwm: meson: Fix g12a ao clk81 nameHeiner Kallweit1-2/+2
2023-04-13pwm: meson: Fix axg ao mux parentsHeiner Kallweit1-1/+1
2023-03-23pwm: meson: Explicitly set .polarity in .get_state()Uwe Kleine-König1-0/+8
2022-12-06pwm: Make .get_state() callback return an error codeUwe Kleine-König1-3/+5
2022-02-01pwm: meson: Drop always false check from .apply()Uwe Kleine-König1-3/+0
2022-02-01pwm: meson: Simplify duplicated per-channel trackingUwe Kleine-König1-5/+6
2022-02-01pwm: meson: Drop useless check for channel data being NULLUwe Kleine-König1-2/+1
2022-02-01pwm: meson: Drop always false check from .request()Uwe Kleine-König1-7/+1
2021-06-28pwm: meson: Simplify using devm_pwmchip_add()Uwe Kleine-König1-11/+1
2021-05-25pwm: Simplify all drivers with explicit of_pwm_n_cells = 3Uwe Kleine-König1-2/+0
2021-03-22pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König1-1/+0
2020-12-17pwm: meson: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2020-04-03pwm: meson: Remove redundant assignment to variable fin_freqColin Ian King1-1/+1
2020-03-30pwm: meson: Fix confusing indentationKrzysztof Kozlowski1-1/+1
2019-09-21pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König1-2/+2
2019-06-26pwm: meson: Add documentation to the driverMartin Blumenstingl1-0/+22
2019-06-26pwm: meson: Add support PWM_POLARITY_INVERSED when disablingMartin Blumenstingl1-1/+22
2019-06-26pwm: meson: Don't cache struct pwm_state internallyMartin Blumenstingl1-24/+1
2019-06-26pwm: meson: Read the full hardware state in meson_pwm_get_state()Martin Blumenstingl1-3/+49
2019-06-26pwm: meson: Simplify the calculation of the pre-divider and countMartin Blumenstingl1-15/+10
2019-06-26pwm: meson: Move pwm_set_chip_data() to meson_pwm_request()Martin Blumenstingl1-14/+8
2019-06-26pwm: meson: Add the per-channel register offsets and bits in a structMartin Blumenstingl1-56/+34
2019-06-26pwm: meson: Add the meson_pwm_channel data to struct meson_pwmMartin Blumenstingl1-15/+10
2019-06-26pwm: meson: Pass struct pwm_device to meson_pwm_calc()Martin Blumenstingl1-3/+3
2019-06-26pwm: meson: Don't duplicate the polarity internallyMartin Blumenstingl1-15/+8
2019-06-26pwm: meson: Change MISC_CLK_SEL_WIDTH to MISC_CLK_SEL_MASKMartin Blumenstingl1-2/+2
2019-06-26pwm: meson: Use GENMASK and FIELD_PREP for the lo and hi valuesMartin Blumenstingl1-2/+6
2019-06-26pwm: meson: Use devm_clk_get_optional() to get the input clockMartin Blumenstingl1-8/+3
2019-06-26pwm: meson: Unify the parameter list of meson_pwm_{enable, disable}Martin Blumenstingl1-8/+7
2019-06-25pwm: meson: Fix the G12A AO clock parents orderNeil Armstrong1-2/+11
2019-06-25pwm: meson: Update with SPDX Licence identifierNeil Armstrong1-51/+1
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