Hi Linus,

Please pull the watchdog changes for the v4.18 release cycle.

This series contains:
* renesas_wdt: Add support for the R8A77965 WDT and R-Car Gen2
* renesas-wdt: Remove R-Car M2-W ES2.x from blacklist
* watchdog: Simplify getting .drvdata
* sp805: Add restart handler
* hpwdt: Claim NMIs generated by iLO5
* mena21_wdt: Drop unnecessary mutex lock
* da9062 & da9063: Fixes and general cleanups.

The output from git request-pull:
----------------------------------------------------------------

The following changes since commit 771c577c23bac90597c685971d7297ea00f99d11:

  Linux 4.17-rc6 (2018-05-20 15:31:38 -0700)

are available in the git repository at:

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

for you to fetch changes up to 16a7eec2fcd020c73cf0ca38bf774775167d22eb:

  watchdog: da9063: remove duplicated timeout_to_sel calls (2018-06-07 12:41:43 
+0200)

----------------------------------------------------------------
linux-watchdog 4.18-rc1 tag

----------------------------------------------------------------
Fabrizio Castro (1):
      dt-bindings: watchdog: renesas-wdt: Add R-Car Gen2 support

Geert Uytterhoeven (1):
      watchdog: renesas-wdt: Remove R-Car M2-W ES2.x from blacklist

Jerry Hoemann (1):
      watchdog: hpwdt: Claim NMIs generated by iLO5

Jia-Ju Bai (1):
      watchdog: mena21_wdt: Drop unnecessary mutex lock

Jongsung Kim (1):
      watchdog: sp805: add restart handler

Marco Felsch (5):
      watchdog: da9063: Fix setting/changing timeout
      watchdog: da9063: Fix updating timeout value
      watchdog: da9063: Fix timeout handling during probe
      watchdog: da9063: rename helper function to avoid misunderstandings
      watchdog: da9063: remove duplicated timeout_to_sel calls

Michael Grzeschik (1):
      watchdog: da9062: remove unused code

Wolfram Sang (2):
      watchdog: simplify getting .drvdata
      watchdog: renesas-wdt: Add support for the R8A77965 WDT

 .../devicetree/bindings/watchdog/renesas-wdt.txt   | 23 ++++---
 drivers/watchdog/cadence_wdt.c                     |  6 +-
 drivers/watchdog/da9062_wdt.c                      | 10 ---
 drivers/watchdog/da9063_wdt.c                      | 73 ++++++++++++++++++----
 drivers/watchdog/hpwdt.c                           |  2 +-
 drivers/watchdog/mena21_wdt.c                      | 18 ------
 drivers/watchdog/of_xilinx_wdt.c                   |  6 +-
 drivers/watchdog/renesas_wdt.c                     |  2 +-
 drivers/watchdog/sp805_wdt.c                       | 14 +++++
 drivers/watchdog/wdat_wdt.c                        |  6 +-
 10 files changed, 100 insertions(+), 60 deletions(-)

Reply via email to