]> Git Repo - linux.git/commitdiff
Merge tag 'linux-watchdog-6.11-rc1' of git://www.linux-watchdog.org/linux-watchdog
authorLinus Torvalds <[email protected]>
Thu, 25 Jul 2024 17:18:35 +0000 (10:18 -0700)
committerLinus Torvalds <[email protected]>
Thu, 25 Jul 2024 17:18:35 +0000 (10:18 -0700)
Pull watchdog updates from Wim Van Sebroeck:

 - make watchdog_class const

 - rework of the rzg2l_wdt driver

 - other small fixes and improvements

* tag 'linux-watchdog-6.11-rc1' of git://www.linux-watchdog.org/linux-watchdog:
  dt-bindings: watchdog: dlg,da9062-watchdog: Drop blank space
  watchdog: rzn1: Convert comma to semicolon
  watchdog: lenovo_se10_wdt: Convert comma to semicolon
  dt-bindings: watchdog: renesas,wdt: Document RZ/G3S support
  watchdog: rzg2l_wdt: Add suspend/resume support
  watchdog: rzg2l_wdt: Rely on the reset driver for doing proper reset
  watchdog: rzg2l_wdt: Remove comparison with zero
  watchdog: rzg2l_wdt: Remove reset de-assert from probe
  watchdog: rzg2l_wdt: Check return status of pm_runtime_put()
  watchdog: rzg2l_wdt: Use pm_runtime_resume_and_get()
  watchdog: rzg2l_wdt: Make the driver depend on PM
  watchdog: rzg2l_wdt: Restrict the driver to ARCH_RZG2L and ARCH_R9A09G011
  watchdog: imx7ulp_wdt: keep already running watchdog enabled
  watchdog: starfive: Add missing clk_disable_unprepare()
  watchdog: Make watchdog_class const

1  2 
drivers/watchdog/Kconfig

diff --combined drivers/watchdog/Kconfig
index c44918768a972cb769d42af5b651e098db5ff13e,3ff6993f84a3f86c44c14adccd7085cbd064b5d4..bae1d97cce89bd046bd93fbe51524f98f1b9d12f
@@@ -181,19 -181,6 +181,19 @@@ config BD957XMUF_WATCHDO
          watchdog. Alternatively say M to compile the driver as a module,
          which will be called bd9576_wdt.
  
 +config BD96801_WATCHDOG
 +      tristate "ROHM BD96801 PMIC Watchdog"
 +      depends on MFD_ROHM_BD96801
 +      select WATCHDOG_CORE
 +      help
 +        Support for the watchdog in the ROHM BD96801 PMIC. Watchdog can be
 +        configured to only generate IRQ or to trigger system reset via reset
 +        pin.
 +
 +        Say Y here to include support for the ROHM BD96801 watchdog.
 +        Alternatively say M to compile the driver as a module,
 +        which will be called bd96801_wdt.
 +
  config CROS_EC_WATCHDOG
        tristate "ChromeOS EC-based watchdog"
        select WATCHDOG_CORE
@@@ -946,7 -933,8 +946,8 @@@ config RENESAS_RZN1WD
  
  config RENESAS_RZG2LWDT
        tristate "Renesas RZ/G2L WDT Watchdog"
-       depends on ARCH_RENESAS || COMPILE_TEST
+       depends on ARCH_RZG2L || ARCH_R9A09G011 || COMPILE_TEST
+       depends on PM || COMPILE_TEST
        select WATCHDOG_CORE
        help
          This driver adds watchdog support for the integrated watchdogs in the
This page took 0.07369 seconds and 4 git commands to generate.