mirror of https://lore.kernel.org/lkml/
 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>,
	Ansuel Smith <ansuelsmth@gmail.com>,
	Chris Packham <chris.packham@alliedtelesis.co.nz>,
	Dmitry Safonov <dima@arista.com>,
	Linus Walleij <linus.walleij@linaro.org>,
	Loic Poulain <loic.poulain@linaro.org>,
	Lucas Stach <l.stach@pengutronix.de>,
	Stephen Boyd <swboyd@chromium.org>, Tero Kristo <t-kristo@ti.com>,
	Tomer Maimon <tmaimon77@gmail.com>
Subject: [GIT PULL REQUEST] watchdog - v5.7 Merge window
Date: Wed, 8 Apr 2020 11:27:03 +0200	[thread overview]
Message-ID: <20200408092702.GA27984@www.linux-watchdog.org> (raw)

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.


             reply	other threads:[~2020-04-08 10:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-08  9:27 Wim Van Sebroeck [this message]
2020-04-09  4:55 ` 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=20200408092702.GA27984@www.linux-watchdog.org \
    --to=wim@linux-watchdog.org \
    --cc=Anson.Huang@nxp.com \
    --cc=akpm@linux-foundation.org \
    --cc=ansuelsmth@gmail.com \
    --cc=chris.packham@alliedtelesis.co.nz \
    --cc=dima@arista.com \
    --cc=l.stach@pengutronix.de \
    --cc=linus.walleij@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=loic.poulain@linaro.org \
    --cc=swboyd@chromium.org \
    --cc=t-kristo@ti.com \
    --cc=tmaimon77@gmail.com \
    --cc=torvalds@linux-foundation.org \
    /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

all inboxes | Powered by JetHome®