aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-08pwm: atmel: Document known weaknesses of both hardware and softwareUwe Kleine-König1-0/+10
2020-01-08pwm: atmel: Replace loop in prescale calculation by ad-hoc calculationUwe Kleine-König1-7/+17
2020-01-08pwm: atmel: Use a constant for maximum prescale valueUwe Kleine-König1-5/+3
2020-01-08pwm: atmel: Add a hint where to find hardware documentationUwe Kleine-König1-0/+3
2020-01-08pwm: mxs: Avoid a division in mxs_pwm_apply()Rasmus Villemoes1-3/+3
2020-01-08pwm: mxs: Add support for inverse polarityRasmus Villemoes1-4/+10
2020-01-08pwm: mxs: Remove legacy methodsRasmus Villemoes1-77/+0
2020-01-08pwm: mxs: Implement ->apply()Rasmus Villemoes1-0/+70
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-12-09pwm: imx27: Unconditionally write state to hardwareThierry Reding1-61/+59
2019-12-09pwm: imx27: Cache duty cycle register valueThierry Reding1-7/+24
2019-12-09pwm: cros-ec: Cache duty cycle valueThierry Reding1-4/+54
2019-12-09pwm: Read initial hardware state at request timeThierry Reding1-3/+3
2019-12-05Merge tag 'pwm/for-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds2-33/+84
2019-11-11Merge 5.4-rc7 into staging-nextGreg Kroah-Hartman2-8/+2
2019-11-08pwm: bcm-iproc: Prevent unloading the driver module while in useUwe Kleine-König1-0/+1
2019-10-21pwm: stm32: Pass breakinput instead of its valuesThierry Reding1-11/+8
2019-10-21pwm: stm32: Remove clutter from ternary operatorThierry Reding1-12/+9
2019-10-21pwm: stm32: Validate breakinput data from DTThierry Reding1-0/+8
2019-10-21pwm: sun4i: Fix incorrect calculation of duty_cycle/periodOndrej Jirman1-2/+2
2019-10-21pwm: stm32: Add power management supportFabrice Gasnier1-0/+38
2019-10-21pwm: stm32: Split breakinput apply routine to ease PM supportFabrice Gasnier1-19/+31
2019-10-21pwm: sun4i: Drop redundant assignment to variable pvalColin Ian King1-1/+0
2019-10-21Revert "pwm: Let pwm_get_state() return the last implemented state"Thierry Reding1-8/+1
2019-10-17bus/ti-pwmss: move TI PWMSS driver from PWM to bus subsystemDavid Lechner3-65/+0
2019-09-27Merge tag 'pwm/for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds26-233/+528
2019-09-26pwm: mediatek: Add MT7629 compatible stringSam Shih1-0/+6
2019-09-25pwm: mediatek: Update license and switch to SPDX tagSam Shih1-5/+3
2019-09-25pwm: mediatek: Use pwm_mediatek as common prefixSam Shih1-57/+60
2019-09-25pwm: mediatek: Allocate the clks array dynamicallySam Shih1-35/+44
2019-09-25pwm: mediatek: Remove the has_clks fieldSam Shih1-13/+1
2019-09-21pwm: mediatek: Drop the check for of_device_get_match_data()Sam Shih1-7/+3
2019-09-21pwm: atmel: Consolidate driver data initializationThierry Reding1-4/+2
2019-09-21pwm: atmel: Remove unneeded check for match dataThierry Reding1-6/+2
2019-09-21pwm: atmel: Remove platform_device_id and use only dt bindingsKamel Bouhara2-33/+4
2019-09-21pwm: stm32-lp: Add check in case requested period cannot be achievedFabrice Gasnier1-0/+6
2019-09-21pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König20-29/+27
2019-09-21pwm: fsl-ftm: Don't update the state for the caller of pwm_apply_state()Uwe Kleine-König1-4/+0
2019-09-21pwm: sun4i: Don't update the state for the caller of pwm_apply_state()Uwe Kleine-König1-6/+0
2019-09-21pwm: rockchip: Don't update the state for the caller of pwm_apply_state()Uwe Kleine-König1-6/+0
2019-09-21pwm: Let pwm_get_state() return the last implemented stateUwe Kleine-König1-1/+8
2019-09-21pwm: Introduce local struct pwm_chip in pwm_apply_state()Uwe Kleine-König1-11/+14
2019-09-21pwm: rockchip: Set polarity unconditionally in .get_state()Uwe Kleine-König1-4/+4
2019-09-21pwm: bcm2835: Suppress error message during deferred probeStefan Wahren1-2/+5
2019-09-21pwm: bcm2835: Fix period_ns range checkStefan Wahren1-4/+5