All of lore.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>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Ben Wolsieffer <ben.wolsieffer@hefring.com>,
	Christophe JAILLET <christophe.jaillet@wanadoo.fr>,
	Jerry Hoemann <jerry.hoemann@hpe.com>,
	Ji Sheng Teoh <jisheng.teoh@starfivetech.com>,
	Kathiravan Thirumoorthy <quic_kathirav@quicinc.com>,
	Minh Le <minh.le.aj@renesas.com>,
	Stanislav Jakubek <stano.jakubek@gmail.com>,
	Varshini Rajendran <varshini.rajendran@microchip.com>,
	Yang Li <yang.lee@linux.alibaba.com>,
	Yang Xiwen <forbidden405@outlook.com>
Subject: [GIT PULL REQUEST] watchdog - v6.9 release cycle.
Date: Sun, 17 Mar 2024 12:24:37 +0100	[thread overview]
Message-ID: <20240317112437.GA9174@www.linux-watchdog.org> (raw)

Hi Linus,

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

This series contains:
* core: Remove usage of the deprecated ida_simple_xx() API
* Add kernel-doc for wdt_set_timeout()
* Add support for R-Car V4M,  StarFive's JH8100 and sam9x7-wdt
* Fixes and small improvements

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

  Linux 6.8-rc2 (2024-01-28 17:01:12 -0800)

are available in the git repository at:

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

for you to fetch changes up to 6fe5aabf7fc645562faec50c79c7a21a4dd1cab6:

  watchdog: intel-mid_wdt: Get platform data via dev_get_platdata() (2024-03-10 11:14:46 +0100)

----------------------------------------------------------------
linux-watchdog 6.9-rc1 tag

----------------------------------------------------------------
Andy Shevchenko (3):
      watchdog: intel-mid_wdt: Remove unused intel-mid.h
      watchdog: intel-mid_wdt: Don't use "proxy" headers
      watchdog: intel-mid_wdt: Get platform data via dev_get_platdata()

Ben Wolsieffer (1):
      watchdog: stm32_iwdg: initialize default timeout

Christophe JAILLET (1):
      watchdog: core: Remove usage of the deprecated ida_simple_xx() API

Jerry Hoemann (1):
      watchdog/hpwdt: Support Suspend and Resume

Ji Sheng Teoh (3):
      watchdog: starfive: Check pm_runtime_enabled() before decrementing usage counter
      watchdog: starfive: check watchdog status before enabling in system resume
      dt-bindings: watchdog: starfive,jh7100-wdt: Add compatible for JH8100

Kathiravan Thirumoorthy (1):
      watchdog: qcom: fine tune the max timeout value calculation

Minh Le (1):
      dt-bindings: watchdog: renesas-wdt: Add support for R-Car V4M

Stanislav Jakubek (1):
      dt-bindings: watchdog: sprd,sp9860-wdt: convert to YAML

Varshini Rajendran (1):
      dt-bindings: watchdog: sama5d4-wdt: add compatible for sam9x7-wdt

Yang Li (1):
      watchdog: Add kernel-doc for wdt_set_timeout()

Yang Xiwen (2):
      watchdog: sp805_wdt: deassert the reset if available
      dt-bindings: watchdog: arm,sp805: document the reset signal

 .../devicetree/bindings/watchdog/arm,sp805.yaml    |  5 ++
 .../bindings/watchdog/atmel,sama5d4-wdt.yaml       | 12 ++--
 .../devicetree/bindings/watchdog/renesas,wdt.yaml  |  1 +
 .../bindings/watchdog/sprd,sp9860-wdt.yaml         | 64 ++++++++++++++++++++++
 .../devicetree/bindings/watchdog/sprd-wdt.txt      | 19 -------
 .../bindings/watchdog/starfive,jh7100-wdt.yaml     | 40 +++++++++++---
 drivers/watchdog/hpwdt.c                           | 25 +++++++++
 drivers/watchdog/intel-mid_wdt.c                   | 11 +++-
 drivers/watchdog/it87_wdt.c                        |  4 ++
 drivers/watchdog/qcom-wdt.c                        |  7 ++-
 drivers/watchdog/sp805_wdt.c                       |  8 +++
 drivers/watchdog/starfive-wdt.c                    | 14 ++++-
 drivers/watchdog/stm32_iwdg.c                      |  3 +
 drivers/watchdog/watchdog_core.c                   | 17 +++---
 14 files changed, 182 insertions(+), 48 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/watchdog/sprd,sp9860-wdt.yaml
 delete mode 100644 Documentation/devicetree/bindings/watchdog/sprd-wdt.txt
----------------------------------------------------------------

Kind regards,
Wim.


             reply	other threads:[~2024-03-17 11:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-17 11:24 Wim Van Sebroeck [this message]
2024-03-17 19:34 ` [GIT PULL REQUEST] watchdog - v6.9 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=20240317112437.GA9174@www.linux-watchdog.org \
    --to=wim@linux-watchdog.org \
    --cc=akpm@linux-foundation.org \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=ben.wolsieffer@hefring.com \
    --cc=christophe.jaillet@wanadoo.fr \
    --cc=forbidden405@outlook.com \
    --cc=jerry.hoemann@hpe.com \
    --cc=jisheng.teoh@starfivetech.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=minh.le.aj@renesas.com \
    --cc=quic_kathirav@quicinc.com \
    --cc=stano.jakubek@gmail.com \
    --cc=torvalds@linux-foundation.org \
    --cc=varshini.rajendran@microchip.com \
    --cc=yang.lee@linux.alibaba.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.