mbox series

[GIT,PULL] Immutable branch between MFD and PWM due for the v4.18 merge window

Message ID 20180516081910.GF5130@dell
State Superseded
Headers show
Series [GIT,PULL] Immutable branch between MFD and PWM due for the v4.18 merge window | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-pwm-v4.18

Message

Lee Jones May 16, 2018, 8:19 a.m. UTC
Enjoy!

The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-pwm-v4.18

for you to fetch changes up to ab3a897847834bf3e864fb07b733c444895a24ba:

  pwm: stm32: Use input prescaler to improve period capture (2018-05-16 09:11:19 +0100)

----------------------------------------------------------------
Immutable branch between MFD and PWM due for the v4.18 merge window

----------------------------------------------------------------
Fabrice Gasnier (4):
      mfd: stm32-timers: Add support for DMAs
      pwm: stm32: Add capture support
      pwm: stm32: Improve capture by tuning counter prescaler
      pwm: stm32: Use input prescaler to improve period capture

 drivers/mfd/stm32-timers.c       | 201 +++++++++++++++++++++++++++++-
 drivers/pwm/pwm-stm32.c          | 257 +++++++++++++++++++++++++++++++++++++++
 include/linux/mfd/stm32-timers.h |  58 +++++++++
 3 files changed, 514 insertions(+), 2 deletions(-)