Linux Watchdog driver development
 help / color / mirror / Atom feed
 messages from 2015-11-06 09:56:42 to 2015-11-23 10:07:35 UTC [more...]

[PATCH 1/2] sp5100_tco: fix the device check for SB800 and later chipsets
 2015-11-23 10:07 UTC 

[PATCH] watchdog: add Alphascale asm9260-wdt driver
 2015-11-23  9:51 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH v2] watchdog: "

[PATCH v3 0/5] Add board support for TS-4800
 2015-11-23  8:20 UTC  (15+ messages)
` [PATCH v3 1/5] of: add vendor prefix for Technologic Systems
` [PATCH v3 2/5] mfd: syscon: add a DT property to set value width
` [PATCH v3 3/5] watchdog: ts4800: add driver for TS-4800 watchdog
` [PATCH v3 4/5] ARM: imx_v6_v7_defconfig: add "
` [PATCH v3 5/5] ARM: dts: TS-4800: add basic device tree

[PATCH] sp5100_tco: Add AMD Mullins platform support
 2015-11-23  7:59 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v5 0/8] watchdog: Add support for keepalives triggered by infrastructure
 2015-11-23  7:53 UTC  (10+ messages)
` [PATCH v5 1/8] watchdog: Introduce hardware maximum timeout in watchdog core
` [PATCH v5 2/8] watchdog: Introduce WDOG_RUNNING flag
` [PATCH v5 3/8] watchdog: Make set_timeout function optional
` [PATCH v5 4/8] watchdog: Add support for minimum time between heartbeats
` [PATCH v5 5/8] watchdog: Simplify update_worker
` [RFT PATCH v5 6/8] watchdog: imx2: Convert to use infrastructure triggered keepalives
` [RFT PATCH v5 7/8] watchdog: retu: "
` [RFT PATCH v5 8/8] watchdog: at91sam9: "

[PATCH 1/2] watchdog: gpio-wdt: Rename notifier to reboot_notifier
 2015-11-23  5:33 UTC  (10+ messages)
` [PATCH 2/2] watchdog: gpio-wdt: Add panic notifier

[PATCH 0/6] watchdog: add watchdog pretimeout framework
 2015-11-23  0:38 UTC  (9+ messages)
` [PATCH 1/6] "
` [PATCH 2/6] watchdog: pretimeout: add noop pretimeout governor
` [PATCH 3/6] watchdog: pretimeout: add panic "
` [PATCH 4/6] watchdog: pretimeout: add userspace notifier "
` [PATCH 5/6] watchdog: pretimeout: add device specific "
` [PATCH 6/6] watchdog: pretimeout: add ping watchdog "

[PATCH 1/4] clocksource: Add brcm,bcm6345-timer device tree binding
 2015-11-22 22:13 UTC  (17+ messages)
` [PATCH 2/4] MIPS: bmips: Add bcm6345-l2-timer interrupt controller
` [PATCH 3/4] watchdog: Add brcm,bcm6345-wdt device tree binding
` [PATCH 4/4] MIPS: bmips: Convert bcm63xx_wdt to use WATCHDOG_CORE
        ` [PATCH 4/10] (Was: [PATCH 4/4]) "
          ` [PATCH 4/10] watchdog: bcm63xx_wdt: Handle hardware interrupt and remove software timer
          ` [PATCH 5/10] watchdog: bcm63xx_wdt: Use WATCHDOG_CORE
          ` [PATCH 6/10] watchdog: bcm63xx_wdt: Obtain watchdog clock HZ from "periph" clk
          ` [PATCH 7/10] watchdog: bcm63xx_wdt: Add get_timeleft function
          ` [PATCH 8/10] watchdog: bcm63xx_wdt: Remove dependency on mach-bcm63xx functions/defines
          ` [PATCH 9/10] watchdog: bcm63xx_wdt: Use bcm63xx_timer interrupt directly
          ` [PATCH 10/10] watchdog: bcm63xx_wdt: Use brcm,bcm6345-wdt device tree binding

[PATCH v4] watchdog: add support for Sigma Designs SMP86xx/SMP87xx
 2015-11-21 16:28 UTC  (4+ messages)

[PATCH v3 1/2] watchdog: add WDIOC_SETPRETIMEOUT and WDIOC_GETPRETIMEOUT
 2015-11-21  3:30 UTC  (2+ messages)

[PATCH v2 0/6] watchdog: factorize reboot notifier registration
 2015-11-21  1:11 UTC  (10+ messages)
` [PATCH v2 1/6] watchdog: core: add reboot notifier support
` [PATCH v2 2/6] watchdog: bcm47xx_wdt: use core reboot notifier
` [PATCH v2 3/6] watchdog: cadence_wdt: "
` [PATCH v2 4/6] watchdog: gpio_wdt: "
` [PATCH v2 5/6] watchdog: softdog: "
` [PATCH v2 6/6] watchdog: w83627hf_wdt: "

[PATCH 1/2] Add binding documentation for Zodiac Watchdog Timer
 2015-11-20 18:44 UTC  (4+ messages)
` [PATCH 2/2] Zodiac Aerospace RAVE Switch Watchdog Processor Driver

[PATCH] watchdog: mtk_wdt: Use MODE_KEY when stopping the watchdog
 2015-11-20 16:51 UTC  (3+ messages)

[PATCH 0/7] watchdog: factorize reboot notifier registration
 2015-11-20 16:09 UTC  (19+ messages)
` [PATCH 1/7] watchdog: core: add reboot notifier support
` [PATCH 2/7] watchdog: bcm47xx_wdt: use core reboot notifier
` [PATCH 3/7] watchdog: cadence_wdt: "
` [PATCH 4/7] watchdog: gpio_wdt: stop on SYS_DOWN instead of SYS_POWER_OFF
` [PATCH 5/7] watchdog: gpio_wdt: use core reboot notifier
` [PATCH 6/7] watchdog: softdog: "
` [PATCH 7/7] watchdog: w83627hf_wdt: "

[PATCHv8 1/5] i2c: imx: fix a compiling error
 2015-11-20 14:59 UTC  (6+ messages)
` [PATCHv8 2/5] watchdog: Add support for Freescale Layerscape platforms
` [PATCHv8 3/5] Documentation: DT: Add entry for Freescale LS1043a-RDB board
` [PATCHv8 4/5] ARM64: dts: add Freescale LS1043a SoC support
` [PATCHv8 5/5] ARM64: dts: add LS1043a-RDB board support

[PATCH v8 0/5] Watchdog: introduce ARM SBSA watchdog driver
 2015-11-20  0:26 UTC  (17+ messages)
` [PATCH v8 5/5] "
  ` [Linaro-acpi] "

[PATCH v3] watchdog: add support for Sigma Designs SMP86xx/SMP87xx
 2015-11-19 19:11 UTC  (2+ messages)

[PATCH v2 2/2] watchdog: add support for Sigma Designs SMP86xx/SMP87xx
 2015-11-19 16:30 UTC  (3+ messages)

[PATCH v3 00/22] kthread: Use kthread worker API more widely
 2015-11-18 14:25 UTC  (3+ messages)
` [PATCH v3 15/22] hung_task: Convert hungtaskd into kthread worker API

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

[PATCH] watchdog: tegra: Stop watchdog first if restarting
 2015-11-16 10:48 UTC  (3+ messages)

[PATCH V4 0/2] watchdog: Sysfs status read support
 2015-11-16  6:01 UTC  (4+ messages)

[RESEND][PATCH] watchdog: add support for Sigma Designs SMP86xx
 2015-11-13 18:41 UTC  (7+ messages)

[PATCH 0/4] Add board support for TS-4800
 2015-11-11 23:28 UTC  (5+ messages)
` [PATCH 2/4] watchdog: ts4800: add new driver for TS-4800 watchdog
` [PATCH 4/4] ARM: dts: TS-4800: add basic device tree

[PATCH v3 0/4] watchdog: meson: Add meson8b watchdog
 2015-11-11  8:54 UTC  (10+ 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

[GIT PULL REQUEST] watchdog - v4.4 Merge window
 2015-11-09 18:51 UTC 

[PATCH v9 0/5] Watchdog: introduce ARM SBSA watchdog driver
 2015-11-09 16:13 UTC  (8+ 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  (2+ messages)

[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  (5+ messages)
` [PATCH v4 1/2] watchdog: imx2_wdt: add external reset support via 'ext-reset-output' dt prop

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


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