Linux-Watchdog Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-05 11:34:30 to 2023-12-14 03:31:52 UTC [more...]

[PATCH v3 0/1] Add StarFive JH8100 watchdog
 2023-12-14  3:30 UTC 

[PATCH v2 0/3] watchdog/hpwdt: Cleanup Claiming NMI
 2023-12-13 22:14 UTC  (7+ messages)
` [PATCH v2 1/3] watchdog/hpwdt: Only claim UNKNOWN NMI if from iLO
` [PATCH v2 2/3] watchdog/hpwdt: Remove redundant test
` [PATCH v2 3/3] watchdog/hpwdt: Remove unused variable

[PATCH v7 00/16] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board
 2023-12-13 19:19 UTC  (54+ messages)
` [PATCH v7 01/16] dt-bindings: watchdog: Document Google gs101 watchdog bindings
  ` (subset) "
` [PATCH v7 02/16] dt-bindings: arm: google: Add bindings for Google ARM platforms
  ` (subset) "
` [PATCH v7 03/16] dt-bindings: serial: samsung: Add google-gs101-uart compatible
  ` (subset) "
` [PATCH v7 04/16] dt-bindings: serial: samsung: Make samsung,uart-fifosize a required property
  ` (subset) "
` [PATCH v7 05/16] dt-bindings: soc: samsung: usi: add google,gs101-usi compatible
  ` (subset) "
` [PATCH v7 06/16] dt-bindings: clock: google,gs101: fix incorrect numbering and DGB suffix
  ` (subset) "
` [PATCH v7 07/16] clk: samsung: clk-pll: Add support for pll_{0516,0517,518}
  ` (subset) "
` [PATCH v7 08/16] clk: samsung: clk-gs101: Add cmu_top, cmu_misc and cmu_apm support
  ` (subset) "
` [PATCH v7 09/16] pinctrl: samsung: Add gs101 SoC pinctrl configuration
  ` (subset) "
` [PATCH v7 10/16] watchdog: s3c2410_wdt: Add support for WTCON register DBGACK_MASK bit
  ` (subset) "
` [PATCH v7 11/16] watchdog: s3c2410_wdt: Update QUIRK macros to use BIT macro
  ` (subset) "
` [PATCH v7 12/16] watchdog: s3c2410_wdt: Add support for Google gs101 SoC
  ` (subset) "
` [PATCH v7 13/16] tty: serial: samsung: Add gs101 compatible and common fifoszdt_serial_drv_data
  ` (subset) "
` [PATCH v7 14/16] arm64: dts: exynos: google: Add initial Google gs101 SoC support
  ` (subset) "
` [PATCH v7 15/16] arm64: dts: exynos: google: Add initial Oriole/pixel 6 board support
  ` (subset) "
` [PATCH v7 16/16] MAINTAINERS: add entry for Google Tensor SoC
  ` (subset) "

[PATCH v6 00/40] ep93xx device tree conversion
 2023-12-13 18:10 UTC  (10+ messages)
` [PATCH v6 11/40] dt-bindings: watchdog: Add Cirrus EP93x
` [PATCH v6 12/40] watchdog: ep93xx: add DT support for Cirrus EP93xx
` [PATCH v6 25/40] dt-bindings: wdt: Add ts72xx
` [PATCH v6 26/40] wdt: ts72xx: add DT support for ts72xx

[PATCH v2 0/1] Add StarFive JH8100 watchdog
 2023-12-13 16:35 UTC  (6+ messages)
` [PATCH v2 1/1] dt-bindings: watchdog: starfive,jh7100-wdt: Add compatible for JH8100

[PATCH 1/4] watchdog: it87_wdt: add blank line after variable declaration
 2023-12-13 14:54 UTC  (8+ messages)
` [PATCH 2/4] watchdog: it87_wdt: Remove redundant max_units setting
` [PATCH 3/4] watchdog: it87_wdt: Add IT8659 ID
` [PATCH 4/4] watchdog: it87_wdt: Keep WDTCTRL bit 3 unmodified for IT8784/IT8786

[PATCH v3] watchdog: rti_wdt: Drop runtime pm reference count when watchdog is unused
 2023-12-13 14:01 UTC 

[PATCH v2] watchdog: rti_wdt: Drop RPM count when unused
 2023-12-13 12:22 UTC  (4+ messages)

[PATCH v3.1 2/8] dt-bindings: watchdog: dlg,da9062-watchdog: Add fallback for DA9061 watchdog
 2023-12-12 17:35 UTC  (5+ messages)

[PATCH v2 1/2] dt-bindings: watchdog: mediatek,mtk-wdt: add MT7988 watchdog and toprgu
 2023-12-12 16:55 UTC  (4+ messages)
` [PATCH v2 2/2] watchdog: mediatek: mt7988: add wdt support

[PATCH] watchdog: starfive: add lock annotations to fix context imbalances
 2023-12-12 16:54 UTC  (2+ messages)

[PATCH v1 0/2] Add StarFive JH8100 watchdog
 2023-12-12  3:27 UTC  (10+ messages)
` [PATCH v1 1/2] watchdog: starfive-wdt: Add JH8100 watchdog compatible string
` [PATCH v1 2/2] dt-bindings: watchdog: starfive,jh7100-wdt: Add compatible for JH8100

[PATCH v5 00/20] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board
 2023-12-11 18:26 UTC  (43+ messages)
` [PATCH v5 02/20] dt-bindings: clock: Add Google gs101 clock management unit bindings
` [PATCH v5 09/20] dt-bindings: serial: samsung: Make samsung,uart-fifosize required property
` [PATCH v5 12/20] clk: samsung: clk-gs101: Add cmu_top, cmu_misc and cmu_apm support
` [PATCH v5 13/20] pinctrl: samsung: Add filter selection support for alive banks
` [PATCH v5 14/20] pinctrl: samsung: Add gs101 SoC pinctrl configuration
` [PATCH v5 15/20] watchdog: s3c2410_wdt: Add support for WTCON register DBGACK_MASK bit
` [PATCH v5 16/20] watchdog: s3c2410_wdt: Add support for Google gs101 SoC
` [PATCH v5 17/20] tty: serial: samsung: Add gs101 compatible and common fifoszdt_serial_drv_data
` [PATCH v5 18/20] arm64: dts: exynos: google: Add initial Google gs101 SoC support
` [PATCH v5 19/20] arm64: dts: exynos: google: Add initial Oriole/pixel 6 board support

[PATCH v6 00/20] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board
 2023-12-11 12:45 UTC  (50+ messages)
` [PATCH v6 01/20] dt-bindings: soc: samsung: exynos-pmu: Add gs101 compatible
  ` (subset) "
` [PATCH v6 02/20] dt-bindings: clock: Add Google gs101 clock management unit bindings
  ` (subset) "
` [PATCH v6 03/20] dt-bindings: soc: google: exynos-sysreg: add dedicated SYSREG compatibles to GS101
  ` (subset) "
` [PATCH v6 04/20] dt-bindings: watchdog: Document Google gs101 watchdog bindings
` [PATCH v6 05/20] dt-bindings: arm: google: Add bindings for Google ARM platforms
` [PATCH v6 06/20] dt-bindings: pinctrl: samsung: add google,gs101-pinctrl compatible
  ` (subset) "
` [PATCH v6 07/20] dt-bindings: pinctrl: samsung: add gs101-wakeup-eint compatible
  ` (subset) "
` [PATCH v6 08/20] dt-bindings: serial: samsung: Add google-gs101-uart compatible
` [PATCH v6 09/20] dt-bindings: serial: samsung: Make samsung,uart-fifosize a required property
` [PATCH v6 10/20] dt-bindings: soc: samsung: usi: add google,gs101-usi compatible
` [PATCH v6 11/20] clk: samsung: clk-pll: Add support for pll_{0516,0517,518}
` [PATCH v6 12/20] clk: samsung: clk-gs101: Add cmu_top, cmu_misc and cmu_apm support
` [PATCH v6 13/20] pinctrl: samsung: Add gs101 SoC pinctrl configuration
` [PATCH v6 14/20] watchdog: s3c2410_wdt: Add support for WTCON register DBGACK_MASK bit
` [PATCH v6 15/20] watchdog: s3c2410_wdt: Update QUIRK macros to use BIT macro
` [PATCH v6 16/20] watchdog: s3c2410_wdt: Add support for Google gs101 SoC
` [PATCH v6 17/20] tty: serial: samsung: Add gs101 compatible and common fifoszdt_serial_drv_data
` [PATCH v6 18/20] arm64: dts: exynos: google: Add initial Google gs101 SoC support
` [PATCH v6 19/20] arm64: dts: exynos: google: Add initial Oriole/pixel 6 board support
` [PATCH v6 20/20] MAINTAINERS: add entry for Google Tensor SoC

[PATCH v5 0/8] Convert DA906{1,2} bindings to json-schema
 2023-12-10 15:21 UTC  (5+ messages)
` [PATCH v5 2/8] dt-bindings: watchdog: dlg,da9062-watchdog: Add fallback for DA9061 watchdog
` [PATCH v5 3/8] dt-bindings: watchdog: dlg,da9062-watchdog: Document DA9063 watchdog

[PATCH v2 1/9] arm64: dts: qcom: sc7180: Make watchdog bark interrupt edge triggered
 2023-12-08 15:34 UTC  (4+ messages)
` [PATCH v2 9/9] dt-bindings: watchdog: qcom-wdt: Make the interrupt example "
` (subset) [PATCH v2 1/9] arm64: dts: qcom: sc7180: Make watchdog bark interrupt "

[PATCH v4 2/8] dt-bindings: watchdog: dlg,da9062-watchdog: Add fallback for DA9061 watchdog
 2023-12-07 16:41 UTC  (4+ messages)
` [PATCH v4 3/8] dt-bindings: watchdog: dlg,da9062-watchdog: Document DA9063 watchdog

[PATCH 0/6] dt-bindings: samsung: continued - add specific compatibles for Tesla FSD Hi,
 2023-12-07 13:33 UTC  (15+ messages)
` [PATCH 1/6] dt-bindings: i2c: exynos5: add specific compatible for Tesla FSD
` [PATCH 2/6] dt-bindings: pwm: samsung: "
` [PATCH 3/6] dt-bindings: serial: "
` [PATCH 4/6] dt-bindings: samsung: exynos-pmu: "
` [PATCH 5/6] dt-bindings: watchdog: samsung: "

[PATCH] watchdog: set cdev owner before adding
 2023-12-05 19:13 UTC  (2+ messages)

[PATCH] watchdog: Provide a better stop error message
 2023-12-05 14:42 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).