mbox series

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

Message ID 20180516101653.GI5130@dell
State New
Headers show
Series [GIT,PULL,++] Immutable branch between MFD and PWM due for the v4.18 merge window (v2) | expand

Pull-request

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

Message

Lee Jones May 16, 2018, 10:16 a.m. UTC
Subsequent pull-request containing additional bindings patch.

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-1

for you to fetch changes up to acc8e22f5d41558c90519aadc011b6d2839aedfe:

  dt-bindings: mfd: stm32-timers: Add support for dmas (2018-05-16 11:13:13 +0100)

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

----------------------------------------------------------------
Fabrice Gasnier (5):
      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
      dt-bindings: mfd: stm32-timers: Add support for dmas

 Documentation/devicetree/bindings/mfd/stm32-timers.txt |  20 ++++
 drivers/mfd/stm32-timers.c                             | 201 +++++++++++++++++++++++++++++++-
 drivers/pwm/pwm-stm32.c                                | 257 +++++++++++++++++++++++++++++++++++++++++
 include/linux/mfd/stm32-timers.h                       |  58 ++++++++++
 4 files changed, 534 insertions(+), 2 deletions(-)