linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-28 05:26:13 to 2016-07-22 21:30:10 UTC [more...]

[PATCH v2] Documentation/watchdog: check return value for magic close
 2016-07-22 21:30 UTC  (3+ messages)

[PATCH v8 0/9] acpi, clocksource: add GTDT driver and GTDT support in arm_arch_timer
 2016-07-22 17:57 UTC  (13+ messages)
` [PATCH v8 1/9] clocksource/drivers/arm_arch_timer: Move enums and defines to header file
` [PATCH v8 2/9] clocksource/drivers/arm_arch_timer: Add a new enum for spi type
` [PATCH v8 3/9] clocksource/drivers/arm_arch_timer: Improve printk relevant code
` [PATCH v8 4/9] clocksource/drivers/arm_arch_timer: use readq to get 64-bit CNTVCT
` [PATCH v8 5/9] acpi/arm64: Add GTDT table parse driver
` [PATCH v8 6/9] clocksource/drivers/arm_arch_timer: Simplify ACPI support code
` [PATCH v8 7/9] acpi/arm64: Add memory-mapped timer support in GTDT driver
` [PATCH v8 8/9] clocksource/drivers/arm_arch_timer: Add GTDT support for memory-mapped timer
` [PATCH v8 9/9] acpi/arm64: Add SBSA Generic Watchdog support in GTDT driver

[PATCH] watchdog: core: Clear WDOG_HW_RUNNING before calling the stop function
 2016-07-21 21:21 UTC 

[PATCH v2] watchdog: ziirave_wdt: Add support to upload the firmware
 2016-07-21 13:40 UTC  (6+ messages)

[RFC 0/3] watchdog: introduce open deadline
 2016-07-21  0:31 UTC  (14+ messages)
` [RFC 1/3] watchdog: change watchdog_need_worker logic
` [RFC 2/3] watchdog: introduce watchdog_worker_should_ping helper
` [RFC 3/3] watchdog: introduce CONFIG_WATCHDOG_OPEN_DEADLINE

[PATCH 1/3] watchdog: bcm2835_wdt: constify _ops and _info structures
 2016-07-20 23:47 UTC  (11+ messages)
` [PATCH 2/3] watchdog: bcm2835_wdt: remove redundant ->set_timeout callback
` [PATCH 3/3] watchdog: bcm2835_wdt: set WDOG_HW_RUNNING bit when appropriate

[PATCH 0/2] watchdog: ziirave_wdt: Support firmware update
 2016-07-20 10:05 UTC  (6+ messages)
` [PATCH 1/2] watchdog: ziirave_wdt: Correct I2C device id to fix module autoloading
` [PATCH 2/2] watchdog: ziirave_wdt: Add support to upload the firmware

[PATCH v4] Documentation: Move samples from doc to samples/
 2016-07-19 22:53 UTC  (4+ messages)

[PATCH v7 0/9] acpi, clocksource: add GTDT driver and GTDT support in arm_arch_timer
 2016-07-19 18:28 UTC  (32+ messages)
` [PATCH v7 1/9] clocksource/drivers/arm_arch_timer: Move enums and defines to header file
` [PATCH v7 2/9] clocksource/drivers/arm_arch_timer: Add a new enum for spi type
` [PATCH v7 3/9] clocksource/drivers/arm_arch_timer: Improve printk relevant code
` [PATCH v7 4/9] acpi/arm64: Add GTDT table parse driver
` [PATCH v7 5/9] MAINTAINERS / ACPI: add the ARM64-specific ACPI Support maintainers
` [PATCH v7 6/9] clocksource/drivers/arm_arch_timer: Simplify ACPI support code
` [PATCH v7 7/9] acpi/arm64: Add memory-mapped timer support in GTDT driver
` [PATCH v7 8/9] clocksource/drivers/arm_arch_timer: Add GTDT support for memory-mapped timer
` [PATCH v7 9/9] acpi/arm64: Add SBSA Generic Watchdog support in GTDT driver

Can't query Intel's iTCO watchdog reboot reason
 2016-07-19 16:21 UTC  (4+ messages)

[PATCH] Documentation/watchdog: check return value for magic close
 2016-07-19 14:54 UTC  (3+ messages)

[PATCH -next] watchdog: pic32-wdt: Fix return value check in pic32_wdt_drv_probe()
 2016-07-19 14:34 UTC  (2+ messages)

[PATCH -next] watchdog: core: Fix error handling of watchdog_dev_init()
 2016-07-19 14:33 UTC  (2+ messages)

[PATCH -next] watchdog: pic32-dmt: Remove .owner field for driver
 2016-07-19 14:32 UTC  (2+ messages)

[PATCH -next] watchdog: pic32-wdt: Remove .owner field for driver
 2016-07-19 14:31 UTC  (2+ messages)

[PATCH v2] watchdog: renesas-wdt: Add support for the r8a7796 wdt
 2016-07-19 14:31 UTC  (2+ messages)

[PATCH v3] Documentation: Move samples from doc to samples/
 2016-07-18 19:32 UTC  (2+ messages)

[PATCH v2] Documentation: Move samples from doc to samples/
 2016-07-18 18:39 UTC  (2+ messages)

[PATCH] Documentation: Move samples from doc to samples/
 2016-07-18 17:45 UTC 

[PATCH 0/3] watchdog, sbsa_gwdt: Update SBSA watchdog with the new infrastructure of watchdog
 2016-07-18 15:21 UTC  (3+ messages)

[PATCH 0/2] Correct iTCO Watchdog for Apollo Lake
 2016-07-18  0:00 UTC  (4+ messages)
` [PATCH v2 "

[PATCH v2 1/2] watchdog: Implement status function in watchdog core
 2016-07-17 22:04 UTC  (2+ messages)
` [PATCH v2 2/2] watchdog: sbsa: Drop status function

[PATCH] watchdog: tangox: Set max_hw_heartbeat_ms instead of max_timeout
 2016-07-17 20:47 UTC 

[PATCH 1/1] watchdog: add support for MCP78S chipset in nv_tco
 2016-07-17 20:32 UTC  (7+ messages)
` [1/1] "
  ` [PATCH v2 1/1] "

[PATCH v3 0/3] watchdog: Add Amlogic Meson GXBB Watchdog Timer driver
 2016-07-17 20:22 UTC  (9+ messages)
` [PATCH v3 1/3] watchdog: Add Meson GXBB Watchdog Driver
` [PATCH v3 2/3] dt-bindings: watchdog: Add Meson GXBB Watchdog bindings
` [PATCH v3 3/3] ARM64: dts: amlogic: meson-gxbb: Add watchdog node

[PATCH v3 1/3] watchdog: qcom: update device tree bindings
 2016-07-17 20:21 UTC  (8+ messages)
` [PATCH v3 2/3] watchdog: qcom: add option for standalone watchdog not in timer block
` [PATCH v3 3/3] watchdog: qcom: configure BARK time in addition to BITE time

[PATCH v2] watchdog: da9063_wdt: don't trigger watchdog too fast
 2016-07-17 20:18 UTC  (3+ messages)

[PATCH 1/2] Documentation/watchdog: use stdout instead of stderr in watchdog-test
 2016-07-17 20:17 UTC  (4+ messages)
` [PATCH 2/2] Documentation/watchdog: add support for magic close to watchdog-test

Implement status function in watchdog core
 2016-07-17 20:14 UTC  (3+ messages)

[PATCH] watchdog: pic32-dmt: Fix return value check in pic32_dmt_probe()
 2016-07-17 20:11 UTC  (2+ messages)

[PATCH] watchdog: pic32-wdt: Fix return value check in pic32_wdt_drv_probe()
 2016-07-17 20:10 UTC  (2+ messages)

[PATCH] watchdog: drop redundant 'default n' option for WATCHDOG_SYSFS
 2016-07-17 20:07 UTC  (2+ messages)

[PATCH V4] watchdog: max77620: Add support for watchdog timer
 2016-07-17 20:06 UTC  (2+ messages)

[PATCH V2] watchdog: f71808e_wdt: Add F81866 support
 2016-07-17 20:04 UTC  (2+ messages)

[PATCH] watchdog: sirf: fix __iomem * warnings
 2016-07-17 20:03 UTC  (2+ messages)

[PATCH] watchdog: pcwd: Utilize the module_isa_driver macro
 2016-07-17 19:49 UTC  (2+ messages)

[PATCH v2 0/2] watchdog: Add Aspeed watchdog driver
 2016-07-17 19:49 UTC  (3+ messages)
` [PATCH v3 "

[PATCH 0/7] watchdog: softdog: cleanups
 2016-07-17 19:48 UTC  (2+ messages)

[PATCH v2 1/2] MAINTAINERS: add entry for HPE watchdog driver
 2016-07-17 19:46 UTC  (2+ messages)

[PATCH v2 2/2] watchdog: hpwdt: remove email address from doc
 2016-07-17 19:45 UTC  (2+ messages)

[PATCH v2] watchdog: Add a device managed API for watchdog_register_device()
 2016-07-17 19:42 UTC  (2+ messages)

I/O address 0x0cd6 already in use
 2016-07-09 15:06 UTC  (9+ messages)

[RESEND PATCH 0/2] watchdog: ziirave_wdt: Support firmware update
 2016-07-09  9:43 UTC  (3+ messages)
` [RESEND PATCH 1/2] watchdog: ziirave_wdt: Correct I2C device id to fix module autoloading
` [RESEND PATCH 2/2] watchdog: ziirave_wdt: Add support to upload the firmware

[PATCH 0/6] Implement I2C restart handler
 2016-07-06 14:16 UTC  (14+ messages)
` [RFC 1/6] watchdog: da9063_wdt: don't trigger watchdog too fast
` [RFC 2/6] watchdog: da9063_wdt: use delayed work to trigger
` [RFC 3/6] i2c-imx: add blocking xfer function
` [RFC 4/6] i2c-core: add possibility to block an adapter for a single user
` [RFC 5/6] mfd: da9063: save i2c_client for later use
` [RFC 6/6] watchdog: da9063_wdt: add schedule-free and race-free restart handler

[PATCH v2 1/3] watchdog: qcom: update device tree bindings
 2016-06-29  2:01 UTC  (7+ messages)
` [PATCH v2 2/3] watchdog: qcom: add option for standalone watchdog not in timer block
` [PATCH v2 3/3] watchdog: qcom: configure BARK time in addition to BITE time

[PATCH 0/3] arm64: dts: r8a7796: Add watchdog support
 2016-06-28 20:57 UTC  (3+ messages)
` [PATCH 1/3] watchdog: renesas-wdt: Add support for the r8a7796 wdt

[PATCH 0/3] qcom watchdog fixes
 2016-06-28 17:34 UTC  (10+ messages)
` [PATCH 1/3] watchdog: qcom: update device tree bindings
` [PATCH 3/3] watchdog: qcom: configure BARK time in addition to BITE time


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 NNTP newsgroup(s).