summaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm-sun4i.c
AgeCommit message (Expand)Author
2021-09-02pwm: sun4i: Don't check the return code of pwmchip_remove()Uwe Kleine-König
2021-05-25pwm: Simplify all drivers with explicit of_pwm_n_cells = 3Uwe Kleine-König
2021-03-22pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König
2020-12-17pwm: sun4i: Remove erroneous else branchThierry Reding
2020-12-17pwm: sun4i: Convert to devm_platform_ioremap_resource()Yangtao Li
2020-09-24pwm: sun4i: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-06-17pwm: sun4i: Use nsecs_to_jiffies to avoid a divisionGuru Das Srinagesh
2020-06-02pwm: sun4i: Support direct clock output on Allwinner A64Peter Vasil
2020-03-30pwm: sun4i: Remove redundant needs_delayPascal Roeleven
2020-01-20pwm: sun4i: Initialize variables before useThierry Reding
2020-01-20pwm: sun4i: Narrow scope of local variableUwe Kleine-König
2020-01-20pwm: sun4i: Fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva
2020-01-20pwm: sun4i: Move pwm_calculate() out of spin_lock()Clément Péron
2020-01-08pwm: sun4i: Add support for H6 PWMJernej Skrabec
2020-01-08pwm: sun4i: Add support to output source clock directlyJernej Skrabec
2020-01-08pwm: sun4i: Always calculate params when applying new parametersClément Péron
2020-01-08pwm: sun4i: Add an optional probe for bus clockJernej Skrabec
2020-01-08pwm: sun4i: Prefer "mod" clock to unnamedClément Péron
2020-01-08pwm: sun4i: Add an optional probe for reset lineJernej Skrabec
2019-10-21pwm: sun4i: Fix incorrect calculation of duty_cycle/periodOndrej Jirman
2019-10-21pwm: sun4i: Drop redundant assignment to variable pvalColin Ian King
2019-09-21pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König
2019-09-21pwm: sun4i: Don't update the state for the caller of pwm_apply_state()Uwe Kleine-König
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191Thomas Gleixner
2018-03-28pwm: sun4i: Simplify controller mappingAndre Przywara
2018-03-28pwm: sun4i: Drop unused .has_rdy memberAndre Przywara
2018-03-28pwm: sun4i: Properly check current stateAlexandre Belloni
2017-11-15pwm: sunxi: Use of_device_get_match_data()Corentin Labbe
2017-07-06pwm: sun4i: Drop legacy callbacksAlexandre Belloni
2017-07-06pwm: sun4i: Switch to atomic PWMAlexandre Belloni
2017-07-06pwm: sun4i: Improve hardware read outAlexandre Belloni
2017-01-04pwm: Remove .can_sleep from struct pwm_chipThierry Reding
2016-09-08pwm: sunxi: Add H3 supportMilo Kim
2016-05-17pwm: Use pwm_get/set_xxx() helpers where appropriateBoris Brezillon
2015-11-10pwm: sunxi: Fix whitespace issueOlliver Schinagl
2015-11-10pwm: sun4i: Add support for PWM controller on sun5i SoCsHans de Goede
2015-01-30pwm: Add Allwinner SoC supportAlexandre Belloni