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>,
"Alexey Khoroshilov" <khoroshilov@ispras.ru>,
"Chris Brandt" <chris.brandt@renesas.com>,
"Christophe Leroy" <christophe.leroy@c-s.fr>,
"Hauke Mehrtens" <hauke@hauke-m.de>,
"Jean Delvare" <jdelvare@suse.de>,
"Jerry Hoemann" <jerry.hoemann@hpe.com>,
"Kuninori Morimoto" <kuninori.morimoto.gx@renesas.com>,
"Marek Behún" <marek.behun@nic.cz>,
"Robert P. J. Day" <rpjday@crashcourse.ca>,
"Romain Izard" <romain.izard.pro@gmail.com>,
"Wolfram Sang" <wsa+renesas@sang-engineering.com>
Subject: [GIT PULL REQUEST] watchdog - v4.20 Merge window
Date: Sat, 27 Oct 2018 13:27:24 +0200 [thread overview]
Message-ID: <20181027112724.GA26504@www.linux-watchdog.org> (raw)
Hi Linus,
Please pull the watchdog changes for the v4.20 (or 5.00) release cycle.
This series contains:
* Add Armada 37xx CPU watchdog
* w83627hf_wdt: Add Support for NCT6796D, NCT6797D, NCT6798D
* hpwdt: several improvements
* renesas_wdt: SPDX identifiers, stop when unregistering, support for R7S9210
* rza_wdt: SPDX identifiers, support longer timeouts
* core: fix null pointer dereference when releasing cdev
* iTCO_wdt: Drop option vendorsupport=2
* sama5d4: fix timeout-sec usage
* lantiq_wdt: convert to watchdog framework
* several small fixes
The output from git request-pull:
----------------------------------------------------------------
The following changes since commit 17b57b1883c1285f3d0dc2266e8f79286a7bef38:
Linux 4.19-rc6 (2018-09-30 07:15:35 -0700)
are available in the git repository at:
git://www.linux-watchdog.org/linux-watchdog.git tags/linux-watchdog-4.20-rc1
for you to fetch changes up to cd6ba41c192deca20d9add5554bc8c51d0f07de2:
watchdog: ts4800: release syscon device node in ts4800_wdt_probe() (2018-10-22 10:16:28 +0200)
----------------------------------------------------------------
linux-watchdog 4.20-rc1 tag
----------------------------------------------------------------
Alexey Khoroshilov (1):
watchdog: ts4800: release syscon device node in ts4800_wdt_probe()
Chris Brandt (2):
watchdog: rza_wdt: Support longer timeouts
dt-bindings: watchdog: renesas-wdt: Add support for R7S9210
Christophe Leroy (3):
watchdog: mpc8xxx: use dev_xxxx() instead of pr_xxxx()
watchdog: mpc8xxx: provide boot status
dt-bindings: watchdog: add mpc8xxx-wdt support
Guenter Roeck (2):
watchdog: w83627hf_wdt: Support NCT6796D, NCT6797D, NCT6798D
MAINTAINERS: Fix file pattern for MEN Z069 watchdog driver
Hauke Mehrtens (3):
watchdog: lantiq: update register names to better match spec
watchdog: lantiq: Convert to watchdog_device
watchdog: lantiq: add get_timeleft callback
Jean Delvare (2):
watchdog: iTCO_wdt: Drop option vendorsupport=2
watchdog: iTCO_wdt: Remove unused hooks
Jerry Hoemann (7):
watchdog: hpwdt: Initialize pretimeout from module parameter.
watchdog: hpwdt: Claim NMI from iLO
watchdog: hpwdt: Display module parameters.
watchdog: hpwdt: Module paramerter alias.
watchdog: hpwdt: Update version number.
watchdog: hpwdt: Update Driver Documentation.
watchdog: hpwdt: Disable PreTimeout when Timeout is smaller
Kuninori Morimoto (1):
watchdog: rza_wdt: convert to SPDX identifiers
Marek Behún (4):
watchdog: Add support for Armada 37xx CPU watchdog
dt-bindings: watchdog: Document armada-37xx-wdt binding
documentation: watchdog: add documentation for armada-37xx-wdt
watchdog: armada_37xx_wdt: use do_div for u64 division
Robert P. J. Day (1):
watchdog: fix a small number of "watchog" typos in comments
Romain Izard (1):
watchdog: sama5d4: fix timeout-sec usage
Wolfram Sang (3):
watchdog: renesas_wdt: use SPDX identifier for Renesas drivers
watchdog: core: fix null pointer dereference when releasing cdev
watchdog: renesas_wdt: stop when unregistering
.../bindings/watchdog/armada-37xx-wdt.txt | 23 ++
.../devicetree/bindings/watchdog/mpc8xxx-wdt.txt | 25 ++
.../devicetree/bindings/watchdog/renesas-wdt.txt | 1 +
Documentation/watchdog/hpwdt.txt | 93 ++---
Documentation/watchdog/watchdog-parameters.txt | 5 +
MAINTAINERS | 2 +-
drivers/watchdog/Kconfig | 12 +
drivers/watchdog/Makefile | 1 +
drivers/watchdog/armada_37xx_wdt.c | 388 +++++++++++++++++++++
drivers/watchdog/booke_wdt.c | 2 +-
drivers/watchdog/hpwdt.c | 24 +-
drivers/watchdog/iTCO_vendor.h | 4 -
drivers/watchdog/iTCO_vendor_support.c | 168 +--------
drivers/watchdog/iTCO_wdt.c | 4 -
drivers/watchdog/lantiq_wdt.c | 311 ++++++++---------
drivers/watchdog/mpc8xxx_wdt.c | 46 ++-
drivers/watchdog/renesas_wdt.c | 6 +-
drivers/watchdog/rza_wdt.c | 93 +++--
drivers/watchdog/sama5d4_wdt.c | 6 +-
drivers/watchdog/ts4800_wdt.c | 1 +
drivers/watchdog/via_wdt.c | 4 +-
drivers/watchdog/w83627hf_wdt.c | 8 +-
drivers/watchdog/watchdog_dev.c | 10 +-
23 files changed, 783 insertions(+), 454 deletions(-)
create mode 100644 Documentation/devicetree/bindings/watchdog/armada-37xx-wdt.txt
create mode 100644 Documentation/devicetree/bindings/watchdog/mpc8xxx-wdt.txt
create mode 100644 drivers/watchdog/armada_37xx_wdt.c
next reply other threads:[~2018-10-27 20:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-27 11:27 Wim Van Sebroeck [this message]
2018-10-27 17:26 ` [GIT PULL REQUEST] watchdog - v4.20 Merge window Linus Torvalds
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=20181027112724.GA26504@www.linux-watchdog.org \
--to=wim@linux-watchdog.org \
--cc=akpm@linux-foundation.org \
--cc=chris.brandt@renesas.com \
--cc=christophe.leroy@c-s.fr \
--cc=hauke@hauke-m.de \
--cc=jdelvare@suse.de \
--cc=jerry.hoemann@hpe.com \
--cc=khoroshilov@ispras.ru \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=marek.behun@nic.cz \
--cc=romain.izard.pro@gmail.com \
--cc=rpjday@crashcourse.ca \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.