aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-sun4i.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-02pwm: sun4i: Don't check the return code of pwmchip_remove()Uwe Kleine-König1-4/+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: sun4i: Remove erroneous else branchThierry Reding1-5/+1
2020-12-17pwm: sun4i: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2020-09-24pwm: sun4i: Simplify with dev_err_probe()Krzysztof Kozlowski1-24/+12
2020-06-17pwm: sun4i: Use nsecs_to_jiffies to avoid a divisionGuru Das Srinagesh1-1/+1
2020-06-02pwm: sun4i: Support direct clock output on Allwinner A64Peter Vasil1-0/+9
2020-03-30pwm: sun4i: Remove redundant needs_delayPascal Roeleven1-11/+2
2020-01-20pwm: sun4i: Initialize variables before useThierry Reding1-2/+2
2020-01-20pwm: sun4i: Narrow scope of local variableUwe Kleine-König1-3/+5
2020-01-20pwm: sun4i: Fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva1-3/+3
2020-01-20pwm: sun4i: Move pwm_calculate() out of spin_lock()Clément Péron1-4/+3
2020-01-08pwm: sun4i: Add support for H6 PWMJernej Skrabec1-0/+9
2020-01-08pwm: sun4i: Add support to output source clock directlyJernej Skrabec1-2/+46
2020-01-08pwm: sun4i: Always calculate params when applying new parametersClément Péron1-29/+23
2020-01-08pwm: sun4i: Add an optional probe for bus clockJernej Skrabec1-0/+23
2020-01-08pwm: sun4i: Prefer "mod" clock to unnamedClément Péron1-2/+27
2020-01-08pwm: sun4i: Add an optional probe for reset lineJernej Skrabec1-2/+32
2019-10-21pwm: sun4i: Fix incorrect calculation of duty_cycle/periodOndrej Jirman1-2/+2
2019-10-21pwm: sun4i: Drop redundant assignment to variable pvalColin Ian King1-1/+0
2019-09-21pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König1-2/+2
2019-09-21pwm: sun4i: Don't update the state for the caller of pwm_apply_state()Uwe Kleine-König1-6/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191Thomas Gleixner1-2/+1
2018-03-28pwm: sun4i: Simplify controller mappingAndre Przywara1-18/+8
2018-03-28pwm: sun4i: Drop unused .has_rdy memberAndre Przywara1-6/+0
2018-03-28pwm: sun4i: Properly check current stateAlexandre Belloni1-2/+4
2017-11-15pwm: sunxi: Use of_device_get_match_data()Corentin Labbe1-4/+4
2017-07-06pwm: sun4i: Drop legacy callbacksAlexandre Belloni1-160/+0
2017-07-06pwm: sun4i: Switch to atomic PWMAlexandre Belloni1-0/+166
2017-07-06pwm: sun4i: Improve hardware read outAlexandre Belloni1-19/+46
2017-01-04pwm: Remove .can_sleep from struct pwm_chipThierry Reding1-1/+0
2016-09-08pwm: sunxi: Add H3 supportMilo Kim1-0/+9
2016-05-17pwm: Use pwm_get/set_xxx() helpers where appropriateBoris Brezillon1-1/+2
2015-11-10pwm: sunxi: Fix whitespace issueOlliver Schinagl1-1/+1
2015-11-10pwm: sun4i: Add support for PWM controller on sun5i SoCsHans de Goede1-2/+23
2015-01-30pwm: Add Allwinner SoC supportAlexandre Belloni1-0/+366