[PATCH v2 0/5] mfd: stm32-timers: Make register definition more flexible
Uwe Kleine-König
u.kleine-koenig at baylibre.com
Wed Jun 19 03:11:41 PDT 2024
Hello,
(implicit) v1 is available at
https://lore.kernel.org/lkml/cover.1718352022.git.u.kleine-koenig@baylibre.com
.
Changes introduced here:
- Split the patch removing TIM_DIER_CC_IE() and use appropriate subject
prefixes. Lee and William didn't like the patch touching both
include/linux/mfd/stm32-timers.h and
drivers/counter/stm32-timer-cnt.c not having a hint to the counter
subsystem (at least that's my interpretation of their feedback).
Not mentioning mfd didn't seem to be considerably better in my eyes,
so I split this patch.
- Fix typo noticed by Thorsten.
- Update subject prefix of the last patch to match what is usually done
for pwm.
I have some further updates to the pwm-stm32 driver that will probably
go in before v6.10-rc1. They shouldn't conflict, still I'd prefer to let
the pwm patch go in via my tree as I might have some further changes for
that driver. So if this is merged using the mfd or counter tree, please
skip the pwm patch. A stable branch would be welcome in this case.
Best regards
Uwe
Uwe Kleine-König (5):
mfd: stm32-timers: Unify alignment of register definition
mfd: stm32-timers: Add some register definitions with a parameter
counter: stm32-timer-cnt: Use TIM_DIER_CCxIE(x) instead of
TIM_DIER_CCxIE(x)
mfd: stm32-timers: Drop unused TIM_DIER_CC_IE
pwm: stm32: Make use of parametrised register definitions
drivers/counter/stm32-timer-cnt.c | 4 +-
drivers/pwm/pwm-stm32.c | 22 ++--
include/linux/mfd/stm32-timers.h | 179 ++++++++++++++++--------------
3 files changed, 107 insertions(+), 98 deletions(-)
base-commit: 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0
--
2.43.0
More information about the linux-arm-kernel
mailing list