summaryrefslogtreecommitdiff
path: root/drivers/pwm
AgeCommit message (Expand)Author
2025-02-17pwm: microchip-core: fix incorrect comparison with max periodConor Dooley
2025-02-08pwm: stm32: Add check for clk_enable()Mingwei Zheng
2025-02-08pwm: stm32-lp: Add check for clk_enable()Mingwei Zheng
2025-02-08of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli
2024-12-09pwm: imx27: Workaround of the pwm output bug when decrease the duty cycleClark Wang
2024-11-14pwm: imx-tpm: Use correct MODULO value for EPWM modeErik Schumacher
2024-08-03pwm: atmel-tcb: Fix race condition and convert to guardsUwe Kleine-König
2024-08-03pwm: stm32: Always do lazy disablingUwe Kleine-König
2024-07-05pwm: stm32: Refuse too small period requestsUwe Kleine-König
2024-06-12pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young
2024-06-12pwm: sti: Simplify probe function using devm functionsUwe Kleine-König
2024-06-12pwm: sti: Prepare removing pwm_chip from driver dataUwe Kleine-König
2024-04-03pwm: img: fix pwm clock lookupZoltan HERPAI
2024-03-26pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chanUwe Kleine-König
2024-03-26pwm: atmel-hlcdc: Fix clock imbalance related to suspend supportUwe Kleine-König
2024-01-25pwm: Fix out-of-bounds access in of_pwm_single_xlate()Uwe 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
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-07Merge tag 'pwm/for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-08-22pwm: lpc32xx: Remove handling of PWM channelsVladimir Zapolskiy
2023-08-18mfd: rz-mtu3: Link time dependenciesArnd Bergmann
2023-07-28pwm: atmel: Simplify using devm functionsUwe Kleine-König
2023-07-28pwm: stmpe: Handle errors when disabling the signalUwe Kleine-König
2023-07-28pwm: stm32: Simplify using devm_pwmchip_add()Uwe Kleine-König
2023-07-28pwm: stm32: Don't modify HW state in .remove() callbackUwe Kleine-König
2023-07-28pwm: Fix order of freeing resources in pwmchip_remove()Uwe Kleine-König
2023-07-28pwm: ntxec: Use device_set_of_node_from_dev()Uwe Kleine-König
2023-07-28pwm: ntxec: Drop a write-only variable from driver dataUwe Kleine-König
2023-07-28pwm: pxa: Don't reimplement of_device_get_match_data()Uwe Kleine-König
2023-07-28pwm: lpc18xx-sct: Simplify using devm_clk_get_enabled()Uwe Kleine-König
2023-07-28pwm: atmel-tcb: Don't track polarity in driver dataUwe Kleine-König
2023-07-28pwm: atmel-tcb: Unroll atmel_tcb_pwm_set_polarity() into only callerUwe Kleine-König
2023-07-28pwm: atmel-tcb: Put per-channel data into driver dataUwe Kleine-König
2023-07-28pwm: atmel-tcb: Fix resource freeing in error path and removeUwe Kleine-König
2023-07-28pwm: atmel-tcb: Harmonize resource allocation orderUwe Kleine-König
2023-07-28pwm: Drop unused #include <linux/radix-tree.h>Uwe Kleine-König
2023-07-28pwm: rz-mtu3: Fix build warning 'num_channel_ios' not describedBiju Das
2023-07-28pwm: Remove outdated documentation for pwmchip_remove()Uwe Kleine-König
2023-07-24pwm: atmel: Enable clk when pwm already enabled in bootloaderGuiting Shen
2023-07-24pwm: Explicitly include correct DT includesRob Herring
2023-07-21pwm: sl28cpld: Consistently name pwm_chip variables "chip"Uwe Kleine-König
2023-07-21pwm: sifive: Consistently name pwm_chip variables "chip"Uwe Kleine-König
2023-07-21pwm: rockchip: Consistently name pwm_chip variables "chip"Uwe Kleine-König
2023-07-21pwm: lp3943: Consistently name pwm_chip variables "chip"Uwe Kleine-König
2023-07-21pwm: cros-ec: Consistently name pwm_chip variables "chip"Uwe Kleine-König
2023-07-21pwm: crc: Consistently name pwm_chip variables "chip"Uwe Kleine-König
2023-07-21pwm: bcm-kona: Consistently name pwm_chip variables "chip"Uwe Kleine-König