aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-28pwm: Add a device-managed function to add PWM chipsUwe Kleine-König1-0/+19
2021-06-04pwm: pca9685: Add error messages for failed regmap callsClemens Gruber1-24/+59
2021-06-04pwm: pca9685: Restrict period change for enabled PWMsClemens Gruber1-10/+64
2021-06-04pwm: pca9685: Support new usage_power setting in PWM stateClemens Gruber1-15/+46
2021-06-04pwm: core: Support new usage_power setting in PWM stateClemens Gruber1-1/+5
2021-05-25pwm: spear: Implement .apply() callbackUwe Kleine-König1-4/+29
2021-05-25pwm: spear: Free resources only after pwmchip_remove()Uwe Kleine-König1-1/+4
2021-05-25pwm: spear: Don't modify HW state in .remove callbackUwe Kleine-König1-4/+0
2021-05-25pwm: visconti: Fix and simplify period calculationUwe Kleine-König1-10/+7
2021-05-25pwm: Simplify all drivers with explicit of_pwm_n_cells = 3Uwe Kleine-König26-57/+0
2021-05-25pwm: Autodetect default value for of_pwm_n_cells from device treeUwe Kleine-König1-1/+7
2021-05-25pwm: Drop of_pwm_simple_xlate() in favour of of_pwm_xlate_with_flags()Uwe Kleine-König1-26/+1
2021-05-25pwm: Make of_pwm_xlate_with_flags() work with #pwm-cells = <2>Uwe Kleine-König1-4/+5