summaryrefslogtreecommitdiff
path: root/drivers/pwm
AgeCommit message (Expand)AuthorFilesLines
2025-08-28pwm: mediatek: Fix duty and period settingUwe Kleine-König1-7/+14
2025-08-28pwm: mediatek: Handle hardware enable and clock enable separatelyUwe Kleine-König1-32/+28
2025-08-28pwm: mediatek: Implement .apply() callbackUwe Kleine-König1-3/+26
2025-08-28pwm: imx-tpm: Reset counter if CMOD is 0Laurentiu Mihalcea1-0/+9
2025-07-17pwm: mediatek: Ensure to disable clocks in error pathUwe Kleine-König1-6/+9
2025-05-02pwm: mediatek: always use bus clock for PWM on MT7622Daniel Golle1-1/+1
2025-05-02pwm: fsl-ftm: Handle clk_get_rate() returning 0Uwe Kleine-König1-0/+6
2025-05-02pwm: rcar: Improve register calculationUwe Kleine-König1-11/+13
2025-05-02pwm: rcar: Simplify multiplication/shift logicGeert Uytterhoeven1-1/+1
2025-05-02pwm: mediatek: Prevent divide-by-zero in pwm_mediatek_config()Josh Poimboeuf1-2/+6
2025-05-02pwm: mediatek: Always use bus clockFabien Parent1-0/+12
2025-03-13pwm: stm32: Add check for clk_enable()Mingwei Zheng1-2/+5
2024-12-14pwm: imx27: Workaround of the pwm output bug when decrease the duty cycleClark Wang1-2/+96
2024-11-17pwm: imx-tpm: Use correct MODULO value for EPWM modeErik Schumacher1-1/+3
2024-08-19pwm: stm32: Always do lazy disablingUwe Kleine-König1-2/+3
2024-07-05pwm: stm32: Refuse too small period requestsUwe Kleine-König1-0/+3
2024-01-25pwm: jz4740: Don't use dev_err_probe() in .request()Uwe Kleine-König1-3/+4
2024-01-25pwm: stm32: Fix enable count for clk in .probe()Philipp Zabel1-4/+14
2024-01-25pwm: stm32: Use hweight32 in stm32_pwm_detect_channelsPhilipp Zabel1-15/+2
2024-01-25pwm: stm32: Use regmap_clear_bits and regmap_set_bits where applicableUwe Kleine-König1-18/+16
2023-11-20pwm: brcmstb: Utilize appropriate clock APIs in suspend/resumeFlorian Fainelli1-2/+2
2023-11-20pwm: sti: Reduce number of allocations and drop usage of chip_dataUwe Kleine-König1-15/+14
2023-11-20pwm: sti: Avoid conditional gotosThierry Reding1-26/+22
2023-09-19pwm: lpc32xx: Remove handling of PWM channelsVladimir Zapolskiy1-8/+8
2023-08-11pwm: meson: fix handling of period/duty if greater than UINT_MAXHeiner Kallweit1-7/+7
2023-08-11pwm: meson: Simplify duplicated per-channel trackingUwe Kleine-König1-5/+6
2023-07-27pwm: sysfs: Do not apply state to already disabled PWMsMarek Vasut1-0/+17
2023-07-27pwm: imx-tpm: force 'real_period' to be zero in suspendFancy Fang1-0/+7
2023-05-17pwm: mtk-disp: Disable shadow registers before setting backlight valuesAngeloGioacchino Del Regno1-11/+13
2023-05-17pwm: mtk-disp: Adjust the clocks to avoid them mismatchJitao Shi1-50/+41
2023-05-17pwm: mtk-disp: Don't check the return code of pwmchip_remove()Uwe Kleine-König1-3/+2
2023-05-17pwm: meson: Fix g12a ao clk81 nameHeiner Kallweit1-2/+2
2023-05-17pwm: meson: Fix axg ao mux parentsHeiner Kallweit1-1/+1
2023-04-26pwm: hibvt: Explicitly set .polarity in .get_state()Uwe Kleine-König1-0/+1
2023-04-26pwm: iqs620a: Explicitly set .polarity in .get_state()Uwe Kleine-König1-0/+1
2023-04-26pwm: meson: Explicitly set .polarity in .get_state()Uwe Kleine-König1-0/+7
2023-04-20pwm: sprd: Explicitly set .polarity in .get_state()Uwe Kleine-König1-0/+1
2023-04-20pwm: cros-ec: Explicitly set .polarity in .get_state()Uwe Kleine-König1-0/+1
2023-03-11pwm: stm32-lp: fix the check on arr and cmp registers updateFabrice Gasnier1-1/+1
2023-03-11pwm: sifive: Always let the first pwm_apply_state succeedEmil Renner Berthing1-1/+7
2023-03-11pwm: sifive: Reduce time the controller lock is heldUwe Kleine-König1-3/+5
2023-01-14pwm: tegra: Fix 32 bit buildSteven Price1-1/+1
2023-01-14pwm: sifive: Call pwm_sifive_update_clock() while mutex is heldUwe Kleine-König1-1/+4
2023-01-14pwm: tegra: Improve required rate calculationJon Hunter1-2/+2
2022-08-21pwm: lpc18xx-sct: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2022-08-21pwm: sifive: Shut down hardware only after pwmchip_remove() completedUwe Kleine-König1-2/+3
2022-08-21pwm: sifive: Ensure the clk is enabled exactly once per running PWMUwe Kleine-König1-9/+37
2022-08-21pwm: sifive: Simplify offset calculation for PWMCMP registersUwe Kleine-König1-7/+3
2022-08-21pwm: sifive: Don't check the return code of pwmchip_remove()Uwe Kleine-König1-3/+3
2022-06-14pwm: lp3943: Fix duty calculation in case period was clampedUwe Kleine-König1-0/+1