aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-stm32.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-30pwm: stm32: Calculate prescaler with a division instead of a loopUwe Kleine-König1-13/+17
2024-04-30pwm: stm32: Fix for settings using period > UINT32_MAXUwe Kleine-König1-8/+20
2024-04-30pwm: stm32: Improve precision of calculation in .apply()Uwe Kleine-König1-2/+3
2024-04-30pwm: stm32: Add error messages in .probe()'s error pathsUwe Kleine-König1-3/+6
2024-02-22pwm: stm32: Make use of devm_pwmchip_alloc() functionUwe Kleine-König1-9/+8
2024-02-22pwm: stm32: Change prototype of helper that detects npwm to prepare further c...Uwe Kleine-König1-6/+6
2024-02-22pwm: stm32: Prepare removing pwm_chip from driver dataUwe Kleine-König1-9/+13
2024-02-22pwm: stm32: Change prototype of a helper to prepare further changesUwe Kleine-König1-6/+7
2024-02-22pwm: stm32: Simplify code to determine the pwmchip's parent deviceUwe Kleine-König1-1/+1
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: stm32: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König1-4/+4
2023-10-13pwm: Manage owner assignment implicitly for driversUwe Kleine-König1-1/+0
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-04-06pwm: stm32: Enforce settings for PWM captureOlivier Moysan1-0/+4
2023-03-30pwm: stm32: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-12-06pwm: stm32: Use regmap_clear_bits and regmap_set_bits where applicableUwe Kleine-König1-18/+16
2021-05-25pwm: Simplify all drivers with explicit of_pwm_n_cells = 3Uwe Kleine-König1-2/+0
2021-03-22pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König1-1/+0
2020-01-20pwm: stm32: Remove automatic output enableFabrice Gasnier1-3/+1
2019-10-21pwm: stm32: Pass breakinput instead of its valuesThierry Reding1-11/+8
2019-10-21pwm: stm32: Remove clutter from ternary operatorThierry Reding1-12/+9
2019-10-21pwm: stm32: Validate breakinput data from DTThierry Reding1-0/+8
2019-10-21pwm: stm32: Add power management supportFabrice Gasnier1-0/+38
2019-10-21pwm: stm32: Split breakinput apply routine to ease PM supportFabrice Gasnier1-19/+31
2019-09-21pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König1-2/+2
2019-06-25pwm: stm32: Use 3 cells ->of_xlate()Fabrice Gasnier1-0/+2
2018-06-14Merge tag 'pwm/for-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+1
2018-06-06pwm: stm32: Fix build warning with CONFIG_DMA_ENGINE disabledArnd Bergmann1-3/+1
2018-06-04pwm: stm32: Initialize raw local variablesFabrice Gasnier1-1/+1
2018-05-16pwm: stm32: Use input prescaler to improve period captureFabrice Gasnier1-2/+61
2018-05-16pwm: stm32: Improve capture by tuning counter prescalerFabrice Gasnier1-1/+23
2018-05-16pwm: stm32: Add capture supportFabrice Gasnier1-0/+176
2018-03-28pwm: stm32: Protect common prescaler for all channelsFabrice Gasnier1-1/+17
2018-03-28pwm: stm32: Remove unused struct deviceFabrice Gasnier1-1/+0
2018-03-27pwm: stm32: Adopt SPDX identifierBenjamin Gaignard1-2/+1
2017-01-25pwm: Add driver for STM32 plaftormBenjamin Gaignard1-0/+397