linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-05-28 08:09:04 to 2013-07-13 12:07:17 UTC [more...]

[GIT PULL REQUEST] watchdog - v3.11-rc1
 2013-07-13 12:07 UTC  (3+ messages)

[PATCH] watchdog: Add MOXA ART watchdog driver
 2013-07-11 16:35 UTC  (2+ messages)

[PATCHv2] watchdog: dw: Enable OF support for DW watchdog timer
 2013-07-10 15:14 UTC 

[PATCH] watchdog: dw: Enable OF support for DW watchdog timer
 2013-07-10 14:55 UTC  (4+ messages)

[PATCH v5] ARM: sunxi: New watchdog driver for Allwinner A10/A13
 2013-07-09 19:31 UTC  (11+ messages)
` [linux-sunxi] "

[PATCH] watchdog: softdog: remove replaceable ping operation
 2013-07-09 19:00 UTC  (2+ messages)

[PATCH v5 1/2] watchdog: New watchdog driver for MEN A21 watchdogs
 2013-07-08  7:06 UTC  (38+ messages)
` [PATCH v2 2/2] This patch adds a sysfs interface for the watchdog device found on MEN A21 Boards
  ` [PATCH v6] watchdog: New watchdog driver for MEN A21 watchdogs
            ` Some problems with sysfs patch (was Re: [PATCH v6] watchdog: New watchdog driver for MEN A21 watchdogs)
      ` [PATCH v7] watchdog: New watchdog driver for MEN A21 watchdogs
      ` [PATCH v8] "
        ` [PATCH v8 2/2] watchdog: Sysfs interface for MEN A21 watchdog
        ` [PATCH v9] watchdog: New watchdog driver for MEN A21 watchdogs
          ` [PATCH v9 2/2] watchdog: Sysfs interface for MEN A21 watchdog
            ` [PATCH v10 1/2] watchdog: New watchdog driver for MEN A21 watchdogs
              ` [PATCH v10 2/2] watchdog: Sysfs interface for MEN A21 watchdog
                ` [PATCH RESEND v10 1/2] watchdog: New watchdog driver for MEN A21 watchdogs
                  ` [PATCH RESEND v10 2/2] watchdog: Sysfs interface for MEN A21 watchdog

modalias char-major-10-130
 2013-07-05 20:53 UTC  (3+ messages)

[PATCH] [RFC]Watchdog:core: constant pinging until userspace timesout when delay very less
 2013-06-28  3:31 UTC  (13+ messages)

[PATCH 1/4] mfd: Kontron PLD mfd driver
 2013-06-27 22:05 UTC  (12+ messages)
` [PATCH v2 0/4] Kontron PLD drivers
  ` [PATCH v2 4/4] watchdog: Kontron PLD watchdog timer driver
` [PATCH v3 0/4] Kontron PLD drivers
  ` [PATCH v3 4/4] watchdog: Kontron PLD watchdog timer driver

[PATCH 2/2] Watchdog: fix clearing of the watchdog interrupt
 2013-06-27 20:44 UTC  (4+ messages)

[PATCH v3] watchdog: Add Broadcom BCM2835 watchdog timer driver
 2013-06-27 20:25 UTC  (9+ messages)
` [PATCH v4] "
          ` [PATCH v5] "

[PATCH] watchdog: delete mpcore_wdt driver
 2013-06-27 20:20 UTC  (4+ messages)

[PATCH v2 0/2] Xilinx watchdog changes
 2013-06-27 19:21 UTC  (8+ messages)
` [PATCH v2 1/2] watchdog: xilinx: Fix driver header
` [PATCH v2 2/2] watchdog: xilinx: Setup the origin compatible string

[PATCH 0/3] watchdog: dw_wdt: common clock framework and devicetree support
 2013-06-27  6:31 UTC  (5+ messages)
` [PATCH 1/3] watchdog: dw_wdt: convert to SIMPLE_DEV_PM_OPS
` [PATCH 2/3] watchdog: dw_wdt: use clk_prepare_enable and clk_disable_unprepare
` [PATCH 3/3] watchdog: dw_wdt: add a devicetree binding

[PATCH v2] Enhanced support for MPC8xx/8xxx watchdog
 2013-06-25 23:04 UTC  (2+ messages)
` [v2] "

[PATCH v2 0/4] watchdog: at91sam9_wdt: handle already configured wdt
 2013-06-21  7:32 UTC  (6+ messages)
` [PATCH v2 1/4] watchdog: at91sam9_wdt: better watchdog support
` [PATCH v2 2/4] watchdog: at91sam9_wdt: update device tree doc
` [PATCH v2 3/4] ARM: at91/dt: add sam9 watchdog default options to SoCs
` [PATCH v2 4/4] ARM: at91/dt: add watchdog properties to kizbox board

[RFC PATCH 0/4] watchdog: at91sam9_wdt: handle already configured wdt
 2013-06-21  6:59 UTC  (10+ messages)
` [RFC PATCH 1/4] watchdog: at91sam9_wdt: better watchdog support
` [RFC PATCH 2/4] watchdog: at91sam9_wdt: update device tree doc
` [RFC PATCH 3/4] ARM: at91/dt: add sam9 watchdog default options to SoCs
` [RFC PATCH 4/4] ARM: at91/dt: add watchdog properties to kizbox board

[PATCH V3 00/14] watchdog: ARM mpcore Improvements
 2013-06-19  8:15 UTC  (22+ messages)
` [PATCH V3 01/14] watchdog/mpcore_wdt: Mark it as BROKEN
` [PATCH V3 02/14] watchdog/mpcore_wdt: convert to watchdog core
` [PATCH V3 03/14] watchdog/mpcore_wdt: Fix multiline comments
` [PATCH V3 04/14] watchdog/mpcore_wdt: Arrange #includes in alphabetical order
` [PATCH V3 05/14] watchdog/mpcore_wdt: Set default heartbeat in probe instead of init
` [PATCH V3 06/14] watchdog/mpcore_wdt: convert to use module_platform_driver()
` [PATCH V3 07/14] watchdog/mpcore_wdt: Add support for dev_pm_ops interface
` [PATCH V3 08/14] watchdog/mpcore_wdt: disable wdt in suspend only if it is busy
` [PATCH V3 09/14] watchdog/mpcore_wdt: replace (__raw_)readl/writel with lighter *_relaxed variants
` [PATCH V3 10/14] watchdog/mpcore_wdt: Add support for WDIOC_GETBOOTSTATUS IOCTL
` [PATCH V3 11/14] watchdog/mpcore_wdt: Add clock framework support
` [PATCH V3 12/14] watchdog/mpcore_wdt: use correct clk_rate to program timeout
` [PATCH V3 13/14] watchdog/mpcore_wdt: Start registers from 0x00 instead of 0x20
` [PATCH V3 14/14] watchdog/mpcore_wdt: Add DT probing support for ARM mpcore watchdog

[PATCH 1/2] Watchdog: allow orion_wdt to be built for Dove
 2013-06-18 18:54 UTC  (4+ messages)

[PATCH 0/6] Samsung watchdog support clean-up
 2013-06-13 23:25 UTC  (9+ messages)

[PATCH v10 01/12] mfd: DT bindings for the palmas family MFD
 2013-06-04  6:24 UTC  (4+ messages)

[PATCH v3] watchdog: New watchdog driver for MEN A21 watchdogs
 2013-05-31 10:09 UTC  (16+ messages)
` [PATCH v4 1/2] "
  ` [PATCH v4 2/2] watchdog: Add sysfs interface for MEN A21 watchdog

[PATCH 1/3] watchdog: xilinx: Fix driver header
 2013-05-31  5:48 UTC  (17+ messages)
` [PATCH 2/3] watchdog: xilinx: Setup the origin compatible string
` [PATCH 3/3] watchdog: xilinx: Add WDIOC_SETTIMEOUT ioctl function

[PATCH v3] watchdog: Add hook for kicking in kdump path
 2013-05-30 21:54 UTC  (13+ messages)

[PATCH] wdrtas: don't use custom version of print_hex_dump
 2013-05-28 16:25 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;
as well as URLs for NNTP newsgroup(s).