mbox series

[GIT,PULL] Immutable branch between MFD, Clocksource and PWM due for the v6.16 merge window

Message ID 20250519073553.GH2936510@google.com
State Accepted
Headers show
Series [GIT,PULL] Immutable branch between MFD, Clocksource and PWM due for the v6.16 merge window | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-clocksource-pwm-v6.16

Message

Lee Jones May 19, 2025, 7:35 a.m. UTC
Enjoy!

The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-clocksource-pwm-v6.16

for you to fetch changes up to 3f51b232c1da8e59eb562f1d81533334827a4799:

  pwm: stm32-lp: Add support for stm32mp25 (2025-05-13 11:13:56 +0100)

----------------------------------------------------------------
Immutable branch between MFD, Clocksource and PWM due for the v6.16 merge window

----------------------------------------------------------------
Fabrice Gasnier (4):
      dt-bindings: mfd: stm32-lptimer: Add support for stm32mp25
      mfd: stm32-lptimer: Add support for stm32mp25
      clocksource/drivers/stm32-lptimer: Add support for stm32mp25
      pwm: stm32-lp: Add support for stm32mp25

 .../devicetree/bindings/mfd/st,stm32-lptimer.yaml  |  40 +++-
 drivers/clocksource/timer-stm32-lp.c               |  61 +++++-
 drivers/mfd/stm32-lptimer.c                        |  33 +++-
 drivers/pwm/pwm-stm32-lp.c                         | 219 ++++++++++++++++++---
 include/linux/mfd/stm32-lptimer.h                  |  37 +++-
 5 files changed, 350 insertions(+), 40 deletions(-)