summaryrefslogtreecommitdiff
path: root/drivers/pwm
AgeCommit message (Expand)AuthorFilesLines
2024-05-30pwm: meson: Use mul_u64_u64_div_u64() for frequency calculatingGeorge Stark1-2/+2
2024-05-30pwm: meson: Add check for error from clk_round_rate()George Stark1-5/+6
2024-05-30pwm: meson: Make use of pwmchip_parent() accessorUwe Kleine-König1-8/+8
2024-05-30pwm: meson: Change prototype of a few helpers to prepare further changesUwe Kleine-König1-17/+21
2024-05-30pwm: Provide an inline function to get the parent device of a given chipUwe Kleine-König2-23/+23
2024-05-30pwm: Reorder symbols in core.cUwe Kleine-König1-309/+310
2024-05-30pwm: Drop duplicate check against chip->npwm in of_pwm_xlate_with_flags()Uwe Kleine-König1-3/+0
2024-05-30pwm: Let the of_xlate callbacks accept references without periodUwe Kleine-König1-11/+9
2024-05-30pwm: Drop useless member .of_pwm_n_cells of struct pwm_chipUwe Kleine-König4-24/+4
2024-05-30pwm: sti: Simplify probe function using devm functionsUwe Kleine-König1-36/+3
2024-05-30pwm: 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-27pwm: dwc: use pm_sleep_ptr() macroRaag Jadav1-1/+1
2024-03-27pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chanUwe Kleine-König1-1/+10
2024-03-27pwm: atmel-hlcdc: Fix clock imbalance related to suspend supportUwe Kleine-König1-1/+1
2024-01-12pwm: jz4740: Don't use dev_err_probe() in .request()Uwe Kleine-König1-3/+4
2024-01-12pwm: Fix out-of-bounds access in of_pwm_single_xlate()Uwe Kleine-König1-1/+1
2024-01-12pwm: bcm2835: Remove duplicate call to clk_rate_exclusive_put()Sean Young1-3/+1
2023-12-20pwm: cros-ec: Drop documentation for dropped struct memberUwe Kleine-König1-1/+0
2023-12-20pwm: lpc18xx-sct: Don't modify the cached period of other PWM outputsUwe Kleine-König1-3/+1
2023-12-20pwm: meson: Simplify using dev_err_probe()Uwe Kleine-König1-21/+14
2023-12-20pwm: stmpe: Silence duplicate error messagesUwe Kleine-König1-6/+6
2023-12-20pwm: Reduce number of pointer dereferences in pwm_device_request()Uwe Kleine-König1-6/+8
2023-12-20pwm: crc: Use consistent variable naming for driver dataUwe Kleine-König1-8/+8
2023-12-20pwm: omap-dmtimer: Drop lockingUwe Kleine-König1-16/+4
2023-12-20pwm: bcm2835: Allow PWM driver to be used in atomic contextSean Young1-9/+29
2023-12-20pwm: Make it possible to apply PWM changes in atomic contextSean Young1-11/+51
2023-12-20pwm: renesas: Remove unused includeSean Young1-1/+0
2023-12-20pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young4-16/+16
2023-12-20pwm: Stop referencing pwm->chipThierry Reding13-15/+15
2023-12-20pwm: stm32: Fix enable count for clk in .probe()Philipp Zabel1-4/+14
2023-12-20pwm: stm32: Implement .get_state()Philipp Zabel1-0/+42
2023-12-20pwm: stm32: Use hweight32 in stm32_pwm_detect_channelsPhilipp Zabel1-15/+2
2023-12-20pwm: stm32: Make ch parameter unsignedPhilipp Zabel1-4/+4
2023-12-20pwm: stm32: Replace write_ccrx with regmap_writePhilipp Zabel1-16/+1
2023-12-20pwm: Use device_get_match_data()Rob Herring2-13/+4
2023-12-20pwm: Narrow scope of struct pwm_device pointerUwe Kleine-König1-3/+2
2023-12-20pwm: jz4740: Add trailing \n to error messagesUwe Kleine-König1-2/+2
2023-12-20pwm: tiehrpwm: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König1-5/+3
2023-12-20pwm: tiecap: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König1-4/+2
2023-12-20pwm: stm32: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König1-4/+4
2023-12-20pwm: stm32-lp: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König1-5/+5
2023-12-20pwm: samsung: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König1-4/+2
2023-12-20pwm: imx-tpm: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König1-5/+5
2023-12-20pwm: dwc: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König1-4/+2
2023-12-20pwm: brcmstb: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König1-5/+3
2023-12-20pwm: berlin: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König1-5/+3
2023-12-20pwm: atmel-tcb: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König1-5/+3
2023-12-20pwm: atmel-hlcdc: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König1-5/+3
2023-12-20pwm: cros-ec: Drop unused member from driver private dataUwe Kleine-König1-1/+0