aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm
AgeCommit message (Expand)Author
2024-03-26pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chanUwe Kleine-König
2024-03-26pwm: sti: Implement .apply() callbackUwe Kleine-König
2024-03-26pwm: atmel-hlcdc: Fix clock imbalance related to suspend supportUwe Kleine-König
2024-03-26pwm: atmel-hlcdc: Use consistent variable namingUwe Kleine-König
2024-03-26pwm: atmel-hlcdc: Convert to platform remove callback returning voidUwe Kleine-König
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-09-19pwm: lpc32xx: Remove handling of PWM channelsVladimir Zapolskiy
2023-09-19pwm: atmel-tcb: Fix resource freeing in error path and removeUwe Kleine-König
2023-09-19pwm: atmel-tcb: Harmonize resource allocation orderUwe Kleine-König
2023-09-19pwm: atmel-tcb: Convert to platform remove callback returning voidUwe Kleine-König
2023-08-03pwm: meson: fix handling of period/duty if greater than UINT_MAXHeiner Kallweit
2023-08-03pwm: meson: Simplify duplicated per-channel trackingUwe Kleine-König
2023-07-23pwm: mtk_disp: Fix the disable flow of disp_pwmShuijing Li
2023-07-23pwm: ab8500: Fix error code in probe()Dan Carpenter
2023-07-23pwm: sysfs: Do not apply state to already disabled PWMsMarek Vasut
2023-07-23pwm: imx-tpm: force 'real_period' to be zero in suspendFancy Fang
2023-05-11pwm: mtk-disp: Configure double buffering before reading in .get_state()AngeloGioacchino Del Regno
2023-05-11pwm: mtk-disp: Disable shadow registers before setting backlight valuesAngeloGioacchino Del Regno
2023-05-11pwm: meson: Fix g12a ao clk81 nameHeiner Kallweit
2023-05-11pwm: 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-13pwm: sprd: Explicitly set .polarity in .get_state()Uwe Kleine-König
2023-04-13pwm: 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
2022-12-31pwm: tegra: Fix 32 bit buildSteven Price
2022-12-31pwm: mediatek: always use bus clock for PWM on MT7622Daniel Golle
2022-12-31pwm: mtk-disp: Fix the parameters calculated by the enabled flag of disp_pwmxinlei lee
2022-12-31pwm: sifive: Call pwm_sifive_update_clock() while mutex is heldUwe Kleine-König
2022-12-31pwm: tegra: Improve required rate calculationJon Hunter
2022-08-17pwm: lpc18xx: Fix period handlingUwe Kleine-König
2022-08-17pwm: lpc18xx-sct: Simplify driver by not using pwm_[gs]et_chip_data()Uwe Kleine-König
2022-08-17pwm: lpc18xx-sct: Reduce number of devm memory allocationsUwe Kleine-König
2022-08-17pwm: sifive: Shut down hardware only after pwmchip_remove() completedUwe Kleine-König
2022-08-17pwm: sifive: Ensure the clk is enabled exactly once per running PWMUwe Kleine-König
2022-08-17pwm: sifive: Simplify offset calculation for PWMCMP registersUwe Kleine-König
2022-06-14pwm: raspberrypi-poe: Fix endianness in firmware structUwe 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-02pwm: mtk-disp: Implement atomic API .get_state()Jitao Shi
2021-09-02pwm: mtk-disp: Fix overflow in period and duty calculationJitao Shi
2021-09-02pwm: mtk-disp: Implement atomic API .apply()Jitao Shi