public inbox for linux-kernel@vger.kernel.org
 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>,
	Alexander Sverdlin <alexander.sverdlin@siemens.com>,
	Chen Ni <nichen@iscas.ac.cn>, Fabio Estevam <festevam@denx.de>,
	Frank Li <Frank.Li@nxp.com>, Jonas Blixt <jonas.blixt@actia.se>,
	Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>,
	Marek Vasut <marex@denx.de>,
	Nikita Shubin <nikita.shubin@maquefel.me>,
	Shen Lichuan <shenlichuan@vivo.com>
Subject: [GIT PULL REQUEST] watchdog - v6.12 release cycle.
Date: Sun, 22 Sep 2024 11:53:41 +0200	[thread overview]
Message-ID: <20240922095341.GA1554@www.linux-watchdog.org> (raw)

Hi Linus,

Please pull following watchdog changes for the v6.12 release cycle.

This series contains:
* Add Watchdog Timer driver for RZ/V2H(P)
* Add Cirrus EP93x
* Some small fixes and improvements

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

  Merge tag 'bcachefs-2024-09-09' of git://evilpiepirate.org/bcachefs (2024-09-09 09:49:23 -0700)

are available in the git repository at:

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

for you to fetch changes up to 134d2531ef82043e8bf219497a4f1eb8fe21a6b7:

  watchdog: Convert comma to semicolon (2024-09-17 13:41:31 +0200)

----------------------------------------------------------------
linux-watchdog 6.12-rc1 tag

----------------------------------------------------------------
Alexander Sverdlin (1):
      watchdog: imx_sc_wdt: detect if already running

Chen Ni (2):
      watchdog: iTCO_wdt: Convert comma to semicolon
      drivers: watchdog: marvell_gti: Convert comma to semicolon

Fabio Estevam (1):
      watchdog: imx2_wdt: Remove __maybe_unused notations

Frank Li (1):
      watchdog: imx7ulp_wdt: move post_rcs_wait into struct imx_wdt_hw_feature

Jonas Blixt (1):
      watchdog: imx_sc_wdt: Don't disable WDT in suspend

Lad Prabhakar (3):
      dt-bindings: watchdog: renesas,wdt: Document RZ/V2H(P) SoC
      watchdog: Add Watchdog Timer driver for RZ/V2H(P)
      watchdog: rzv2h_wdt: Add missing MODULE_LICENSE tag to fix modpost error

Marek Vasut (1):
      dt-bindings: watchdog: stm32-iwdg: Document interrupt and wakeup properties

Nikita Shubin (1):
      dt-bindings: watchdog: Add Cirrus EP93x

Shen Lichuan (1):
      watchdog: Convert comma to semicolon

 .../bindings/watchdog/cirrus,ep9301-wdt.yaml       |  42 ++++
 .../devicetree/bindings/watchdog/renesas,wdt.yaml  |  17 +-
 .../bindings/watchdog/st,stm32-iwdg.yaml           |   6 +
 drivers/watchdog/Kconfig                           |   9 +
 drivers/watchdog/Makefile                          |   1 +
 drivers/watchdog/iTCO_wdt.c                        |   4 +-
 drivers/watchdog/imx2_wdt.c                        |  10 +-
 drivers/watchdog/imx7ulp_wdt.c                     |  21 +-
 drivers/watchdog/imx_sc_wdt.c                      |  46 ++--
 drivers/watchdog/marvell_gti_wdt.c                 |   4 +-
 drivers/watchdog/pm8916_wdt.c                      |   2 +-
 drivers/watchdog/rzv2h_wdt.c                       | 273 +++++++++++++++++++++
 12 files changed, 388 insertions(+), 47 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/watchdog/cirrus,ep9301-wdt.yaml
 create mode 100644 drivers/watchdog/rzv2h_wdt.c
----------------------------------------------------------------

Kind regards,
Wim.


             reply	other threads:[~2024-09-22 10:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-22  9:53 Wim Van Sebroeck [this message]
2024-09-23 22:34 ` [GIT PULL REQUEST] watchdog - v6.12 release cycle 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=20240922095341.GA1554@www.linux-watchdog.org \
    --to=wim@linux-watchdog.org \
    --cc=Frank.Li@nxp.com \
    --cc=akpm@linux-foundation.org \
    --cc=alexander.sverdlin@siemens.com \
    --cc=festevam@denx.de \
    --cc=jonas.blixt@actia.se \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=marex@denx.de \
    --cc=nichen@iscas.ac.cn \
    --cc=nikita.shubin@maquefel.me \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=shenlichuan@vivo.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