Hi Linus, Please pull the watchdog changes for the v5.10 release cycle. This series contains: * Add Toshiba Visconti watchdog driver * it87_wdt: add IT8772 + IT8784 * several fixes and improvements The output from git request-pull: ---------------------------------------------------------------- The following changes since commit a1b8638ba1320e6684aa98233c15255eb803fac7: Linux 5.9-rc7 (2020-09-27 14:38:10 -0700) are available in the git repository at: git://www.linux-watchdog.org/linux-watchdog.git tags/linux-watchdog-5.10-rc1 for you to fetch changes up to c5b8e4644607b0319fd86a36fb0caad54ee2021e: watchdog: Add Toshiba Visconti watchdog driver (2020-10-14 15:22:58 +0200) ---------------------------------------------------------------- linux-watchdog 5.10-rc1 tag ---------------------------------------------------------------- Anson Huang (2): watchdog: imx7ulp: Strictly follow the sequence for wdog operations watchdog: imx7ulp: Watchdog should continue running for wait/stop mode Christophe JAILLET (1): watchdog: pcwd_usb: Avoid GFP_ATOMIC where it is not needed Dinghao Liu (2): watchdog: Fix memleak in watchdog_cdev_register watchdog: Use put_device on error Guenter Roeck (2): watchdog: sp5100: Fix definition of EFCH_PM_DECODEEN3 watchdog: sp5100_tco: Enable watchdog on Family 17h devices if disabled Hanspeter Portner (2): watchdog: it87_wdt: add IT8772 ID watchdog: it87_wdt: add IT8784 ID Krzysztof Kozlowski (3): watchdog: cadence: Simplify with dev_err_probe() watchdog: davinci: Simplify with dev_err_probe() watchdog: rti: Simplify with dev_err_probe() Madhuparna Bhowmik (1): drivers: watchdog: rdc321x_wdt: Fix race condition bugs Nobuhiro Iwamatsu (2): watchdog: bindings: Add binding documentation for Toshiba Visconti watchdog device watchdog: Add Toshiba Visconti watchdog driver Wolfram Sang (1): watchdog: renesas_wdt: support handover from bootloader Zhen Lei (1): watchdog: remove unneeded inclusion of <uapi/linux/sched/types.h> .../bindings/watchdog/toshiba,visconti-wdt.yaml | 54 ++++++ drivers/watchdog/Kconfig | 8 + drivers/watchdog/Makefile | 1 + drivers/watchdog/cadence_wdt.c | 9 +- drivers/watchdog/davinci_wdt.c | 9 +- drivers/watchdog/imx7ulp_wdt.c | 79 +++++++-- drivers/watchdog/it87_wdt.c | 6 +- drivers/watchdog/pcwd_usb.c | 2 +- drivers/watchdog/rdc321x_wdt.c | 5 +- drivers/watchdog/renesas_wdt.c | 12 +- drivers/watchdog/rti_wdt.c | 14 +- drivers/watchdog/sp5100_tco.c | 18 ++ drivers/watchdog/sp5100_tco.h | 2 +- drivers/watchdog/visconti_wdt.c | 195 +++++++++++++++++++++ drivers/watchdog/watchdog_dev.c | 8 +- 15 files changed, 374 insertions(+), 48 deletions(-) create mode 100644 Documentation/devicetree/bindings/watchdog/toshiba,visconti-wdt.yaml create mode 100644 drivers/watchdog/visconti_wdt.c ---------------------------------------------------------------- Kind regards, Wim.