mbox series

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

Message ID 20200408092702.GA27984@www.linux-watchdog.org
State New
Headers show
Series [GIT,PULL,REQUEST] watchdog - v5.7 Merge window | expand

Pull-request

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

Message

Wim Van Sebroeck April 8, 2020, 9:27 a.m. UTC
Hi Linus,

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

This series contains:
* Add TI K3 RTI watchdog
* Add stop_on_reboot parameter to control reboot policy
* wm831x_wdt: Remove GPIO handling
* Several small fixes, improvements and clean-ups

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

  Linux 5.6-rc6 (2020-03-15 15:01:23 -0700)

are available in the git repository at:

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

for you to fetch changes up to 2d63908bdbfbce0d98195b22236ad5105dc6eba2:

  watchdog: Add K3 RTI watchdog support (2020-04-01 11:35:23 +0200)

----------------------------------------------------------------
linux-watchdog 5.7-rc1 tag

----------------------------------------------------------------
Anson Huang (3):
      watchdog: imx_sc_wdt: Remove unused includes
      watchdog: imx7ulp: Remove unused include of init.h
      watchdog: imx2_wdt: Drop .remove callback

Ansuel Smith (1):
      watchdog: qcom-wdt: disable pretimeout on timer platform

Chris Packham (1):
      watchdog: orion: use 0 for unset heartbeat

Dmitry Safonov (1):
      watchdog: Add stop_on_reboot parameter to control reboot policy

Linus Walleij (1):
      watchdog: wm831x_wdt: Remove GPIO handling

Loic Poulain (1):
      watchdog: pm8916_wdt: Add system sleep callbacks

Lucas Stach (1):
      watchdog: ziirave_wdt: change name to be more specific

Stephen Boyd (1):
      watchdog: qcom: Use irq flags from firmware

Tero Kristo (3):
      watchdog: reset last_hw_keepalive time at start
      dt-bindings: watchdog: Add support for TI K3 RTI watchdog
      watchdog: Add K3 RTI watchdog support

Tomer Maimon (1):
      watchdog: npcm: remove whitespaces

 .../devicetree/bindings/watchdog/ti,rti-wdt.yaml   |  65 ++++++
 drivers/watchdog/Kconfig                           |   8 +
 drivers/watchdog/Makefile                          |   1 +
 drivers/watchdog/imx2_wdt.c                        |  37 +--
 drivers/watchdog/imx7ulp_wdt.c                     |   1 -
 drivers/watchdog/imx_sc_wdt.c                      |   2 -
 drivers/watchdog/npcm_wdt.c                        |  19 +-
 drivers/watchdog/orion_wdt.c                       |   2 +-
 drivers/watchdog/pm8916_wdt.c                      |  25 ++
 drivers/watchdog/qcom-wdt.c                        |  34 ++-
 drivers/watchdog/rti_wdt.c                         | 255 +++++++++++++++++++++
 drivers/watchdog/watchdog_core.c                   |  12 +
 drivers/watchdog/watchdog_dev.c                    |   1 +
 drivers/watchdog/wm831x_wdt.c                      |  27 ---
 drivers/watchdog/ziirave_wdt.c                     |   2 +-
 include/linux/mfd/wm831x/pdata.h                   |   1 -
 16 files changed, 412 insertions(+), 80 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/watchdog/ti,rti-wdt.yaml
 create mode 100644 drivers/watchdog/rti_wdt.c
----------------------------------------------------------------

Kind regards,
Wim.