mbox series

[GIT,PULL,REQUEST] watchdog - v6.12 release cycle.

Message ID 20240922095341.GA1554@www.linux-watchdog.org (mailing list archive)
State New
Headers show
Series [GIT,PULL,REQUEST] watchdog - v6.12 release cycle. | expand

Pull-request

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

Message

Wim Van Sebroeck Sept. 22, 2024, 9:53 a.m. UTC
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.

Comments

pr-tracker-bot@kernel.org Sept. 23, 2024, 10:34 p.m. UTC | #1
The pull request you sent on Sun, 22 Sep 2024 11:53:41 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f34c51252189e6f18f3983f7cb7cc46f2e54ffe9

Thank you!