linux-watchdog.vger.kernel.org archive mirror
 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>,
	Christine Zhu <Christine.Zhu@mediatek.com>,
	Curtis Klein <curtis.klein@hpe.com>,
	Grzegorz Jaszczyk <grzegorz.jaszczyk@linaro.org>,
	Jan Kiszka <jan.kiszka@siemens.com>,
	Linus Walleij <linus.walleij@linaro.org>,
	Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>,
	Rikard Falkeborn <rikard.falkeborn@gmail.com>,
	Sam Shih <sam.shih@mediatek.com>,
	Stefan Wahren <stefan.wahren@i2se.com>
Subject: [GIT PULL REQUEST] watchdog - v5.12 Merge window
Date: Tue, 7 Sep 2021 21:11:39 +0200	[thread overview]
Message-ID: <20210907191139.GA18865@www.linux-watchdog.org> (raw)

Hi Linus,

Please pull the watchdog changes for the v5.12 release cycle.

This series contains:
* Add Mediatek MT7986 & MT8195 wdt support
* Add Maxim MAX63xx
* Drop bd70528 support
* rewrite ixp4xx to watchdog framework
* Constify static struct watchdog_ops for sl28cpld_wdt, mpc8xxx_wdt and tqmx86
* Introduce watchdog_dev_suspend/resume
* Several fixes and improvements


The output from git request-pull:
----------------------------------------------------------------
The following changes since commit d992fe5318d8d7af9510b879439a3c7f283da442:

  Merge tag 'soc-fixes-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc (2021-08-19 15:32:58 -0700)

are available in the git repository at:

  git://www.linux-watchdog.org/linux-watchdog.git tags/linux-watchdog-5.15-rc1

for you to fetch changes up to 41e73feb1024929e75eaf2f7cd93f35a3feb331b:

  dt-bindings: watchdog: Add compatible for Mediatek MT7986 (2021-08-22 10:28:12 +0200)

----------------------------------------------------------------
linux-watchdog 5.15-rc1 tag

----------------------------------------------------------------
Christine Zhu (2):
      dt-bindings: reset: mt8195: add toprgu reset-controller header file
      watchdog: mediatek: mt8195: add wdt support

Curtis Klein (2):
      watchdog: only run driver set_pretimeout op if device supports it
      watchdog: Fix NULL pointer dereference when releasing cdev

Grzegorz Jaszczyk (2):
      watchdog: introduce watchdog_dev_suspend/resume
      watchdog: imx2_wdg: notify wdog core to stop ping worker on suspend

Jan Kiszka (2):
      watchdog: iTCO_wdt: Fix detection of SMI-off case
      watchdog: Start watchdog in watchdog_set_last_hw_keepalive only if appropriate

Linus Walleij (3):
      dt-bindings: watchdog: Add Maxim MAX63xx bindings
      watchdog: max63xx_wdt: Add device tree probing
      watchdog: ixp4xx: Rewrite driver to use core

Matti Vaittinen (1):
      watchdog: bd70528 drop bd70528 support

Rikard Falkeborn (3):
      watchdog: sl28cpld_wdt: Constify static struct watchdog_ops
      watchdog: mpc8xxx_wdt: Constify static struct watchdog_ops
      watchdog: tqmx86: Constify static struct watchdog_ops

Sam Shih (1):
      dt-bindings: watchdog: Add compatible for Mediatek MT7986

Stefan Wahren (1):
      watchdog: bcm2835_wdt: consider system-power-controller property

 .../bindings/watchdog/maxim,max63xx.yaml           |  44 ++++
 .../devicetree/bindings/watchdog/mtk-wdt.txt       |   1 +
 drivers/clocksource/timer-ixp4xx.c                 |  48 +++-
 drivers/watchdog/Kconfig                           |  13 +-
 drivers/watchdog/Makefile                          |   1 -
 drivers/watchdog/bcm2835_wdt.c                     |  10 +-
 drivers/watchdog/bd70528_wdt.c                     | 291 ---------------------
 drivers/watchdog/iTCO_wdt.c                        |   2 +-
 drivers/watchdog/imx2_wdt.c                        |   1 +
 drivers/watchdog/ixp4xx_wdt.c                      | 283 +++++++++-----------
 drivers/watchdog/max63xx_wdt.c                     |  24 +-
 drivers/watchdog/mpc8xxx_wdt.c                     |   2 +-
 drivers/watchdog/mtk_wdt.c                         |   6 +
 drivers/watchdog/sl28cpld_wdt.c                    |   2 +-
 drivers/watchdog/tqmx86_wdt.c                      |   2 +-
 drivers/watchdog/watchdog_core.c                   |  37 +++
 drivers/watchdog/watchdog_dev.c                    |  57 +++-
 include/dt-bindings/reset/mt8195-resets.h          |  29 ++
 include/linux/watchdog.h                           |  10 +
 19 files changed, 368 insertions(+), 495 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/watchdog/maxim,max63xx.yaml
 delete mode 100644 drivers/watchdog/bd70528_wdt.c
 create mode 100644 include/dt-bindings/reset/mt8195-resets.h
----------------------------------------------------------------

Kind regards,
Wim.


             reply	other threads:[~2021-09-07 20:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-07 19:11 Wim Van Sebroeck [this message]
2021-09-07 19:25 ` [GIT PULL REQUEST] watchdog - v5.12 Merge window Wim Van Sebroeck
2021-09-07 20:58   ` Linus Torvalds
2021-09-07 21:22 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2021-02-15 15:47 Wim Van Sebroeck
2021-02-22 18:11 ` 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=20210907191139.GA18865@www.linux-watchdog.org \
    --to=wim@linux-watchdog.org \
    --cc=Christine.Zhu@mediatek.com \
    --cc=akpm@linux-foundation.org \
    --cc=curtis.klein@hpe.com \
    --cc=grzegorz.jaszczyk@linaro.org \
    --cc=jan.kiszka@siemens.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=matti.vaittinen@fi.rohmeurope.com \
    --cc=rikard.falkeborn@gmail.com \
    --cc=sam.shih@mediatek.com \
    --cc=stefan.wahren@i2se.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;
as well as URLs for NNTP newsgroup(s).