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.