aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-02pwm: keembay: Improve compile coverage by allowing to enable on !ARM64Uwe Kleine-König1-1/+2
2021-09-02pwm: jz4740: Improve compile coverage by allowing to enable on !MIPSUwe Kleine-König1-1/+1
2021-09-02pwm: ntxec: Drop useless assignment to struct pwmchip::baseUwe Kleine-König1-1/+0
2021-09-02pwm: tiehrpwm: Unprepare clock only after the PWM was unregisteredUwe Kleine-König1-1/+3
2021-09-02pwm: rockchip: Unprepare clocks only after the PWM was unregisteredUwe Kleine-König1-1/+3
2021-09-02pwm: hibvt: Disable the clock only after the PWM was unregisteredUwe Kleine-König1-1/+3
2021-09-02pwm: stm32-lp: Don't modify HW state in .remove() callbackUwe Kleine-König1-2/+0
2021-09-02pwm: rockchip: Don't modify HW state in .remove() callbackUwe Kleine-König1-14/+0
2021-09-02pwm: img: Don't modify HW state in .remove() callbackUwe Kleine-König1-16/+0
2021-09-02pwm: mxs: Don't modify HW state in .probe() after the PWM chip was registeredUwe Kleine-König1-8/+5
2021-09-02pwm: lpc32xx: Don't modify HW state in .probe() after the PWM chip was registeredUwe Kleine-König1-5/+5
2021-09-02pwm: ab8500: Fix register offset calculation to not depend on probe orderUwe Kleine-König1-3/+14
2021-09-02pwm: atmel: Rework tracking updates pending in hardwareUwe Kleine-König1-23/+79
2021-07-08pwm: ep93xx: Ensure configuring period and duty_cycle isn't wrongly skippedUwe Kleine-König1-45/+40
2021-07-08pwm: berlin: Ensure configuring period and duty_cycle isn't wrongly skippedUwe Kleine-König1-6/+3
2021-07-08pwm: tiecap: Ensure configuring period and duty_cycle isn't wrongly skippedUwe Kleine-König1-9/+6
2021-07-08pwm: spear: Ensure configuring period and duty_cycle isn't wrongly skippedUwe Kleine-König1-6/+3
2021-07-08pwm: sprd: Ensure configuring period and duty_cycle isn't wrongly skippedUwe Kleine-König1-7/+4
2021-07-07pwm: Remove redundant assignment to pointer pwmColin Ian King1-1/+1
2021-06-30pwm: ep93xx: Fix read of uninitialized variable retColin Ian King1-0/+1
2021-06-30pwm: ep93xx: Prepare clock before using itAlexander Sverdlin1-7/+7
2021-06-30pwm: ep93xx: Unfold legacy callbacks into ep93xx_pwm_apply()Uwe Kleine-König1-106/+71
2021-06-30pwm: ep93xx: Implement .apply callbackUwe Kleine-König1-4/+39
2021-06-30pwm: vt8500: Only unprepare the clock after the pwmchip was removedUwe Kleine-König1-1/+2
2021-06-30pwm: vt8500: Drop if with an always false conditionUwe Kleine-König1-4/+1
2021-06-30pwm: tegra: Assert reset only after the PWM was unregisteredUwe Kleine-König1-1/+3
2021-06-30pwm: tegra: Don't needlessly enable and disable the clock in .remove()Uwe Kleine-König1-6/+0
2021-06-30pwm: tegra: Don't modify HW state in .remove callbackUwe Kleine-König1-13/+0
2021-06-30pwm: tegra: Drop an if block with an always false conditionUwe Kleine-König1-3/+0
2021-06-30pwm: core: Simplify some devm_*pwm*() functionsAndy Shevchenko1-35/+25
2021-06-30pwm: core: Remove unused devm_pwm_put()Andy Shevchenko1-25/+0
2021-06-30pwm: core: Unify fwnode checks in the moduleAndy Shevchenko1-6/+7
2021-06-30pwm: core: Reuse fwnode_to_pwmchip() in ACPI caseAndy Shevchenko1-30/+1
2021-06-30pwm: core: Convert to use fwnode for matchingAndy Shevchenko1-3/+3
2021-06-30pwm: sprd: Don't check the return code of pwmchip_remove()Uwe Kleine-König1-1/+3
2021-06-30pwm: img: Fix PM reference leak in img_pwm_enable()Zou Wei1-1/+1
2021-06-30pwm: pxa: Always use the same variable name for driver dataUwe Kleine-König1-19/+19
2021-06-30pwm: pxa: Drop if with an always false conditionUwe Kleine-König1-2/+0
2021-06-30pwm: berlin: Don't check the return code of pwmchip_remove()Uwe Kleine-König1-3/+3
2021-06-30pwm: berlin: Implement .apply() callbackUwe Kleine-König1-5/+38
2021-06-30pwm: berlin: use consistent naming for variablesUwe Kleine-König1-58/+58
2021-06-28pwm: tiecap: Implement .apply() callbackUwe Kleine-König1-10/+45
2021-06-28pwm: tiecap: Drop .free() callbackUwe Kleine-König1-9/+0
2021-06-28pwm: Drop irrelevant error path from pwmchip_remove()Uwe Kleine-König1-14/+2
2021-06-28pwm: crc: Simplify using devm_pwmchip_add()Uwe Kleine-König1-11/+1
2021-06-28pwm: imx1: Simplify using devm_pwmchip_add()Uwe Kleine-König1-11/+1
2021-06-28pwm: imx1: Don't disable clocks at device remove timeUwe Kleine-König1-2/+0
2021-06-28pwm: clps711x: Simplify using devm_pwmchip_add()Uwe Kleine-König1-11/+1
2021-06-28pwm: meson: Simplify using devm_pwmchip_add()Uwe Kleine-König1-11/+1
2021-06-28pwm: lpss: Simplify using devm_pwmchip_add()Uwe Kleine-König4-15/+2