linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL REQUEST] watchdog - v6.7 release cycle.
@ 2023-11-08 19:46 Wim Van Sebroeck
  2023-11-09 22:28 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Wim Van Sebroeck @ 2023-11-08 19:46 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Andrew Morton, LKML, Linux Watchdog Mailing List, Guenter Roeck,
	Andy Shevchenko, Bharat Bhushan, Dan Carpenter, Darren Hart,
	George Cherian, Huqiang Qin, Jacky Bai, Janne Grunau,
	Jinjie Ruan, Linus Walleij, Matti Lehtimäki, Michael Shych,
	Rob Herring, Srinivas Neeli, Werner Fischer, Xing Tong Wu,
	Zev Weiss

Hi Linus,

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

This series contains:
* Add support for Amlogic C3 and S4 SoCs
* add IT8613 ID
* Add MSM8226 and MSM8974 compatibles
* Other small fixes and improvements

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

  Linux 6.6-rc2 (2023-09-17 14:40:24 -0700)

are available in the git repository at:

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

for you to fetch changes up to 9d08e5909c81188eb1df26ef9d1c8df58ea5a44d:

  dt-bindings: watchdog: Add support for Amlogic C3 and S4 SoCs (2023-10-29 19:45:12 +0100)

----------------------------------------------------------------
linux-watchdog 6.7-rc1 tag

----------------------------------------------------------------
Andy Shevchenko (1):
      watchdog: gpio_wdt: Make use of device properties

Bharat Bhushan (1):
      drivers: watchdog: marvell_gti: fix zero pretimeout handling

Dan Carpenter (1):
      watchdog: marvell_gti_wdt: Fix error code in probe()

Darren Hart (1):
      sbsa_gwdt: Calculate timeout with 64-bit math

George Cherian (1):
      drivers: watchdog: marvell_gti: Program the max_hw_heartbeat_ms

Huqiang Qin (1):
      dt-bindings: watchdog: Add support for Amlogic C3 and S4 SoCs

Jacky Bai (3):
      watchdog: imx_sc_wdt: continue if the wdog already enabled
      wdog: imx7ulp: Enable wdog int_en bit for watchdog any reset
      dt-bindings: watchdog: fsl-imx7ulp-wdt: Add 'fsl,ext-reset-output'

Janne Grunau (1):
      watchdog: apple: Deactivate on suspend

Jinjie Ruan (4):
      watchdog: at91sam9_wdt: Use the devm_clk_get_enabled() helper function
      watchdog: ath79_wdt: Use the devm_clk_get_enabled() helper function
      watchdog: sunplus: Use the devm_clk_get_enabled() helper function
      Watchdog: marvell_gti_wdt: Remove redundant dev_err_probe() for platform_get_irq()

Linus Walleij (1):
      watchdog: ixp4xx: Make sure restart always works

Matti Lehtimäki (1):
      dt-bindings: watchdog: qcom-wdt: Add MSM8226 and MSM8974 compatibles

Michael Shych (1):
      watchdog: mlx-wdt: Parameter desctiption warning fix

Rob Herring (2):
      watchdog: st_lpc: Use device_get_match_data()
      watchdog: marvell_gti: Replace of_platform.h with explicit includes

Srinivas Neeli (1):
      watchdog: of_xilinx_wdt: Remove unnecessary clock disable call in the remove path

Werner Fischer (1):
      watchdog: it87_wdt: add IT8613 ID

Xing Tong Wu (1):
      watchdog: wdat_wdt: Add timeout value as a param in ping method

Zev Weiss (2):
      dt-bindings: watchdog: aspeed-wdt: Add aspeed,reset-mask property
      watchdog: aspeed: Add support for aspeed,reset-mask DT property

 .../bindings/watchdog/amlogic,meson-gxbb-wdt.yaml  | 12 ++-
 .../devicetree/bindings/watchdog/aspeed-wdt.txt    | 18 ++++-
 .../bindings/watchdog/fsl-imx7ulp-wdt.yaml         |  5 ++
 .../devicetree/bindings/watchdog/qcom-wdt.yaml     |  2 +
 drivers/watchdog/apple_wdt.c                       | 25 ++++++
 drivers/watchdog/aspeed_wdt.c                      | 11 +++
 drivers/watchdog/at91sam9_wdt.c                    | 20 ++---
 drivers/watchdog/ath79_wdt.c                       | 19 +----
 drivers/watchdog/gpio_wdt.c                        | 16 ++--
 drivers/watchdog/imx7ulp_wdt.c                     |  8 ++
 drivers/watchdog/imx_sc_wdt.c                      |  5 +-
 drivers/watchdog/it87_wdt.c                        |  8 +-
 drivers/watchdog/ixp4xx_wdt.c                      | 28 ++++++-
 drivers/watchdog/marvell_gti_wdt.c                 | 14 +++-
 drivers/watchdog/mlx_wdt.c                         |  1 +
 drivers/watchdog/of_xilinx_wdt.c                   | 13 ++-
 drivers/watchdog/sbsa_gwdt.c                       |  4 +-
 drivers/watchdog/st_lpc_wdt.c                      | 11 +--
 drivers/watchdog/sunplus_wdt.c                     | 17 +---
 drivers/watchdog/wdat_wdt.c                        |  2 +-
 include/dt-bindings/watchdog/aspeed-wdt.h          | 92 ++++++++++++++++++++++
 21 files changed, 248 insertions(+), 83 deletions(-)
 create mode 100644 include/dt-bindings/watchdog/aspeed-wdt.h
----------------------------------------------------------------

Kind regards,
Wim.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL REQUEST] watchdog - v6.7 release cycle.
  2023-11-08 19:46 [GIT PULL REQUEST] watchdog - v6.7 release cycle Wim Van Sebroeck
@ 2023-11-09 22:28 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-11-09 22:28 UTC (permalink / raw)
  To: Wim Van Sebroeck
  Cc: Linus Torvalds, Andrew Morton, LKML, Linux Watchdog Mailing List,
	Guenter Roeck, Andy Shevchenko, Bharat Bhushan, Dan Carpenter,
	Darren Hart, George Cherian, Huqiang Qin, Jacky Bai,
	Janne Grunau, Jinjie Ruan, Linus Walleij, Matti Lehtimäki,
	Michael Shych, Rob Herring, Srinivas Neeli, Werner Fischer,
	Xing Tong Wu, Zev Weiss

The pull request you sent on Wed, 8 Nov 2023 20:46:39 +0100:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-09 22:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-08 19:46 [GIT PULL REQUEST] watchdog - v6.7 release cycle Wim Van Sebroeck
2023-11-09 22:28 ` pr-tracker-bot

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).