aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm
AgeCommit message (Expand)Author
2024-01-25pwm: jz4740: Don't use dev_err_probe() in .request()Uwe Kleine-König
2024-01-25pwm: stm32: Fix enable count for clk in .probe()Philipp Zabel
2024-01-25pwm: stm32: Use hweight32 in stm32_pwm_detect_channelsPhilipp Zabel
2024-01-25pwm: stm32: Use regmap_clear_bits and regmap_set_bits where applicableUwe Kleine-König
2023-11-20pwm: brcmstb: Utilize appropriate clock APIs in suspend/resumeFlorian Fainelli
2023-11-20pwm: sti: Reduce number of allocations and drop usage of chip_dataUwe Kleine-König
2023-11-20pwm: sti: Avoid conditional gotosThierry Reding
2023-09-19pwm: lpc32xx: Remove handling of PWM channelsVladimir Zapolskiy
2023-08-11pwm: meson: fix handling of period/duty if greater than UINT_MAXHeiner Kallweit
2023-08-11pwm: meson: Simplify duplicated per-channel trackingUwe Kleine-König
2023-07-27pwm: sysfs: Do not apply state to already disabled PWMsMarek Vasut
2023-07-27pwm: imx-tpm: force 'real_period' to be zero in suspendFancy Fang
2023-05-17pwm: mtk-disp: Disable shadow registers before setting backlight valuesAngeloGioacchino Del Regno
2023-05-17pwm: mtk-disp: Adjust the clocks to avoid them mismatchJitao Shi
2023-05-17pwm: mtk-disp: Don't check the return code of pwmchip_remove()Uwe Kleine-König
2023-05-17pwm: meson: Fix g12a ao clk81 nameHeiner Kallweit
2023-05-17pwm: meson: Fix axg ao mux parentsHeiner Kallweit
2023-04-26pwm: hibvt: Explicitly set .polarity in .get_state()Uwe Kleine-König
2023-04-26pwm: iqs620a: Explicitly set .polarity in .get_state()Uwe Kleine-König
2023-04-26pwm: meson: Explicitly set .polarity in .get_state()Uwe Kleine-König
2023-04-20pwm: sprd: Explicitly set .polarity in .get_state()Uwe Kleine-König
2023-04-20pwm: cros-ec: Explicitly set .polarity in .get_state()Uwe Kleine-König
2023-03-11pwm: stm32-lp: fix the check on arr and cmp registers updateFabrice Gasnier
2023-03-11pwm: sifive: Always let the first pwm_apply_state succeedEmil Renner Berthing
2023-03-11pwm: sifive: Reduce time the controller lock is heldUwe Kleine-König
2023-01-14pwm: tegra: Fix 32 bit buildSteven Price
2023-01-14pwm: sifive: Call pwm_sifive_update_clock() while mutex is heldUwe Kleine-König
2023-01-14pwm: tegra: Improve required rate calculationJon Hunter
2022-08-21pwm: lpc18xx-sct: Convert to devm_platform_ioremap_resource()Yangtao Li
2022-08-21pwm: sifive: Shut down hardware only after pwmchip_remove() completedUwe Kleine-König
2022-08-21pwm: sifive: Ensure the clk is enabled exactly once per running PWMUwe Kleine-König
2022-08-21pwm: sifive: Simplify offset calculation for PWMCMP registersUwe Kleine-König
2022-08-21pwm: sifive: Don't check the return code of pwmchip_remove()Uwe Kleine-König
2022-06-14pwm: lp3943: Fix duty calculation in case period was clampedUwe Kleine-König
2022-04-08pwm: lpc18xx-sct: Initialize driver data and hardware before pwmchip_add()Uwe Kleine-König
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-07-28pwm: sprd: Ensure configuring period and duty_cycle isn't wrongly skippedUwe Kleine-König
2021-07-20pwm: imx1: Don't disable clocks at device remove timeUwe Kleine-König
2021-07-20pwm: tegra: Don't modify HW state in .remove callbackUwe Kleine-König
2021-07-20pwm: img: Fix PM reference leak in img_pwm_enable()Zou Wei
2021-07-20pwm: spear: Don't modify HW state in .remove callbackUwe Kleine-König
2021-05-19pwm: atmel: Fix duty cycle calculation in .get_state()Uwe Kleine-König
2021-03-04pwm: iqs620a: Fix overflow and optimize calculationsUwe Kleine-König
2021-03-04pwm: rockchip: Eliminate potential race condition when probingSimon South
2021-03-04pwm: rockchip: rockchip_pwm_probe(): Remove superfluous clk_unprepare()Simon South
2021-03-04pwm: rockchip: Enable APB clock during register access while probingSimon South