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>,
	Allen-KH Cheng <allen-kh.cheng@mediatek.com>,
	AngeloGioacchino Del Regno 
	<angelogioacchino.delregno@collabora.com>,
	Eddie James <eajames@linux.ibm.com>,
	Marcus Folkesson <marcus.folkesson@gmail.com>,
	Mika Westerberg <mika.westerberg@linux.intel.com>,
	Paul Cercueil <paul@crapouillou.net>,
	Runyang Chen <runyang.chen@mediatek.com>,
	Thomas Kastner <thomas.kastner@advantech.com>
Subject: [GIT PULL REQUEST] watchdog - v6.2 release cycle.
Date: Fri, 16 Dec 2022 18:03:48 +0100	[thread overview]
Message-ID: <20221216170348.GA21326@www.linux-watchdog.org> (raw)

Hi Linus,

Please pull following watchdog changes for the v5.19 release cycle.

This series contains:
* Add Advantech EC watchdog driver
* Add support for MT6795 Helio X10 watchdog and toprgu
* Add support for MT8188 watchdog device
* Remove #ifdef guards for PM related functions
* Other fixes and improvements

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

  Linux 6.1-rc4 (2022-11-06 15:07:11 -0800)

are available in the git repository at:

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

for you to fetch changes up to 9ec0b7e06835b857f892feb2fe6121db1393425d:

  watchdog: aspeed: Enable pre-timeout interrupt (2022-11-19 15:30:41 +0100)

----------------------------------------------------------------
linux-watchdog 6.2-rc1 tag

----------------------------------------------------------------
Allen-KH Cheng (1):
      dt-bindings: watchdog: mediatek,mtk-wdt: Add compatible for MT8173

AngeloGioacchino Del Regno (3):
      watchdog: mtk_wdt: Add support for MT6795 Helio X10 watchdog and toprgu
      dt-bindings: watchdog: mediatek: Convert mtk-wdt to json-schema
      dt-bindings: watchdog: mediatek,mtk-wdt: Add compatible for MT6795

Eddie James (1):
      watchdog: aspeed: Enable pre-timeout interrupt

Marcus Folkesson (1):
      watchdog: rn5t618: add support for read out bootstatus

Mika Westerberg (1):
      watchdog: iTCO_wdt: Set NO_REBOOT if the watchdog is not already running

Paul Cercueil (4):
      watchdog: at91rm9200: Remove #ifdef guards for PM related functions
      watchdog: twl4030: Remove #ifdef guards for PM related functions
      watchdog: omap: Remove #ifdef guards for PM related functions
      watchdog: kempld: Remove #ifdef guards for PM related functions

Runyang Chen (3):
      dt-bindings: watchdog: Add compatible for MediaTek MT8188
      dt-bindings: reset: mt8188: add toprgu reset-controller header file
      watchdog: mediatek: mt8188: add wdt support

Thomas Kastner (1):
      watchdog: Add Advantech EC watchdog driver

 .../bindings/watchdog/mediatek,mtk-wdt.yaml        |  80 ++++++++
 .../devicetree/bindings/watchdog/mtk-wdt.txt       |  42 -----
 drivers/watchdog/Kconfig                           |   7 +
 drivers/watchdog/Makefile                          |   1 +
 drivers/watchdog/advantech_ec_wdt.c                | 205 +++++++++++++++++++++
 drivers/watchdog/aspeed_wdt.c                      | 104 +++++++++--
 drivers/watchdog/at91rm9200_wdt.c                  |  11 +-
 drivers/watchdog/db8500_wdt.c                      |   9 +-
 drivers/watchdog/iTCO_wdt.c                        |  21 ++-
 drivers/watchdog/kempld_wdt.c                      |  11 +-
 drivers/watchdog/mtk_wdt.c                         |  12 ++
 drivers/watchdog/omap_wdt.c                        |  11 +-
 drivers/watchdog/rn5t618_wdt.c                     |  12 ++
 drivers/watchdog/twl4030_wdt.c                     |   9 +-
 include/dt-bindings/reset/mt8188-resets.h          |  36 ++++
 include/linux/mfd/rn5t618.h                        |   9 +
 16 files changed, 474 insertions(+), 106 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/watchdog/mediatek,mtk-wdt.yaml
 delete mode 100644 Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
 create mode 100644 drivers/watchdog/advantech_ec_wdt.c
 create mode 100644 include/dt-bindings/reset/mt8188-resets.h
----------------------------------------------------------------

Kind regards,
Wim.


             reply	other threads:[~2022-12-16 19:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-16 17:03 Wim Van Sebroeck [this message]
2022-12-17 14:40 ` 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=20221216170348.GA21326@www.linux-watchdog.org \
    --to=wim@linux-watchdog.org \
    --cc=akpm@linux-foundation.org \
    --cc=allen-kh.cheng@mediatek.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=eajames@linux.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=marcus.folkesson@gmail.com \
    --cc=mika.westerberg@linux.intel.com \
    --cc=paul@crapouillou.net \
    --cc=runyang.chen@mediatek.com \
    --cc=thomas.kastner@advantech.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®