Linux Watchdog driver development
 help / color / mirror / Atom feed
From: Wim Van Sebroeck <wim@linux-watchdog.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	LKML <linux-kernel@vger.kernel.org>,
	Linux Watchdog Mailing List <linux-watchdog@vger.kernel.org>,
	Guenter Roeck <linux@roeck-us.net>,
	Anson Huang <Anson.Huang@nxp.com>,
	Christophe JAILLET <christophe.jaillet@wanadoo.fr>,
	Dinghao Liu <dinghao.liu@zju.edu.cn>,
	Hanspeter Portner <dev@open-music-kontrollers.ch>,
	Hanspeter Portner <hanspeter.portner@livesystems.ch>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Madhuparna Bhowmik <madhuparnabhowmik10@gmail.com>,
	Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>,
	Wolfram Sang <wsa+renesas@sang-engineering.com>,
	Zhen Lei <thunder.leizhen@huawei.com>
Subject: [GIT PULL REQUEST] watchdog - v5.10 Merge window
Date: Wed, 21 Oct 2020 14:54:11 +0200	[thread overview]
Message-ID: <20201021125411.GA12717@www.linux-watchdog.org> (raw)

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.


             reply	other threads:[~2020-10-21 14:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-21 12:54 Wim Van Sebroeck [this message]
2020-10-21 18:35 ` [GIT PULL REQUEST] watchdog - v5.10 Merge window pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201021125411.GA12717@www.linux-watchdog.org \
    --to=wim@linux-watchdog.org \
    --cc=Anson.Huang@nxp.com \
    --cc=akpm@linux-foundation.org \
    --cc=christophe.jaillet@wanadoo.fr \
    --cc=dev@open-music-kontrollers.ch \
    --cc=dinghao.liu@zju.edu.cn \
    --cc=hanspeter.portner@livesystems.ch \
    --cc=krzk@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=madhuparnabhowmik10@gmail.com \
    --cc=nobuhiro1.iwamatsu@toshiba.co.jp \
    --cc=thunder.leizhen@huawei.com \
    --cc=torvalds@linux-foundation.org \
    --cc=wsa+renesas@sang-engineering.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox