Hi Wim, I have a number of patches pending in my watchdog-next branch which are not in your watchdog-next repository. Below is a summary, rebased onto your repository. This does not include the patches I had submitted. Please consider those patches for v4.5. Thanks, Guenter --- The following changes since commit 62e21f5d90f162208e43b8a248b01e1a4a24ecbd: watchdog: cadence_wdt: use to_platform_device() (2015-12-27 21:15:34 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git for you to fetch changes up to dffb1339276a535f54497a4d1520118a5e04fbc6: watchdog: atlas7: add watchdog driver of CSRatlas7 (2015-12-27 15:08:50 -0800) ---------------------------------------------------------------- Carlo Caione (2): watchdog: meson: Enable meson SoC specific data watchdog: meson: Add meson8b SoC specific data Damien Riegel (1): watchdog: ts4800: add driver for TS-4800 watchdog Guo Zeng (1): watchdog: atlas7: add watchdog driver of CSRatlas7 Mans Rullgard (1): watchdog: add support for Sigma Designs SMP86xx/SMP87xx Martyn Welch (2): Add binding documentation for Zodiac Watchdog Timer watchdog: Zodiac Aerospace RAVE Switch Watchdog Processor Driver Måns Rullgård (1): devicetree: watchdog: add binding for Sigma Designs SMP8642 watchdog Oleksij Rempel (2): watchdog: add Alphascale asm9260-wdt driver DT: watchdog: add Alphascale asm9260 watchdog binding documentation. .../bindings/watchdog/alphascale-asm9260.txt | 35 ++ .../bindings/watchdog/sigma,smp8642-wdt.txt | 18 + .../devicetree/bindings/watchdog/ts4800-wdt.txt | 25 ++ .../devicetree/bindings/watchdog/ziirave-wdt.txt | 19 + drivers/watchdog/Kconfig | 51 +++ drivers/watchdog/Makefile | 5 + drivers/watchdog/asm9260_wdt.c | 403 +++++++++++++++++++++ drivers/watchdog/atlas7_wdt.c | 242 +++++++++++++ drivers/watchdog/meson_wdt.c | 65 +++- drivers/watchdog/tangox_wdt.c | 225 ++++++++++++ drivers/watchdog/ts4800_wdt.c | 215 +++++++++++ drivers/watchdog/ziirave_wdt.c | 381 +++++++++++++++++++ 12 files changed, 1667 insertions(+), 17 deletions(-) create mode 100644 Documentation/devicetree/bindings/watchdog/alphascale-asm9260.txt create mode 100644 Documentation/devicetree/bindings/watchdog/sigma,smp8642-wdt.txt create mode 100644 Documentation/devicetree/bindings/watchdog/ts4800-wdt.txt create mode 100644 Documentation/devicetree/bindings/watchdog/ziirave-wdt.txt create mode 100644 drivers/watchdog/asm9260_wdt.c create mode 100644 drivers/watchdog/atlas7_wdt.c create mode 100644 drivers/watchdog/tangox_wdt.c create mode 100644 drivers/watchdog/ts4800_wdt.c create mode 100644 drivers/watchdog/ziirave_wdt.c -- To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html