public inbox for linux-watchdog@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-10-27 18:35:21 to 2015-11-09 15:12:06 UTC [more...]

[PATCH 1/2] watchdog: gpio-wdt: Rename notifier to reboot_notifier
 2015-11-09 15:12 UTC  (3+ messages)
` [PATCH 2/2] watchdog: gpio-wdt: Add panic notifier

[PATCH v3 0/4] watchdog: meson: Add meson8b watchdog
 2015-11-09 15:11 UTC  (9+ messages)
` [PATCH v3 1/4] watchdog: meson: Enable meson SoC specific data
` [PATCH v3 2/4] watchdog: meson: Add meson8b "
` [PATCH v3 3/4] Documentation: watchdog: Add new bindings for meson8b
` [PATCH v3 4/4] ARM: dts: meson8b: Add watchdog node

[PATCH v9 0/5] Watchdog: introduce ARM SBSA watchdog driver
 2015-11-09 10:20 UTC  (7+ messages)
` [PATCH v9 1/5] Documentation: add sbsa-gwdt driver documentation
` [PATCH v9 2/5] ARM64: add SBSA Generic Watchdog device node in foundation-v8.dts
` [PATCH v9 3/5] ARM64: add SBSA Generic Watchdog device node in amd-seattle-soc.dtsi
` [PATCH v9 4/5] Watchdog: introdouce "pretimeout" into framework
` [PATCH v9 5/5] Watchdog: introduce ARM SBSA watchdog driver
  ` [Linaro-acpi] "

[PATCH RFC 0/3] ACPI, clocksource: add GTDT and ARM memory-mapped timer support
 2015-11-09  8:30 UTC  (5+ messages)
` [PATCH RFC 1/3] ACPI: add GTDT table parse driver into ACPI driver
` [PATCH RFC 2/3] clocksource: simplify ACPI code in arm_arch_timer.c
` [PATCH RFC 3/3] clocksource: add memory-mapped timer support "

[PATCH v2 0/4] watchdog: meson: Add meson8b watchdog
 2015-11-07 16:37 UTC  (8+ messages)
` [PATCH v2 1/4] watchdog: meson: Enable meson SoC specific data
` [PATCH v2 2/4] watchdog: meson: Add meson8b "
` [PATCH v2 3/4] Documentation: watchdog: Add new bindings for meson8b
` [PATCH v2 4/4] ARM: dts: meson8b: Add watchdog node

[PATCH 0/4] watchdog: meson: Add meson8b watchdog
 2015-11-07  0:02 UTC  (8+ messages)
` [PATCH 1/4] watchdog: meson: Enable meson SoC specific data
` [PATCH 2/4] watchdog: meson: Add meson8b "
` [PATCH 3/4] Documentation: watchdog: Add new bindings for meson8b
` [PATCH 4/4] ARM: dts: meson8b: Add watchdog node

[PATCH v4 0/2] imx6: Implement external watchdog reset
 2015-11-06 22:02 UTC  (6+ messages)
` [PATCH v4 1/2] watchdog: imx2_wdt: add external reset support via 'ext-reset-output' dt prop
` [PATCH v4 2/2] ARM: dts: ventana: Add ext-reset support

[patch] watchdog: w83977f_wdt: underflow in wdt_set_timeout()
 2015-11-06 13:58 UTC  (2+ messages)

[PATCH] watchdog: add Alphascale asm9260-wdt driver
 2015-11-05 20:43 UTC  (7+ messages)
  ` [PATCH v2] "
    ` [PATCH v2] watchdog: "

[PATCH v8 0/5] Watchdog: introduce ARM SBSA watchdog driver
 2015-11-05 18:04 UTC  (28+ messages)
` [PATCH v8 1/5] Documentation: add sbsa-gwdt driver documentation
` [PATCH v8 5/5] Watchdog: introduce ARM SBSA watchdog driver
  ` [Linaro-acpi] "

[PATCH v2 1/2] watchdog: add WDIOC_SETPRETIMEOUT and WDIOC_GETPRETIMEOUT
 2015-11-04 16:05 UTC  (9+ messages)
` [PATCH v2 2/2] watchdog: imx2_wdt: add set_pretimeout interface

[PATCH] watchdog: omap_wdt: fix null pointer dereference
 2015-11-04 10:31 UTC  (3+ messages)

[PATCH 00/13] watchdog: factorize restart handler registration
 2015-11-03 21:10 UTC  (18+ messages)
` [PATCH 01/13] watchdog: core: add restart handler support
` [PATCH 02/13] watchdog: bcm47xx_wdt: use core restart handler
` [PATCH 03/13] watchdog: da9063_wdt: "
` [PATCH 04/13] watchdog: digicolor_wdt: "
` [PATCH 05/13] watchdog: imgpdc_wdt: "
` [PATCH 06/13] watchdog: imx2_wdt: "
` [PATCH 07/13] watchdog: lpc18xx_wdt: "
` [PATCH 08/13] watchdog: meson_wdt: "
` [PATCH 09/13] watchdog: moxart_wdt: "
` [PATCH 10/13] watchdog: mtk_wdt: "
` [PATCH 11/13] watchdog: qcom-wdt: "
` [PATCH 12/13] watchdog: s3c2410_wdt: "
` [PATCH 13/13] watchdog: sunxi_wdt: "

[PATCH 1/2] watchdog: include: fix some typos
 2015-11-03 14:48 UTC  (4+ messages)
` [PATCH 2/2] watchdog: include: add units for timeout values in kerneldoc

[RFC PATCH 00/13] watchdog: factorize restart handler registration
 2015-11-03 14:46 UTC  (31+ messages)
` [RFC PATCH 01/13] watchdog: core: add restart handler support
` [RFC PATCH 02/13] watchdog: bcm47xx_wdt: use core restart handler
` [RFC PATCH 03/13] watchdog: da9063_wdt: "
` [RFC PATCH 04/13] watchdog: digicolor_wdt: "
` [RFC PATCH 05/13] watchdog: imgpdc_wdt: "
` [RFC PATCH 06/13] watchdog: imx2_wdt: "
` [RFC PATCH 07/13] watchdog: lpc18xx_wdt: "
` [RFC PATCH 08/13] watchdog: meson_wdt: "
` [RFC PATCH 09/13] watchdog: moxart_wdt: "
` [RFC PATCH 10/13] watchdog: mtk_wdt: "
` [RFC PATCH 11/13] watchdog: qcom-wdt: "
` [RFC PATCH 12/13] watchdog: s3c2410_wdt: "
` [RFC PATCH 13/13] watchdog: sunxi_wdt: "

[PATCH v2 0/5] Add board support for TS-4800
 2015-11-03 14:36 UTC  (21+ messages)
` [PATCH v2 1/5] of: add vendor prefix for Technologic Systems
` [PATCH v2 2/5] mfd: ts4800-syscon: add driver for TS-4800 syscon
` [PATCH v2 3/5] watchdog: ts4800: add driver for TS-4800 watchdog
` [PATCH v2 4/5] ARM: imx_v6_v7_defconfig: add TS-4800 watchdog and syscon
` [PATCH v2 5/5] ARM: dts: TS-4800: add basic device tree

[PATCH v3 1/2] watchdog: add WDIOC_SETPRETIMEOUT and WDIOC_GETPRETIMEOUT
 2015-11-03  8:28 UTC  (2+ messages)
` [PATCH v3 2/2] watchdog: imx2_wdt: add set_pretimeout interface

[PATCH v3 1/2] watchdog: add WDIOC_SETPRETIMEOUT and WDIOC_GETPRETIMEOUT
 2015-11-03  8:26 UTC  (2+ messages)
` [PATCH v3 2/2] watchdog: imx2_wdt: add set_pretimeout interface

[PATCH v1 1/2] watchdog: add WDIOC_SETPRETIMEOUT and WDIOC_GETPRETIMEOUT
 2015-11-03  5:25 UTC  (8+ messages)
` [PATCH v1 2/2] watchdog: imx2_wdt: add set_pretimeout interface

[PATCH] watchdog: pnx4008: make global wdt_clk static
 2015-11-02 14:34 UTC  (2+ messages)

null pointer dereference in omap_wdt
 2015-11-02  2:17 UTC  (3+ messages)

[PATCH V6 1/6] i2c: Add i2c support to Freescale Layerscape platforms
 2015-10-31  0:00 UTC  (6+ messages)
` [PATCH V6 3/6] Documentation: DT: Add entry for FSL LS1043ARDB board
` [PATCH V6 6/6] dts/ls1043a: add LS1043ARDB board support

[PATCH v3 0/2] imx6: Implement external watchdog reset
 2015-10-30 17:31 UTC 

[PATCH 0/4] Add board support for TS-4800
 2015-10-30 14:27 UTC  (13+ messages)
` [PATCH 1/4] of: add vendor prefix for Technologic Systems
` [PATCH 2/4] watchdog: ts4800: add new driver for TS-4800 watchdog
` [PATCH 3/4] ARM: imx_v6_v7_defconfig: add "
` [PATCH 4/4] ARM: dts: TS-4800: add basic device tree

[PATCH V5 1/6] i2c: Add i2c support to Freescale Layerscape platforms
 2015-10-27 22:28 UTC  (3+ messages)
` [PATCH V5 2/6] watchdog: Add support for "

[GIT PULL] watchdog updates for Linux 4.4
 2015-10-27 21:20 UTC 

[PATCH 2/2] watchdog: add support for Sigma Designs SMP86xx
 2015-10-27 18:34 UTC 


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