Linux Watchdog driver development
 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>,
	"Ben Dooks" <ben.dooks@codethink.co.uk>,
	"Biju Das" <biju.das.jz@bp.renesas.com>,
	"Curtis Klein" <curtis.klein@hpe.com>,
	"Daniel Golle" <daniel@makrotopia.org>,
	"Douglas Anderson" <dianders@chromium.org>,
	"Jerry Hoemann" <jerry.hoemann@hpe.com>,
	"Johan Hovold" <johan+linaro@kernel.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>,
	"Lukas Bulwahn" <lukas.bulwahn@gmail.com>,
	"Nik Bune" <n2h9z4@gmail.com>,
	"Nikita Shubin" <nikita.shubin@maquefel.me>,
	"Randy Dunlap" <rdunlap@infradead.org>,
	"Stefan Wahren" <wahrenst@gmx.net>,
	"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	"Vignesh Raghavendra" <vigneshr@ti.com>,
	"Werner Fischer" <devlists@wefi.net>
Subject: [GIT PULL REQUEST] watchdog - v6.8 release cycle.
Date: Sat, 6 Jan 2024 14:44:11 +0100	[thread overview]
Message-ID: <20240106134410.GA19394@www.linux-watchdog.org> (raw)

Hi Linus,

Please pull following watchdog changes for the v6.8 release cycle (once the window is open :-) ).

This series contains:
* Add Mediatek MT7988 watchdog
* Add IT8659 watchdog
* watchdog: set cdev owner before adding
* hpwdt: Only claim UNKNOWN NMI if from iLO
* Various other fixes and improvements

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

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the git repository at:

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

for you to fetch changes up to 9546b21ea672aa961d5a89ea754214afed013f02:

  watchdog: mlx_wdt: fix all kernel-doc warnings (2023-12-24 10:44:40 +0100)

----------------------------------------------------------------
linux-watchdog 6.8-rc1 tag

----------------------------------------------------------------
Ben Dooks (1):
      watchdog: starfive: add lock annotations to fix context imbalances

Biju Das (2):
      dt-bindings: watchdog: dlg,da9062-watchdog: Add fallback for DA9061 watchdog
      dt-bindings: watchdog: dlg,da9062-watchdog: Document DA9063 watchdog

Curtis Klein (1):
      watchdog: set cdev owner before adding

Daniel Golle (2):
      dt-bindings: watchdog: mediatek,mtk-wdt: add MT7988 watchdog and toprgu
      watchdog: mediatek: mt7988: add wdt support

Douglas Anderson (1):
      dt-bindings: watchdog: qcom-wdt: Make the interrupt example edge triggered

Jerry Hoemann (3):
      watchdog/hpwdt: Only claim UNKNOWN NMI if from iLO
      watchdog/hpwdt: Remove redundant test.
      watchdog/hpwdt: Remove unused variable

Johan Hovold (1):
      dt-bindings: watchdog: qcom,pm8916-wdt: add parent spmi node to example

Krzysztof Kozlowski (2):
      dt-bindings: watchdog: re-order entries to match coding convention
      dt-bindings: watchdog: intel,keembay: reference common watchdog schema

Lukas Bulwahn (1):
      MAINTAINERS: rectify entry for DIALOG SEMICONDUCTOR DRIVERS

Nik Bune (3):
      dt-bindings: watchdog: realtek,rtd1295-watchdog: convert txt to yaml
      dt-bindings: watchdog: qca,ar7130-wdt: convert txt to yaml
      dt-bindings: watchdog: nxp,pnx4008-wdt: convert txt to yaml

Nikita Shubin (1):
      dt-bindings: wdt: Add ts72xx

Randy Dunlap (1):
      watchdog: mlx_wdt: fix all kernel-doc warnings

Stefan Wahren (1):
      watchdog: bcm2835_wdt: Fix WDIOC_SETTIMEOUT handling

Uwe Kleine-König (5):
      watchdog: at91sam9: Stop using module_platform_driver_probe()
      watchdog: txx9: Stop using module_platform_driver_probe()
      watchdog: at91sam9_wdt: Convert to platform remove callback returning void
      watchdog: starfive-wdt: Convert to platform remove callback returning void
      watchdog: txx9wdt: Convert to platform remove callback returning void

Vignesh Raghavendra (1):
      watchdog: rti_wdt: Drop runtime pm reference count when watchdog is unused

Werner Fischer (4):
      watchdog: it87_wdt: add blank line after variable declaration
      watchdog: it87_wdt: Remove redundant max_units setting
      watchdog: it87_wdt: Add IT8659 ID
      watchdog: it87_wdt: Keep WDTCTRL bit 3 unmodified for IT8784/IT8786

 .../bindings/watchdog/allwinner,sun4i-a10-wdt.yaml |  6 +--
 .../bindings/watchdog/alphascale,asm9260-wdt.yaml  |  6 +--
 .../devicetree/bindings/watchdog/apple,wdt.yaml    |  6 +--
 .../devicetree/bindings/watchdog/arm-smc-wdt.yaml  |  6 +--
 .../bindings/watchdog/brcm,bcm7038-wdt.yaml        | 10 ++---
 .../bindings/watchdog/cnxt,cx92755-wdt.yaml        |  6 +--
 .../bindings/watchdog/dlg,da9062-watchdog.yaml     | 12 ++++--
 .../bindings/watchdog/intel,keembay-wdt.yaml       |  5 ++-
 .../bindings/watchdog/maxim,max63xx.yaml           |  8 ++--
 .../bindings/watchdog/mediatek,mtk-wdt.yaml        |  1 +
 .../bindings/watchdog/nxp,pnx4008-wdt.yaml         | 34 ++++++++++++++++
 .../devicetree/bindings/watchdog/pnx4008-wdt.txt   | 17 --------
 .../bindings/watchdog/qca,ar7130-wdt.yaml          | 33 ++++++++++++++++
 .../bindings/watchdog/qca-ar7130-wdt.txt           | 13 -------
 .../bindings/watchdog/qcom,pm8916-wdt.yaml         | 33 +++++++++-------
 .../devicetree/bindings/watchdog/qcom-wdt.yaml     |  2 +-
 .../bindings/watchdog/realtek,rtd119x.txt          | 17 --------
 .../watchdog/realtek,rtd1295-watchdog.yaml         | 38 ++++++++++++++++++
 .../devicetree/bindings/watchdog/snps,dw-wdt.yaml  | 10 ++---
 .../bindings/watchdog/technologic,ts7200-wdt.yaml  | 45 ++++++++++++++++++++++
 MAINTAINERS                                        |  2 +-
 drivers/watchdog/at91sam9_wdt.c                    | 12 +++---
 drivers/watchdog/bcm2835_wdt.c                     |  3 +-
 drivers/watchdog/hpwdt.c                           |  9 +----
 drivers/watchdog/it87_wdt.c                        | 29 ++++++++++----
 drivers/watchdog/mlx_wdt.c                         |  4 +-
 drivers/watchdog/mtk_wdt.c                         | 42 ++++++++++++++++++++
 drivers/watchdog/rti_wdt.c                         | 13 ++++++-
 drivers/watchdog/starfive-wdt.c                    |  8 ++--
 drivers/watchdog/txx9wdt.c                         | 11 +++---
 drivers/watchdog/watchdog_dev.c                    |  3 +-
 31 files changed, 307 insertions(+), 137 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/watchdog/nxp,pnx4008-wdt.yaml
 delete mode 100644 Documentation/devicetree/bindings/watchdog/pnx4008-wdt.txt
 create mode 100644 Documentation/devicetree/bindings/watchdog/qca,ar7130-wdt.yaml
 delete mode 100644 Documentation/devicetree/bindings/watchdog/qca-ar7130-wdt.txt
 delete mode 100644 Documentation/devicetree/bindings/watchdog/realtek,rtd119x.txt
 create mode 100644 Documentation/devicetree/bindings/watchdog/realtek,rtd1295-watchdog.yaml
 create mode 100644 Documentation/devicetree/bindings/watchdog/technologic,ts7200-wdt.yaml
----------------------------------------------------------------

Kind regards,
Wim.


             reply	other threads:[~2024-01-06 14:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-06 13:44 Wim Van Sebroeck [this message]
2024-01-12 22:20 ` [GIT PULL REQUEST] watchdog - v6.8 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=20240106134410.GA19394@www.linux-watchdog.org \
    --to=wim@linux-watchdog.org \
    --cc=akpm@linux-foundation.org \
    --cc=ben.dooks@codethink.co.uk \
    --cc=biju.das.jz@bp.renesas.com \
    --cc=curtis.klein@hpe.com \
    --cc=daniel@makrotopia.org \
    --cc=devlists@wefi.net \
    --cc=dianders@chromium.org \
    --cc=jerry.hoemann@hpe.com \
    --cc=johan+linaro@kernel.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lukas.bulwahn@gmail.com \
    --cc=n2h9z4@gmail.com \
    --cc=nikita.shubin@maquefel.me \
    --cc=rdunlap@infradead.org \
    --cc=torvalds@linux-foundation.org \
    --cc=u.kleine-koenig@pengutronix.de \
    --cc=vigneshr@ti.com \
    --cc=wahrenst@gmx.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