summaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm-sti.c
AgeCommit message (Expand)Author
2024-04-26pwm: sti: Prefer local variable over pointer dereferenceUwe Kleine-König
2024-04-26pwm: sti: Use devm_kcalloc() instead of calculating the size for devm_kzalloc()Uwe Kleine-König
2024-04-26pwm: sti: Maintain all per-chip driver data in a single structUwe Kleine-König
2024-04-26pwm: sti: Drop member from driver data that only carries a constantUwe Kleine-König
2024-04-26pwm: sti: Improve error reporting using dev_err_probe()Uwe Kleine-König
2024-04-26pwm: sti: Simplify probe function using devm functionsUwe Kleine-König
2024-02-22pwm: sti: Make use of devm_pwmchip_alloc() functionUwe Kleine-König
2024-02-22pwm: sti: Prepare removing pwm_chip from driver dataUwe Kleine-König
2024-02-07pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chanUwe Kleine-König
2023-12-20pwm: Stop referencing pwm->chipThierry Reding
2023-10-13pwm: sti: Reduce number of allocations and drop usage of chip_dataUwe Kleine-König
2023-10-13pwm: Manage owner assignment implicitly for driversUwe Kleine-König
2023-03-30pwm: sti: Convert to platform remove callback returning voidUwe Kleine-König
2022-05-20pwm: sti: Implement .apply() callbackUwe Kleine-König
2021-04-09pwm: sti: Free resources only after pwmchip_remove()Uwe Kleine-König
2021-04-09pwm: sti: Don't modify HW state in .remove callbackUwe Kleine-König
2021-03-22pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König
2020-12-17pwm: sti: Remove unnecessary blank lineThierry Reding
2020-12-17pwm: sti: Avoid conditional gotosThierry Reding
2020-12-17pwm: sti: Convert to devm_platform_ioremap_resource()Yangtao Li
2019-09-21pwm: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2017-01-04pwm: Remove .can_sleep from struct pwm_chipThierry Reding
2016-09-08pwm: sti: Take the opportunity to conduct a little house keepingLee Jones
2016-09-08pwm: sti: It's now valid for number of PWM channels to be zeroLee Jones
2016-09-08pwm: sti: Add PWM capture callbackLee Jones
2016-09-08pwm: sti: Add support for PWM capture interruptsLee Jones
2016-09-08pwm: sti: Initialise PWM capture device dataLee Jones
2016-09-08pwm: sti: Supply PWM Capture clock handlingLee Jones
2016-09-08pwm: sti: Supply PWM capture register addresses and bit locationsLee Jones
2016-09-08pwm: sti: Only request clock rate when neededLee Jones
2016-09-08pwm: sti: Reorganise register names in preparation for new functionalityLee Jones
2016-09-08pwm: sti: Rename channel => deviceLee Jones
2015-01-30pwm: sti: Maintain a bitmap of configured devicesAjit Pal Singh
2014-08-08pwm: sti: Remove PWM period tableAjit Pal Singh
2014-08-08pwm: sti: Sync between enable/disable callsAjit Pal Singh
2014-08-08pwm: sti: Ensure same period values for all channelsAjit Pal Singh
2014-08-08pwm: sti: Fix PWM prescaler handlingAjit Pal Singh
2014-08-07pwm: sti: Add new driver for ST's PWM IPLee Jones