Linux-Watchdog 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>,
	"Andy Shevchenko" <andriy.shevchenko@linux.intel.com>,
	"Bharat Bhushan" <bbhushan2@marvell.com>,
	"Dan Carpenter" <dan.carpenter@linaro.org>,
	"Darren Hart" <darren@os.amperecomputing.com>,
	"George Cherian" <george.cherian@marvell.com>,
	"Huqiang Qin" <huqiang.qin@amlogic.com>,
	"Jacky Bai" <ping.bai@nxp.com>, "Janne Grunau" <j@jannau.net>,
	"Jinjie Ruan" <ruanjinjie@huawei.com>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Matti Lehtimäki" <matti.lehtimaki@gmail.com>,
	"Michael Shych" <michaelsh@nvidia.com>,
	"Rob Herring" <robh@kernel.org>,
	"Srinivas Neeli" <srinivas.neeli@amd.com>,
	"Werner Fischer" <devlists@wefi.net>,
	"Xing Tong Wu" <xingtong.wu@siemens.com>,
	"Zev Weiss" <zev@bewilderbeest.net>
Subject: [GIT PULL REQUEST] watchdog - v6.7 release cycle.
Date: Wed, 8 Nov 2023 20:46:39 +0100	[thread overview]
Message-ID: <20231108194639.GA29922@www.linux-watchdog.org> (raw)

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.


             reply	other threads:[~2023-11-08 19:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-08 19:46 Wim Van Sebroeck [this message]
2023-11-09 22:28 ` [GIT PULL REQUEST] watchdog - v6.7 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=20231108194639.GA29922@www.linux-watchdog.org \
    --to=wim@linux-watchdog.org \
    --cc=akpm@linux-foundation.org \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=bbhushan2@marvell.com \
    --cc=dan.carpenter@linaro.org \
    --cc=darren@os.amperecomputing.com \
    --cc=devlists@wefi.net \
    --cc=george.cherian@marvell.com \
    --cc=huqiang.qin@amlogic.com \
    --cc=j@jannau.net \
    --cc=linus.walleij@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=matti.lehtimaki@gmail.com \
    --cc=michaelsh@nvidia.com \
    --cc=ping.bai@nxp.com \
    --cc=robh@kernel.org \
    --cc=ruanjinjie@huawei.com \
    --cc=srinivas.neeli@amd.com \
    --cc=torvalds@linux-foundation.org \
    --cc=xingtong.wu@siemens.com \
    --cc=zev@bewilderbeest.net \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).