summaryrefslogtreecommitdiffstats
path: root/drivers/pwm
AgeCommit message (Expand)Author
2021-09-26pwm: stm32-lp: Don't modify HW state in .remove() callbackUwe Kleine-König
2021-09-26pwm: rockchip: Don't modify HW state in .remove() callbackUwe Kleine-König
2021-09-26pwm: img: Don't modify HW state in .remove() callbackUwe Kleine-König
2021-09-26pwm: mxs: Don't modify HW state in .probe() after the PWM chip was registeredUwe Kleine-König
2021-09-26pwm: lpc32xx: Don't modify HW state in .probe() after the PWM chip was regist...Uwe Kleine-König
2021-09-26pwm: ab8500: Fix register offset calculation to not depend on probe orderUwe Kleine-König
2021-07-08pwm: ep93xx: Ensure configuring period and duty_cycle isn't wrongly skippedUwe Kleine-König
2021-07-08pwm: berlin: Ensure configuring period and duty_cycle isn't wrongly skippedUwe Kleine-König
2021-07-08pwm: tiecap: Ensure configuring period and duty_cycle isn't wrongly skippedUwe Kleine-König
2021-07-08pwm: spear: Ensure configuring period and duty_cycle isn't wrongly skippedUwe Kleine-König
2021-07-08pwm: sprd: Ensure configuring period and duty_cycle isn't wrongly skippedUwe Kleine-König
2021-07-07pwm: Remove redundant assignment to pointer pwmColin Ian King
2021-06-30pwm: ep93xx: Fix read of uninitialized variable retColin Ian King
2021-06-30pwm: ep93xx: Prepare clock before using itAlexander Sverdlin
2021-06-30pwm: ep93xx: Unfold legacy callbacks into ep93xx_pwm_apply()Uwe Kleine-König
2021-06-30pwm: ep93xx: Implement .apply callbackUwe Kleine-König
2021-06-30pwm: vt8500: Only unprepare the clock after the pwmchip was removedUwe Kleine-König
2021-06-30pwm: vt8500: Drop if with an always false conditionUwe Kleine-König
2021-06-30pwm: tegra: Assert reset only after the PWM was unregisteredUwe Kleine-König
2021-06-30pwm: tegra: Don't needlessly enable and disable the clock in .remove()Uwe Kleine-König
2021-06-30pwm: tegra: Don't modify HW state in .remove callbackUwe Kleine-König
2021-06-30pwm: tegra: Drop an if block with an always false conditionUwe Kleine-König
2021-06-30pwm: core: Simplify some devm_*pwm*() functionsAndy Shevchenko
2021-06-30pwm: core: Remove unused devm_pwm_put()Andy Shevchenko
2021-06-30pwm: core: Unify fwnode checks in the moduleAndy Shevchenko
2021-06-30pwm: core: Reuse fwnode_to_pwmchip() in ACPI caseAndy Shevchenko
2021-06-30pwm: core: Convert to use fwnode for matchingAndy Shevchenko
2021-06-30pwm: sprd: Don't check the return code of pwmchip_remove()Uwe Kleine-König
2021-06-30pwm: img: Fix PM reference leak in img_pwm_enable()Zou Wei
2021-06-30pwm: pxa: Always use the same variable name for driver dataUwe Kleine-König
2021-06-30pwm: pxa: Drop if with an always false conditionUwe Kleine-König
2021-06-30pwm: berlin: Don't check the return code of pwmchip_remove()Uwe Kleine-König
2021-06-30pwm: berlin: Implement .apply() callbackUwe Kleine-König
2021-06-30pwm: berlin: use consistent naming for variablesUwe Kleine-König
2021-06-28pwm: tiecap: Implement .apply() callbackUwe Kleine-König
2021-06-28pwm: tiecap: Drop .free() callbackUwe Kleine-König
2021-06-28pwm: Drop irrelevant error path from pwmchip_remove()Uwe Kleine-König
2021-06-28pwm: crc: Simplify using devm_pwmchip_add()Uwe Kleine-König
2021-06-28pwm: imx1: Simplify using devm_pwmchip_add()Uwe Kleine-König
2021-06-28pwm: imx1: Don't disable clocks at device remove timeUwe Kleine-König
2021-06-28pwm: clps711x: Simplify using devm_pwmchip_add()Uwe Kleine-König
2021-06-28pwm: meson: Simplify using devm_pwmchip_add()Uwe Kleine-König
2021-06-28pwm: lpss: Simplify using devm_pwmchip_add()Uwe Kleine-König
2021-06-28pwm: Add a device-managed function to add PWM chipsUwe Kleine-König
2021-06-04pwm: pca9685: Add error messages for failed regmap callsClemens Gruber
2021-06-04pwm: pca9685: Restrict period change for enabled PWMsClemens Gruber
2021-06-04pwm: pca9685: Support new usage_power setting in PWM stateClemens Gruber
2021-06-04pwm: core: Support new usage_power setting in PWM stateClemens Gruber
2021-05-25pwm: spear: Implement .apply() callbackUwe Kleine-König
2021-05-25pwm: spear: Free resources only after pwmchip_remove()Uwe Kleine-König