Linux Watchdog driver development
 help / color / mirror / Atom feed
 messages from 2026-06-04 01:06:02 to 2026-06-17 13:37:19 UTC [more...]

[PATCH v2 0/5] ARM: Basic support for Amazon ford tablet (MT8127)
 2026-06-17 13:37 UTC  (6+ messages)
` [PATCH v2 1/5] dt-bindings: watchdog: mediatek: Add MT8127
` [PATCH v2 2/5] dt-bindings: arm: mediatek: Add MT8127 Amazon ford
` [PATCH v2 3/5] ARM: dts: mediatek: mt8127: Fix indentation error
` [PATCH v2 4/5] ARM: dts: mediatek: mt8127: Add watchdog support
` [PATCH v2 5/5] ARM: dts: mediatek: Add basic support for Amazon ford board

[PATCH 0/5] ARM: Basic support for Amazon ford tablet (MT8127)
 2026-06-17 10:56 UTC  (11+ messages)
` [PATCH 1/5] ARM: dts: mediatek: mt8127: Fix indentation error
` [PATCH 2/5] ARM: dts: mediatek: mt8127: Add watchdog support
` [PATCH 3/5] ARM: dts: mediatek: Add basic support for Amazon ford board
` [PATCH 4/5] dt-bindings: arm: mediatek: Add MT8127 Amazon ford
` [PATCH 5/5] dt-bindings: watchdog: mediatek: Add MT8127

[PATCH] Watchdog: fix pretimeout noop governor logging and description
 2026-06-17  4:34 UTC  (5+ messages)

[PATCH v1] watchdog: Use named initializers for platform_device_id arrays
 2026-06-16 15:25 UTC 

[GIT PULL] watchdog updates for v7.2
 2026-06-16  2:45 UTC  (2+ messages)

[PATCH] watchdog: take all OF aliases into account when assigning id
 2026-06-15 15:08 UTC  (2+ messages)

[PATCH v4 1/5] dt-bindings: rtc: nxp,pcf85363: add timestamp mode config
 2026-06-15  6:25 UTC  (12+ messages)
` [PATCH v4 2/5] rtc: pcf85363: support reporting battery switch-over via RTC_VL
` [PATCH v4 3/5] rtc: pcf85363: add timestamp support with configurable timestamp mode
` [PATCH v4 4/5] rtc: pcf85363: add oscillator offset calibration support
` [PATCH v4 5/5] rtc: pcf85363: add watchdog support with configurable step size

[PATCH] watchdog: stm32_iwdg: Base pretimeout on timeout when not specified
 2026-06-12 12:44 UTC  (2+ messages)

[PATCH v1] watchdog: sc1200: Drop unused assignment of pnp_device_id driver data
 2026-06-10 13:09 UTC  (2+ messages)

[PATCHv3 0/2] watchdog: pika_wdt: portability and timer lifecycle fixes
 2026-06-09  3:09 UTC  (9+ messages)
` [PATCHv3 1/2] watchdog: pika_wdt: fix timer lifecycle bugs
` [PATCHv3 2/2] watchdog: pika_wdt: enable COMPILE_TEST builds

[PATCHv2 0/3] watchdog: sama5d4: fix IRQ and timeout bugs, use platform_get_irq_optional
 2026-06-08 22:44 UTC  (11+ messages)
` [PATCHv2 1/3] watchdog: sama5d4: fix shared IRQ and hardcoded timeout issues
` [PATCHv2 2/3] watchdog: sama5d4: use platform_get_irq_optional()
` [PATCHv2 3/3] watchdog: sama5d4: fix NULL deref in irq handler

[PATCH v2 0/2] watchdog: sama5d4_wdt: Fix WDDIS handling for SAM9X60 and SAMA7G5
 2026-06-08 20:53 UTC  (3+ messages)

[PATCH] watchdog: starfive: use pm_runtime_resume_and_get() to fix refcount leak
 2026-06-08 20:46 UTC  (24+ messages)
` [PATCH v2 0/6] watchdog: starfive: runtime PM cleanup
  ` [PATCH v2 1/6] watchdog: starfive: balance PM refcount when start operation fails
  ` [PATCH v2 2/6] watchdog: starfive: treat pm_runtime_put_sync() positive return as success
  ` [PATCH v2 3/6] watchdog: starfive: balance PM refcount and disable in probe error paths
  ` [PATCH v2 4/6] watchdog: starfive: guard system suspend/resume hardware access
  ` [PATCH v2 5/6] watchdog: starfive: avoid PM refcount underflow in shutdown
  ` [PATCH v2 6/6] watchdog: starfive: release early_enable PM refcount on remove
  ` [PATCH v3 0/6] watchdog: starfive: runtime PM cleanup
    ` [PATCH v3 1/6] watchdog: starfive: balance PM refcount when start operation fails
    ` [PATCH v3 2/6] watchdog: starfive: treat pm_runtime_put_sync() positive return as success
    ` [PATCH v3 3/6] watchdog: starfive: balance PM refcount and disable in probe error paths
    ` [PATCH v3 4/6] watchdog: starfive: guard system suspend/resume hardware access
    ` [PATCH v3 5/6] watchdog: starfive: avoid PM refcount underflow in shutdown
    ` [PATCH v3 6/6] watchdog: starfive: release early_enable PM refcount on remove

[PATCH] watchdog: sama5d4_wdt: use platform_get_irq()
 2026-06-08 20:43 UTC  (5+ messages)

[PATCH v1] watchdog: unregister PM notifier on watchdog unregister
 2026-06-08 18:57 UTC  (2+ messages)

[PATCH] dt-bindings: watchdog: qcom-wdt: Document IPQ5210 watchdog
 2026-06-08 18:56 UTC  (2+ messages)

[PATCH v2 0/5] watchdog: improve comments & Documentation
 2026-06-08 18:53 UTC  (2+ messages)

[PATCH] watchdog: pika_wdt: replace in_be32/out_be32 with ioread32be/iowrite32be
 2026-06-07 16:28 UTC  (2+ messages)

[PATCH v5 0/5] Add support for AAEON SRG-IMX8P MCU
 2026-06-05 18:42 UTC  (4+ messages)
` [PATCH v5 5/5] watchdog: aaeon: Add watchdog driver for "

[PATCH 0/4] Add support for Kernel WDT
 2026-06-04  8:49 UTC  (3+ messages)

[PATCH 0/2] watchdog: sama5d4: fix IRQ and timeout bugs, use platform_get_irq_optional
 2026-06-04  1:20 UTC  (5+ messages)
` [PATCH 1/2] watchdog: sama5d4: fix shared IRQ and hardcoded timeout issues
` [PATCH 2/2] watchdog: sama5d4: use platform_get_irq_optional()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox