mbox series

[GIT,PULL,REQUEST] watchdog - v5.5 Fixes

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

Pull-request

git://www.linux-watchdog.org/linux-watchdog.git tags/linux-watchdog-5.5-fixes

Message

Wim Van Sebroeck Jan. 6, 2020, 7:12 p.m. UTC
Hi Linus,

Please pull the watchdog changes for the v5.5 release cycle.

This series contains:
* rn5t618_wdt: fix module aliases
* max77620_wdt: fix potential build errors
* imx7ulp: Fix missing conversion of imx7ulp_wdt_enable()
* orion: fix platform_get_irq() complaints
* w83627hf_wdt: Fix NCT6116D support


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

  Linux 5.5-rc2 (2019-12-15 15:16:08 -0800)

are available in the git repository at:

  git://www.linux-watchdog.org/linux-watchdog.git tags/linux-watchdog-5.5-fixes

for you to fetch changes up to dcbce5fbcc69bf2553f650004aad44bf390eca73:

  watchdog: orion: fix platform_get_irq() complaints (2019-12-30 15:58:29 +0100)

----------------------------------------------------------------
linux-watchdog 5.5-fixes tag

----------------------------------------------------------------
Andreas Kemnade (1):
      watchdog: rn5t618_wdt: fix module aliases

David Engraf (1):
      watchdog: max77620_wdt: fix potential build errors

Fabio Estevam (1):
      watchdog: imx7ulp: Fix missing conversion of imx7ulp_wdt_enable()

Russell King (1):
      watchdog: orion: fix platform_get_irq() complaints

Srikanth Krishnakar (1):
      watchdog: w83627hf_wdt: Fix support NCT6116D

YueHaibing (1):
      watchdog: tqmx86_wdt: Fix build error

 drivers/watchdog/Kconfig        | 2 ++
 drivers/watchdog/imx7ulp_wdt.c  | 2 +-
 drivers/watchdog/orion_wdt.c    | 4 ++--
 drivers/watchdog/rn5t618_wdt.c  | 1 +
 drivers/watchdog/w83627hf_wdt.c | 2 +-
 5 files changed, 7 insertions(+), 4 deletions(-)
----------------------------------------------------------------

Kind regards,
Wim.

Comments

pr-tracker-bot@kernel.org Jan. 6, 2020, 10:15 p.m. UTC | #1
The pull request you sent on Mon, 6 Jan 2020 20:12:34 +0100:

> git://www.linux-watchdog.org/linux-watchdog.git tags/linux-watchdog-5.5-fixes

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

Thank you!