summaryrefslogtreecommitdiff
path: root/drivers/pwm
AgeCommit message (Expand)AuthorFilesLines
2025-02-17pwm: microchip-core: fix incorrect comparison with max periodConor Dooley1-1/+1
2025-02-08pwm: stm32: Add check for clk_enable()Mingwei Zheng1-2/+5
2025-02-08pwm: stm32-lp: Add check for clk_enable()Mingwei Zheng1-2/+6
2025-02-08of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli1-3/+1
2024-12-09pwm: imx27: Workaround of the pwm output bug when decrease the duty cycleClark Wang1-2/+96
2024-11-14pwm: imx-tpm: Use correct MODULO value for EPWM modeErik Schumacher1-1/+3
2024-08-03pwm: atmel-tcb: Fix race condition and convert to guardsUwe Kleine-König1-7/+5
2024-08-03pwm: 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-06-12pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young4-16/+16
2024-06-12pwm: sti: Simplify probe function using devm functionsUwe Kleine-König1-36/+3
2024-06-12pwm: sti: Prepare removing pwm_chip from driver dataUwe Kleine-König1-7/+10
2024-04-03pwm: img: fix pwm clock lookupZoltan HERPAI1-2/+2
2024-03-26pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chanUwe Kleine-König1-1/+10
2024-03-26pwm: atmel-hlcdc: Fix clock imbalance related to suspend supportUwe Kleine-König1-1/+1
2024-01-25pwm: Fix out-of-bounds access in of_pwm_single_xlate()Uwe Kleine-König1-1/+1
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
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-09-07Merge tag 'pwm/for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds36-260/+221
2023-08-22pwm: lpc32xx: Remove handling of PWM channelsVladimir Zapolskiy1-8/+8
2023-08-18mfd: rz-mtu3: Link time dependenciesArnd Bergmann1-1/+1
2023-07-28pwm: atmel: Simplify using devm functionsUwe Kleine-König1-26/+7
2023-07-28pwm: stmpe: Handle errors when disabling the signalUwe Kleine-König1-8/+9
2023-07-28pwm: stm32: Simplify using devm_pwmchip_add()Uwe Kleine-König1-9/+1
2023-07-28pwm: stm32: Don't modify HW state in .remove() callbackUwe Kleine-König1-4/+0
2023-07-28pwm: Fix order of freeing resources in pwmchip_remove()Uwe Kleine-König1-3/+3
2023-07-28pwm: ntxec: Use device_set_of_node_from_dev()Uwe Kleine-König1-1/+1
2023-07-28pwm: ntxec: Drop a write-only variable from driver dataUwe Kleine-König1-2/+0
2023-07-28pwm: pxa: Don't reimplement of_device_get_match_data()Uwe Kleine-König1-8/+1
2023-07-28pwm: lpc18xx-sct: Simplify using devm_clk_get_enabled()Uwe Kleine-König1-25/+8
2023-07-28pwm: atmel-tcb: Don't track polarity in driver dataUwe Kleine-König1-12/+6
2023-07-28pwm: atmel-tcb: Unroll atmel_tcb_pwm_set_polarity() into only callerUwe Kleine-König1-14/+3
2023-07-28pwm: atmel-tcb: Put per-channel data into driver dataUwe Kleine-König1-20/+9
2023-07-28pwm: atmel-tcb: Fix resource freeing in error path and removeUwe Kleine-König1-6/+17
2023-07-28pwm: atmel-tcb: Harmonize resource allocation orderUwe Kleine-König1-29/+20
2023-07-28pwm: Drop unused #include <linux/radix-tree.h>Uwe Kleine-König1-1/+0
2023-07-28pwm: rz-mtu3: Fix build warning 'num_channel_ios' not describedBiju Das1-1/+1
2023-07-28pwm: Remove outdated documentation for pwmchip_remove()Uwe Kleine-König1-4/+1
2023-07-24pwm: atmel: Enable clk when pwm already enabled in bootloaderGuiting Shen1-2/+45
2023-07-24pwm: Explicitly include correct DT includesRob Herring28-21/+21
2023-07-21pwm: sl28cpld: Consistently name pwm_chip variables "chip"Uwe Kleine-König1-5/+8
2023-07-21pwm: sifive: Consistently name pwm_chip variables "chip"Uwe Kleine-König1-2/+2
2023-07-21pwm: rockchip: Consistently name pwm_chip variables "chip"Uwe Kleine-König1-2/+2
2023-07-21pwm: lp3943: Consistently name pwm_chip variables "chip"Uwe Kleine-König1-2/+2
2023-07-21pwm: cros-ec: Consistently name pwm_chip variables "chip"Uwe Kleine-König1-5/+5
2023-07-21pwm: crc: Consistently name pwm_chip variables "chip"Uwe Kleine-König1-2/+2
2023-07-21pwm: bcm-kona: Consistently name pwm_chip variables "chip"Uwe Kleine-König1-2/+2