linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL REQUEST] watchdog - v5.7 Merge window
@ 2020-04-08  9:27 Wim Van Sebroeck
  2020-04-09  4:55 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Wim Van Sebroeck @ 2020-04-08  9:27 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Andrew Morton, LKML, Linux Watchdog Mailing List, Guenter Roeck,
	Anson Huang, Ansuel Smith, Chris Packham, Dmitry Safonov,
	Linus Walleij, Loic Poulain, Lucas Stach, Stephen Boyd,
	Tero Kristo, Tomer Maimon

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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL REQUEST] watchdog - v5.7 Merge window
  2020-04-08  9:27 [GIT PULL REQUEST] watchdog - v5.7 Merge window Wim Van Sebroeck
@ 2020-04-09  4:55 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-04-09  4:55 UTC (permalink / raw)
  To: Wim Van Sebroeck
  Cc: Linus Torvalds, Andrew Morton, LKML, Linux Watchdog Mailing List,
	Guenter Roeck, Anson Huang, Ansuel Smith, Chris Packham,
	Dmitry Safonov, Linus Walleij, Loic Poulain, Lucas Stach,
	Stephen Boyd, Tero Kristo, Tomer Maimon

The pull request you sent on Wed, 8 Apr 2020 11:27:03 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5602b0af9df02783df0e8fd9afc5dcadd38a3271

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-09  4:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-08  9:27 [GIT PULL REQUEST] watchdog - v5.7 Merge window Wim Van Sebroeck
2020-04-09  4:55 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).