mbox series

[GIT,PULL,REQUEST] watchdog - v5.4-rc7 Fixes

Message ID 20191109095443.GA21465@www.linux-watchdog.org (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL,REQUEST] watchdog - v5.4-rc7 Fixes | expand

Pull-request

git://www.linux-watchdog.org/linux-watchdog.git tags/linux-watchdog-5.4-rc7

Message

Wim Van Sebroeck Nov. 9, 2019, 9:54 a.m. UTC
Hi Linus,

Please pull the watchdog fixes for v5.4-rc7.

This series contains:
* cpwd: fix build regression
* pm8916_wdt: fix pretimeout registration flow
* meson: Fix the wrong value of left time
* imx_sc_wdt: Pretimeout should follow SCU firmware format
* bd70528: Add MODULE_ALIAS to allow module auto loading

The output from git request-pull:
----------------------------------------------------------------
The following changes since commit a99d8080aaf358d5d23581244e5da23b35e340b9:

  Linux 5.4-rc6 (2019-11-03 14:07:26 -0800)

are available in the git repository at:

  git://www.linux-watchdog.org/linux-watchdog.git tags/linux-watchdog-5.4-rc7

for you to fetch changes up to 81363f248aecd2b5f10547af268a4dfaf8963489:

  watchdog: bd70528: Add MODULE_ALIAS to allow module auto loading (2019-11-05 16:58:12 +0100)

----------------------------------------------------------------
linux-watchdog 5.4-rc7 tag

----------------------------------------------------------------
Anson Huang (1):
      watchdog: imx_sc_wdt: Pretimeout should follow SCU firmware format

Arnd Bergmann (1):
      watchdog: cpwd: fix build regression

Jorge Ramirez-Ortiz (1):
      watchdog: pm8916_wdt: fix pretimeout registration flow

Matti Vaittinen (1):
      watchdog: bd70528: Add MODULE_ALIAS to allow module auto loading

Xingyu Chen (1):
      watchdog: meson: Fix the wrong value of left time

 drivers/watchdog/bd70528_wdt.c    |  1 +
 drivers/watchdog/cpwd.c           |  8 +++++++-
 drivers/watchdog/imx_sc_wdt.c     |  8 +++++++-
 drivers/watchdog/meson_gxbb_wdt.c |  4 ++--
 drivers/watchdog/pm8916_wdt.c     | 15 +++++++++++----
 5 files changed, 28 insertions(+), 8 deletions(-)
----------------------------------------------------------------

Kind regards,
Wim.

Comments

pr-tracker-bot@kernel.org Nov. 9, 2019, 5:15 p.m. UTC | #1
The pull request you sent on Sat, 9 Nov 2019 10:54:43 +0100:

> git://www.linux-watchdog.org/linux-watchdog.git tags/linux-watchdog-5.4-rc7

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4aba1a7ed563d1c0b153377f57f4d213776ea573

Thank you!