mbox series

[GIT,PULL,REQUEST] watchdog - v5.5 Merge window

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

Pull-request

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

Message

Wim Van Sebroeck Nov. 29, 2019, 4 p.m. UTC
Hi Linus,

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

This series contains:
* Support for NCT6116D
* Several small fixes and improvements

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

  Linux 5.4-rc7 (2019-11-10 16:17:15 -0800)

are available in the git repository at:

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

for you to fetch changes up to 33c26ab4d6beec44bd5f525ffba1c23bf962d4a7:

  watchdog: jz4740: Drop dependency on MACH_JZ47xx (2019-11-18 20:14:47 +0100)

----------------------------------------------------------------
linux-watchdog 5.5-rc1 tag

----------------------------------------------------------------
Andy Shevchenko (1):
      watchdog: intel-mid_wdt: Add WATCHDOG_NOWAYOUT support

Anson Huang (3):
      watchdog: imx2_wdt: Remove unnecessary blank line
      watchdog: imx2_wdt: Use __maybe_unused instead of #if CONFIG_PM_SLEEP
      watchdog: imx2_wdt: Use 'dev' instead of dereferencing it repeatedly

Borislav Petkov (1):
      watchdog: sbc7240_wdt: Fix yet another -Wimplicit-fallthrough warning

Eugen Hristev (2):
      watchdog: sama5d4_wdt: cleanup the bit definitions
      dt-bindings: watchdog: sama5d4_wdt: add microchip,sam9x60-wdt compatible

Fabio Estevam (5):
      watchdog: imx7ulp: Pass the wdog instance inimx7ulp_wdt_enable()
      watchdog: imx7ulp: Remove unused structure member
      watchdog: imx7ulp: Remove inline annotations
      watchdog: imx7ulp: Use definitions instead of magic values
      watchdog: imx7ulp: Fix reboot hang

Geert Uytterhoeven (1):
      watchdog: wdat_wdt: Spelling s/configrable/configurable/

Joel Stanley (1):
      watchdog: aspeed: Fix clock behaviour for ast2600

Julia Cartwright (1):
      watchdog: prevent deferral of watchdogd wakeup on RT

Kevin Hao (1):
      watchdog: Fix the race between the release of watchdog_core_data and cdev

Matti Vaittinen (1):
      watchdog: bd70528: Trivial function documentation fix

Michal Simek (1):
      watchdog: cadence: Do not show error in case of deferred probe

Paul Cercueil (3):
      watchdog: jz4740: Use WDT clock provided by TCU driver
      watchdog: jz4740: Use regmap provided by TCU driver
      watchdog: jz4740: Drop dependency on MACH_JZ47xx

Rasmus Villemoes (1):
      watchdog: make nowayout sysfs file writable

Shuiqing Li (1):
      watchdog: sprd: Fix the incorrect pointer getting from driver data

Srikanth Krishnakar (1):
      watchdog: w83627hf_wdt: Support NCT6116D

 Documentation/ABI/testing/sysfs-class-watchdog     |   9 +-
 .../bindings/watchdog/atmel-sama5d4-wdt.txt        |   2 +-
 drivers/watchdog/Kconfig                           |   5 +-
 drivers/watchdog/aspeed_wdt.c                      |  16 +--
 drivers/watchdog/at91sam9_wdt.h                    |  34 ++++---
 drivers/watchdog/bd70528_wdt.c                     |   4 +-
 drivers/watchdog/cadence_wdt.c                     |   6 +-
 drivers/watchdog/imx2_wdt.c                        |  30 +++---
 drivers/watchdog/imx7ulp_wdt.c                     |  45 ++++++---
 drivers/watchdog/intel-mid_wdt.c                   |   1 +
 drivers/watchdog/jz4740_wdt.c                      | 108 ++++++++++-----------
 drivers/watchdog/sbc7240_wdt.c                     |   3 +-
 drivers/watchdog/sprd_wdt.c                        |   6 +-
 drivers/watchdog/w83627hf_wdt.c                    |  11 ++-
 drivers/watchdog/watchdog_dev.c                    | 101 +++++++++++--------
 drivers/watchdog/wdat_wdt.c                        |   2 +-
 16 files changed, 214 insertions(+), 169 deletions(-)
----------------------------------------------------------------

Kind regards,
Wim.

Comments

pr-tracker-bot@kernel.org Dec. 2, 2019, 2:50 a.m. UTC | #1
The pull request you sent on Fri, 29 Nov 2019 17:00:45 +0100:

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

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

Thank you!