summaryrefslogtreecommitdiff
path: root/drivers/pwm
AgeCommit message (Expand)Author
2020-03-30pwm: pca9685: Remove unused duty_cycle struct elementMatthias Schiffer
2020-03-30pwm: mxs: Remove unused include of of_address.hAnson Huang
2020-03-30pwm: imx27: Remove unused include of of_device.hAnson Huang
2020-03-30pwm: imx-tpm: Remove unused includesAnson Huang
2020-03-30pwm: Implement some checks for lowlevel driversUwe Kleine-König
2020-03-30pwm: imx27: Ensure clocks being on iff the PWM is onUwe Kleine-König
2020-03-30pwm: imx27: Don't disable clocks at device remove timeUwe Kleine-König
2020-03-30pwm: imx27: Simplify helper function to enable and disable clocksUwe Kleine-König
2020-03-30pwm: imx27: Fix clock handling in pwm_imx27_apply()Uwe Kleine-König
2020-03-30pwm: bcm2835: Dynamically allocate baseFlorian Fainelli
2020-03-16clocksource/drivers/timer-ti-dm: Enable autoreload in set_pwmLokesh Vutla
2020-01-20pwm: Remove set but not set variable 'pwm'yu kuai
2020-01-20pwm: sun4i: Initialize variables before useThierry Reding
2020-01-20pwm: stm32: Remove automatic output enableFabrice Gasnier
2020-01-20pwm: sun4i: Narrow scope of local variableUwe Kleine-König
2020-01-20pwm: bcm2835: Allow building for ARCH_BRCMSTBFlorian Fainelli
2020-01-20pwm: imx27: Eliminate error message for defer probeAnson Huang
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-20pwm: omap-dmtimer: Allow compiling with COMPILE_TESTUwe Kleine-König
2020-01-20pwm: omap-dmtimer: put_device() after of_find_device_by_node()Uwe Kleine-König
2020-01-20pwm: omap-dmtimer: Simplify error handlingUwe Kleine-König
2020-01-20pwm: omap-dmtimer: Remove PWM chip in .remove before making it unfunctionalUwe Kleine-König
2020-01-20pwm: Implement tracing for .get_state() and .apply_state()Uwe Kleine-König
2020-01-20pwm: rcar: Document inability to set duty_cycle = 0Uwe Kleine-König
2020-01-20pwm: rcar: Drop useless call to pwm_get_state()Uwe Kleine-König
2020-01-08pwm: Fix minor Kconfig whitespace issuesKrzysztof Kozlowski
2020-01-08pwm: atmel: Implement .get_state()Uwe Kleine-König
2020-01-08pwm: atmel: Use register accessors for channelsUwe Kleine-König
2020-01-08pwm: atmel: Document known weaknesses of both hardware and softwareUwe Kleine-König
2020-01-08pwm: atmel: Replace loop in prescale calculation by ad-hoc calculationUwe Kleine-König
2020-01-08pwm: atmel: Use a constant for maximum prescale valueUwe Kleine-König
2020-01-08pwm: atmel: Add a hint where to find hardware documentationUwe Kleine-König
2020-01-08pwm: mxs: Avoid a division in mxs_pwm_apply()Rasmus Villemoes
2020-01-08pwm: mxs: Add support for inverse polarityRasmus Villemoes
2020-01-08pwm: mxs: Remove legacy methodsRasmus Villemoes
2020-01-08pwm: mxs: Implement ->apply()Rasmus Villemoes
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-12-09pwm: imx27: Unconditionally write state to hardwareThierry Reding
2019-12-09pwm: imx27: Cache duty cycle register valueThierry Reding
2019-12-09pwm: cros-ec: Cache duty cycle valueThierry Reding
2019-12-09pwm: Read initial hardware state at request timeThierry Reding
2019-12-05Merge tag 'pwm/for-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-11-11Merge 5.4-rc7 into staging-nextGreg Kroah-Hartman
2019-11-08pwm: bcm-iproc: Prevent unloading the driver module while in useUwe Kleine-König