linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL REQUEST] watchdog - v5.10 Merge window
@ 2020-10-21 12:54 Wim Van Sebroeck
  2020-10-21 18:35 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Wim Van Sebroeck @ 2020-10-21 12:54 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Andrew Morton, LKML, Linux Watchdog Mailing List, Guenter Roeck,
	Anson Huang, Christophe JAILLET, Dinghao Liu, Hanspeter Portner,
	Hanspeter Portner, Krzysztof Kozlowski, Madhuparna Bhowmik,
	Nobuhiro Iwamatsu, Wolfram Sang, Zhen Lei

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.


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

* Re: [GIT PULL REQUEST] watchdog - v5.10 Merge window
  2020-10-21 12:54 [GIT PULL REQUEST] watchdog - v5.10 Merge window Wim Van Sebroeck
@ 2020-10-21 18:35 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-10-21 18:35 UTC (permalink / raw)
  To: Wim Van Sebroeck
  Cc: Linus Torvalds, Andrew Morton, LKML, Linux Watchdog Mailing List,
	Guenter Roeck, Anson Huang, Christophe JAILLET, Dinghao Liu,
	Hanspeter Portner, Hanspeter Portner, Krzysztof Kozlowski,
	Madhuparna Bhowmik, Nobuhiro Iwamatsu, Wolfram Sang, Zhen Lei

The pull request you sent on Wed, 21 Oct 2020 14:54:11 +0200:

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

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

Thank you!

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

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

end of thread, other threads:[~2020-10-21 18:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-21 12:54 [GIT PULL REQUEST] watchdog - v5.10 Merge window Wim Van Sebroeck
2020-10-21 18:35 ` 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).