summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-sun4i.c
Commit message (Expand)AuthorAgeFilesLines
* 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: sun4i: Remove erroneous else branchThierry Reding2020-12-171-5/+1
* pwm: sun4i: Convert to devm_platform_ioremap_resource()Yangtao Li2020-12-171-3/+1
* pwm: sun4i: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-241-24/+12
* pwm: sun4i: Use nsecs_to_jiffies to avoid a divisionGuru Das Srinagesh2020-06-171-1/+1
* pwm: sun4i: Support direct clock output on Allwinner A64Peter Vasil2020-06-021-0/+9
* pwm: sun4i: Remove redundant needs_delayPascal Roeleven2020-03-301-11/+2
* pwm: sun4i: Initialize variables before useThierry Reding2020-01-201-2/+2
* pwm: sun4i: Narrow scope of local variableUwe Kleine-König2020-01-201-3/+5
* pwm: sun4i: Fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva2020-01-201-3/+3
* pwm: sun4i: Move pwm_calculate() out of spin_lock()Clément Péron2020-01-201-4/+3
* pwm: sun4i: Add support for H6 PWMJernej Skrabec2020-01-081-0/+9
* pwm: sun4i: Add support to output source clock directlyJernej Skrabec2020-01-081-2/+46
* pwm: sun4i: Always calculate params when applying new parametersClément Péron2020-01-081-29/+23
* pwm: sun4i: Add an optional probe for bus clockJernej Skrabec2020-01-081-0/+23
* pwm: sun4i: Prefer "mod" clock to unnamedClément Péron2020-01-081-2/+27
* pwm: sun4i: Add an optional probe for reset lineJernej Skrabec2020-01-081-2/+32
* pwm: sun4i: Fix incorrect calculation of duty_cycle/periodOndrej Jirman2019-10-211-2/+2
* pwm: sun4i: Drop redundant assignment to variable pvalColin Ian King2019-10-211-1/+0
* pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König2019-09-211-2/+2
* pwm: sun4i: Don't update the state for the caller of pwm_apply_state()Uwe Kleine-König2019-09-211-6/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191Thomas Gleixner2019-05-301-2/+1
* pwm: sun4i: Simplify controller mappingAndre Przywara2018-03-281-18/+8
* pwm: sun4i: Drop unused .has_rdy memberAndre Przywara2018-03-281-6/+0
* pwm: sun4i: Properly check current stateAlexandre Belloni2018-03-281-2/+4
* pwm: sunxi: Use of_device_get_match_data()Corentin Labbe2017-11-151-4/+4
* pwm: sun4i: Drop legacy callbacksAlexandre Belloni2017-07-061-160/+0
* pwm: sun4i: Switch to atomic PWMAlexandre Belloni2017-07-061-0/+166
* pwm: sun4i: Improve hardware read outAlexandre Belloni2017-07-061-19/+46
* pwm: Remove .can_sleep from struct pwm_chipThierry Reding2017-01-041-1/+0
* pwm: sunxi: Add H3 supportMilo Kim2016-09-081-0/+9
* pwm: Use pwm_get/set_xxx() helpers where appropriateBoris Brezillon2016-05-171-1/+2
* pwm: sunxi: Fix whitespace issueOlliver Schinagl2015-11-101-1/+1
* pwm: sun4i: Add support for PWM controller on sun5i SoCsHans de Goede2015-11-101-2/+23
* pwm: Add Allwinner SoC supportAlexandre Belloni2015-01-301-0/+366