mirror of https://lore.kernel.org/lkml/
 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>,
	"Alice Guo" <alice.guo@nxp.com>,
	"Anson Huang" <Anson.Huang@nxp.com>,
	"Bo Liu" <liubo03@inspur.com>,
	"Chanho Park" <chanho61.park@samsung.com>,
	"Chin-Ting Kuo" <chin-ting_kuo@aspeedtech.com>,
	"Dan Carpenter" <dan.carpenter@oracle.com>,
	"David Müller" <d.mueller@elsoft.ch>,
	"Dmitry Torokhov" <dmitry.torokhov@gmail.com>,
	"Henning Schild" <henning.schild@siemens.com>,
	"Jacky Bai" <ping.bai@nxp.com>,
	"Jason Liu" <jason.hui.liu@nxp.com>,
	"Jason Wang" <wangborong@cdjrlc.com>,
	"Jean Delvare" <jdelvare@suse.de>,
	"Jerry Hoemann" <jerry.hoemann@hpe.com>,
	"Johan Jonker" <jbx6244@gmail.com>,
	"Jonathan Neuschäfer" <j.neuschaefer@gmx.net>,
	"Nobuhiro Iwamatsu" <nobuhiro1.iwamatsu@toshiba.co.jp>,
	"Pali Rohár" <pali@kernel.org>,
	"Phil Edworthy" <phil.edworthy@renesas.com>,
	"Philippe Boos" <pboos@baylibre.com>,
	"Sergei Antonov" <saproj@gmail.com>,
	"Sergio Paracuellos" <sergio.paracuellos@gmail.com>,
	"Sergiu Moga" <sergiu.moga@microchip.com>,
	"shaomin Deng" <dengshaomin@cdjrlc.com>,
	"Srinivas Neeli" <srinivas.neeli@xilinx.com>,
	sunliming <sunliming@kylinos.cn>,
	"Thanh Quan" <thanh.quan.xn@renesas.com>,
	"Vladimir Panteleev" <git@vladimir.panteleev.md>,
	"Ye Li" <ye.li@nxp.com>, "ye xingchen" <ye.xingchen@zte.com.cn>
Subject: [GIT PULL REQUEST] watchdog - v6.1 release cycle.
Date: Wed, 12 Oct 2022 09:42:50 +0200	[thread overview]
Message-ID: <20221012074250.GA19731@www.linux-watchdog.org> (raw)

Hi Linus,

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

This series contains:
* Add watchdog driver for Exar/MaxLinear XR28V38x
* Add support for exynosautov9 SoC
* Add support for Renesas R-Car V5H (R8A779G0) and RZ/V2M (r9a09g011) SoC
* Add support for imx93
* And several other fixes and improvements

(Note: the patch for "watchdog: Add tracing events for the most usual watchdog events" is something that I want to add before 6.1-rc2 if possible).

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

  Linux 6.0-rc3 (2022-08-28 15:05:29 -0700)

are available in the git repository at:

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

for you to fetch changes up to 099d387ebbcd70c6adc906ab5b66ef639c09dede:

  watchdog: twl4030_wdt: add missing mod_devicetable.h include (2022-10-07 11:03:25 +0200)

----------------------------------------------------------------
linux-watchdog 6.1-rc1 tag

----------------------------------------------------------------
Alice Guo (1):
      watchdog: imx93: add watchdog timer on imx93

Anson Huang (1):
      watchdog: imx7ulp: Move suspend/resume to noirq phase

Bo Liu (1):
      watchdog: Check dev_set_name() return value

Chanho Park (2):
      dt-bindings: watchdog: add exynosautov9 compatible
      watchdog: s3c2410_wdt: support exynosautov9 watchdog

Chin-Ting Kuo (1):
      watchdog: aspeed_wdt: Reorder output signal register configuration

Dan Carpenter (1):
      watchdog: ftwdt010_wdt: fix test for platform_get_irq() failure

David Müller (1):
      watchdog: Exar/MaxLinear XR28V38x driver

Dmitry Torokhov (2):
      watchdog: bd9576_wdt: switch to using devm_fwnode_gpiod_get()
      watchdog: twl4030_wdt: add missing mod_devicetable.h include

Henning Schild (1):
      watchdog: w83627hf_wdt: add bootstatus support

Jacky Bai (1):
      watchdog: imx7ulp: Add explict memory barrier for unlock sequence

Jason Liu (1):
      watchdog: imx7ulp_wdt: init wdog when it was active

Jason Wang (1):
      watchdog: w83977f_wdt: Fix comment typo

Jean Delvare (1):
      watchdog: wdat_wdt: Set the min and max timeout values properly

Jerry Hoemann (2):
      watchdog/hpwdt: Include nmi.h only if CONFIG_HPWDT_NMI_DECODING
      watchdog/hpwdt: Enable HP_WATCHDOG for ARM64 systems.

Johan Jonker (1):
      dt-bindings: watchdog: rockchip: add rockchip,rk3128-wdt

Jonathan Neuschäfer (1):
      watchdog: npcm: Enable clock if provided

Nobuhiro Iwamatsu (1):
      dt-bindings: watchdog: toshiba,visconti-wdt: Update the common clock properties

Pali Rohár (1):
      watchdog: armada_37xx_wdt: Fix .set_timeout callback

Phil Edworthy (2):
      dt-bindings: watchdog: renesas,wdt: Add r9a09g011 (RZ/V2M) support
      watchdog: rzg2l_wdt: Add rzv2m support

Philippe Boos (1):
      watchdog: meson: keep running if already active

Sergei Antonov (1):
      watchdog: ftwdt010_wdt: implement _restart() function

Sergio Paracuellos (1):
      dt-bindings: watchdog: migrate mt7621 text bindings to YAML

Sergiu Moga (1):
      watchdog: dt-bindings: atmel,at91sam9-wdt: convert to json-schema

Srinivas Neeli (1):
      dt-bindings: watchdog: Convert Xilinx watchdog bindings to json-schema

Thanh Quan (1):
      dt-bindings: watchdog: renesas-wdt: Add r8a779g0 support

Vladimir Panteleev (1):
      watchdog: sp5100_tco: Add "action" module parameter

Ye Li (3):
      watchdog: imx7ulp_wdt: Check CMD32EN in wdog init
      watchdog: imx7ulp_wdt: Fix RCS timeout issue
      watchdog: imx7ulp_wdt: Handle wdog reconfigure failure

shaomin Deng (1):
      watchdog: eurotechwdt: Remove redundant word in comments

sunliming (1):
      watchdog: sa1100: make variable sa1100dog_driver static

ye xingchen (1):
      watchdog: rti-wdt:using the pm_runtime_resume_and_get to simplify the code

 .../bindings/watchdog/atmel,at91sam9-wdt.yaml      | 127 ++++++
 .../devicetree/bindings/watchdog/atmel-wdt.txt     |  51 ---
 .../bindings/watchdog/mediatek,mt7621-wdt.yaml     |  33 ++
 .../devicetree/bindings/watchdog/mt7621-wdt.txt    |  12 -
 .../devicetree/bindings/watchdog/of-xilinx-wdt.txt |  26 --
 .../devicetree/bindings/watchdog/renesas,wdt.yaml  |  74 +++-
 .../devicetree/bindings/watchdog/samsung-wdt.yaml  |   3 +
 .../devicetree/bindings/watchdog/snps,dw-wdt.yaml  |   1 +
 .../bindings/watchdog/toshiba,visconti-wdt.yaml    |  12 +-
 .../bindings/watchdog/xlnx,xps-timebase-wdt.yaml   |  68 ++++
 drivers/watchdog/Kconfig                           |  15 +-
 drivers/watchdog/Makefile                          |   1 +
 drivers/watchdog/armada_37xx_wdt.c                 |   2 +
 drivers/watchdog/aspeed_wdt.c                      |  12 +-
 drivers/watchdog/bd9576_wdt.c                      |  51 ++-
 drivers/watchdog/eurotechwdt.c                     |   2 +-
 drivers/watchdog/exar_wdt.c                        | 427 +++++++++++++++++++++
 drivers/watchdog/ftwdt010_wdt.c                    |  25 +-
 drivers/watchdog/hpwdt.c                           |   2 +
 drivers/watchdog/imx7ulp_wdt.c                     | 212 +++++++---
 drivers/watchdog/meson_gxbb_wdt.c                  |  24 +-
 drivers/watchdog/npcm_wdt.c                        |  16 +
 drivers/watchdog/rti_wdt.c                         |   3 +-
 drivers/watchdog/rzg2l_wdt.c                       |  39 +-
 drivers/watchdog/s3c2410_wdt.c                     |  41 +-
 drivers/watchdog/sa1100_wdt.c                      |   2 +-
 drivers/watchdog/sp5100_tco.c                      |  13 +-
 drivers/watchdog/twl4030_wdt.c                     |   1 +
 drivers/watchdog/w83627hf_wdt.c                    |  12 +-
 drivers/watchdog/w83977f_wdt.c                     |   2 +-
 drivers/watchdog/watchdog_dev.c                    |   6 +-
 drivers/watchdog/wdat_wdt.c                        |   5 +-
 32 files changed, 1097 insertions(+), 223 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/watchdog/atmel,at91sam9-wdt.yaml
 delete mode 100644 Documentation/devicetree/bindings/watchdog/atmel-wdt.txt
 create mode 100644 Documentation/devicetree/bindings/watchdog/mediatek,mt7621-wdt.yaml
 delete mode 100644 Documentation/devicetree/bindings/watchdog/mt7621-wdt.txt
 delete mode 100644 Documentation/devicetree/bindings/watchdog/of-xilinx-wdt.txt
 create mode 100644 Documentation/devicetree/bindings/watchdog/xlnx,xps-timebase-wdt.yaml
 create mode 100644 drivers/watchdog/exar_wdt.c
----------------------------------------------------------------

Kind regards,
Wim.


             reply	other threads:[~2022-10-12  9:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-12  7:42 Wim Van Sebroeck [this message]
2022-11-01  8:19 Wim Van Sebroeck
2022-11-01 19:32 ` 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=20221012074250.GA19731@www.linux-watchdog.org \
    --to=wim@linux-watchdog.org \
    --cc=Anson.Huang@nxp.com \
    --cc=akpm@linux-foundation.org \
    --cc=alice.guo@nxp.com \
    --cc=chanho61.park@samsung.com \
    --cc=chin-ting_kuo@aspeedtech.com \
    --cc=d.mueller@elsoft.ch \
    --cc=dan.carpenter@oracle.com \
    --cc=dengshaomin@cdjrlc.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=git@vladimir.panteleev.md \
    --cc=henning.schild@siemens.com \
    --cc=j.neuschaefer@gmx.net \
    --cc=jason.hui.liu@nxp.com \
    --cc=jbx6244@gmail.com \
    --cc=jdelvare@suse.de \
    --cc=jerry.hoemann@hpe.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=liubo03@inspur.com \
    --cc=nobuhiro1.iwamatsu@toshiba.co.jp \
    --cc=pali@kernel.org \
    --cc=pboos@baylibre.com \
    --cc=phil.edworthy@renesas.com \
    --cc=ping.bai@nxp.com \
    --cc=saproj@gmail.com \
    --cc=sergio.paracuellos@gmail.com \
    --cc=sergiu.moga@microchip.com \
    --cc=srinivas.neeli@xilinx.com \
    --cc=sunliming@kylinos.cn \
    --cc=thanh.quan.xn@renesas.com \
    --cc=torvalds@linux-foundation.org \
    --cc=wangborong@cdjrlc.com \
    --cc=ye.li@nxp.com \
    --cc=ye.xingchen@zte.com.cn \
    /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

all inboxes | Powered by JetHome®