mbox series

[GIT,PULL,REQUEST] watchdog - v6.13 release cycle.

Message ID 20241202181849.GA5357@www.linux-watchdog.org (mailing list archive)
State New
Headers show
Series [GIT,PULL,REQUEST] watchdog - v6.13 release cycle. | expand

Pull-request

git://www.linux-watchdog.org/linux-watchdog.git linux-watchdog-6.13-rc1

Message

Wim Van Sebroeck Dec. 2, 2024, 6:18 p.m. UTC
Hi Linus,

Due to work issues, I was too late to sent in this pull request.
Can you consider to still pull this in please?

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

This series contains:
* Add support for exynosautov920 SoC
* Add support for Airoha EN7851 watchdog
* Add support for MT6735 TOPRGU/WDT
* Delete the cpu5wdt driver
* Always print when registering watchdog fails
* Several other small fixes and improvements

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

  Linux 6.12-rc6 (2024-11-03 14:05:52 -1000)

are available in the git repository at:

  git://www.linux-watchdog.org/linux-watchdog.git linux-watchdog-6.13-rc1

for you to fetch changes up to 4962ee045d8f06638714d801ab0fb72f89c16690:

  watchdog: rti: of: honor timeout-sec property (2024-11-17 11:24:22 +0100)

----------------------------------------------------------------
linux-watchdog 6.13-rc1 tag

----------------------------------------------------------------
Alexander Sverdlin (1):
      watchdog: rti: of: honor timeout-sec property

Animesh Agarwal (1):
      dt-bindings: watchdog: fsl-imx-wdt: Add missing 'big-endian' property

Byoungtae Cho (2):
      dt-bindings: watchdog: Document ExynosAutoV920 watchdog bindings
      watchdog: s3c2410_wdt: add support for exynosautov920 SoC

Christian Marangi (2):
      dt-bindings: watchdog: airoha: document watchdog for Airoha EN7581
      watchdog: Add support for Airoha EN7851 watchdog

Claudiu Beznea (1):
      watchdog: rzg2l_wdt: Power on the watchdog domain in the restart handler

Colin Ian King (1):
      docs: ABI: Fix spelling mistake in pretimeout_avaialable_governors

Fabio Estevam (2):
      watchdog: da9063: Do not use a global variable
      watchdog: da9063: Remove __maybe_unused notations

Harini T (1):
      watchdog: xilinx_wwdt: Calculate max_hw_heartbeat_ms using clock frequency

James Hilliard (1):
      watchdog: it87_wdt: add PWRGD enable quirk for Qotom QCML04

Jean Delvare (1):
      watchdog: Delete the cpu5wdt driver

Marek Vasut (1):
      watchdog: stm32_iwdg: Add pretimeout support

Nick Chan (2):
      watchdog: apple: Actually flush writes after requesting watchdog restart
      watchdog: apple: Increase reset delay to 150ms

Oleksandr Ocheretnyi (1):
      iTCO_wdt: mask NMI_NOW bit for update_no_reboot_bit() call

Peter Griffin (1):
      Revert "watchdog: s3c2410_wdt: use exynos_get_pmu_regmap_by_phandle() for PMU regs"

Rosen Penev (1):
      watchdog: armada_37xx_wdt: remove struct resource

Uwe Kleine-König (2):
      watchdog: ziirave_wdt: Drop explicit initialization of struct i2c_device_id::driver_data to 0
      watchdog: Switch back to struct platform_driver::remove()

Wolfram Sang (9):
      watchdog: always print when registering watchdog fails
      watchdog: da9055_wdt: don't print out if registering watchdog fails
      watchdog: gxp-wdt: don't print out if registering watchdog fails
      watchdog: iTCO_wdt: don't print out if registering watchdog fails
      watchdog: it87_wdt: don't print out if registering watchdog fails
      watchdog: octeon-wdt: don't print out if registering watchdog fails
      watchdog: rti_wdt: don't print out if registering watchdog fails
      watchdog: rza_wdt: don't print out if registering watchdog fails
      watchdog: sl28cpld_wdt: don't print out if registering watchdog fails

Xin Liu (1):
      dt-bindings: watchdog: Document Qualcomm QCS8300

Xingyu Wu (1):
      MAINTAINERS: Update the maintainer of StarFive watchdog driver

Yan Zhen (1):
      watchdog: fix typo in the comment

Yassine Oudjana (2):
      watchdog: mediatek: Make sure system reset gets asserted in mtk_wdt_restart()
      watchdog: mediatek: Add support for MT6735 TOPRGU/WDT

lijuang (1):
      dt-bindings: watchdog: Document Qualcomm QCS615 watchdog

 Documentation/ABI/testing/sysfs-class-watchdog     |   2 +-
 .../bindings/watchdog/airoha,en7581-wdt.yaml       |  47 ++++
 .../devicetree/bindings/watchdog/fsl-imx-wdt.yaml  |  14 +
 .../devicetree/bindings/watchdog/qcom-wdt.yaml     |   2 +
 .../devicetree/bindings/watchdog/samsung-wdt.yaml  |   3 +
 Documentation/watchdog/watchdog-parameters.rst     |  10 -
 MAINTAINERS                                        |   2 +-
 drivers/watchdog/Kconfig                           |  17 +-
 drivers/watchdog/Makefile                          |   2 +-
 drivers/watchdog/acquirewdt.c                      |   2 +-
 drivers/watchdog/advantechwdt.c                    |   2 +-
 drivers/watchdog/airoha_wdt.c                      | 216 ++++++++++++++++
 drivers/watchdog/apple_wdt.c                       |   8 +-
 drivers/watchdog/armada_37xx_wdt.c                 |  10 +-
 drivers/watchdog/at91rm9200_wdt.c                  |   2 +-
 drivers/watchdog/at91sam9_wdt.c                    |   2 +-
 drivers/watchdog/ath79_wdt.c                       |   2 +-
 drivers/watchdog/bcm2835_wdt.c                     |   2 +-
 drivers/watchdog/bcm_kona_wdt.c                    |   2 +-
 drivers/watchdog/cpu5wdt.c                         | 284 ---------------------
 drivers/watchdog/cpwd.c                            |   2 +-
 drivers/watchdog/da9055_wdt.c                      |   7 +-
 drivers/watchdog/da9063_wdt.c                      |  19 +-
 drivers/watchdog/dw_wdt.c                          |   2 +-
 drivers/watchdog/gef_wdt.c                         |   2 +-
 drivers/watchdog/geodewdt.c                        |   2 +-
 drivers/watchdog/gxp-wdt.c                         |   4 +-
 drivers/watchdog/iTCO_wdt.c                        |  25 +-
 drivers/watchdog/ib700wdt.c                        |   2 +-
 drivers/watchdog/ie6xx_wdt.c                       |   2 +-
 drivers/watchdog/it87_wdt.c                        |  43 +++-
 drivers/watchdog/lpc18xx_wdt.c                     |   2 +-
 drivers/watchdog/mtk_wdt.c                         |  12 +
 drivers/watchdog/mtx-1_wdt.c                       |   2 +-
 drivers/watchdog/nic7018_wdt.c                     |   2 +-
 drivers/watchdog/nv_tco.c                          |   2 +-
 drivers/watchdog/octeon-wdt-main.c                 |   4 +-
 drivers/watchdog/omap_wdt.c                        |   2 +-
 drivers/watchdog/orion_wdt.c                       |   2 +-
 drivers/watchdog/pcwd.c                            |   2 +-
 drivers/watchdog/rc32434_wdt.c                     |   2 +-
 drivers/watchdog/rdc321x_wdt.c                     |   2 +-
 drivers/watchdog/renesas_wdt.c                     |   2 +-
 drivers/watchdog/riowd.c                           |   2 +-
 drivers/watchdog/rti_wdt.c                         |   9 +-
 drivers/watchdog/rza_wdt.c                         |   7 +-
 drivers/watchdog/rzg2l_wdt.c                       |  20 +-
 drivers/watchdog/rzn1_wdt.c                        |   2 +-
 drivers/watchdog/s3c2410_wdt.c                     |  45 +++-
 drivers/watchdog/sa1100_wdt.c                      |   4 +-
 drivers/watchdog/sch311x_wdt.c                     |   2 +-
 drivers/watchdog/shwdt.c                           |   2 +-
 drivers/watchdog/sl28cpld_wdt.c                    |   4 +-
 drivers/watchdog/smsc37b787_wdt.c                  |   2 +-
 drivers/watchdog/st_lpc_wdt.c                      |   2 +-
 drivers/watchdog/starfive-wdt.c                    |   4 +-
 drivers/watchdog/stm32_iwdg.c                      |  95 ++++++-
 drivers/watchdog/stmp3xxx_rtc_wdt.c                |   2 +-
 drivers/watchdog/txx9wdt.c                         |   2 +-
 drivers/watchdog/watchdog_core.c                   |  26 +-
 drivers/watchdog/xilinx_wwdt.c                     |  75 +++++-
 drivers/watchdog/ziirave_wdt.c                     |   2 +-
 include/linux/mfd/da9063/core.h                    |   1 +
 63 files changed, 661 insertions(+), 424 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/watchdog/airoha,en7581-wdt.yaml
 create mode 100644 drivers/watchdog/airoha_wdt.c
 delete mode 100644 drivers/watchdog/cpu5wdt.c
----------------------------------------------------------------

Kind regards,
Wim.

Comments

Sasha Levin Dec. 2, 2024, 8:18 p.m. UTC | #1
On Mon, Dec 02, 2024 at 07:18:49PM +0100, Wim Van Sebroeck wrote:
>are available in the git repository at:
>
>  git://www.linux-watchdog.org/linux-watchdog.git linux-watchdog-6.13-rc1

Hey Wim,

Have you pushed the tag to the repo?

$ git ls-remote --tags git://www.linux-watchdog.org/linux-watchdog.git | grep v6\.13 | wc -l
0
Wim Van Sebroeck Dec. 3, 2024, 11:53 a.m. UTC | #2
Hi Sasha,

> On Mon, Dec 02, 2024 at 07:18:49PM +0100, Wim Van Sebroeck wrote:
> >are available in the git repository at:
> >
> > git://www.linux-watchdog.org/linux-watchdog.git linux-watchdog-6.13-rc1
> 
> Hey Wim,
> 
> Have you pushed the tag to the repo?
> 
> $ git ls-remote --tags git://www.linux-watchdog.org/linux-watchdog.git | grep v6\.13 | wc -l
> 0

Due to lack of sleep, I indeed added the tag on the wrong repo (the linux-watchdog-next repo).
Fixed.

Kind regards,
Wim.