linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-01-21 09:13:00 to 2014-02-05 20:17:13 UTC [more...]

[PATCH v2 0/3] tegra30 watchdog support
 2014-02-05 20:17 UTC  (11+ messages)
` [PATCH v2 1/3] clocksource: tegra: Add nvidia,tegra30-timer compat
` [PATCH v2 2/3] clocksource: tegra: Define timer bases in header file
` [PATCH v2 3/3] watchdog: Add tegra watchdog

[PATCH v5 00/20] Armada 370/XP watchdog support
 2014-02-05 19:10 UTC  (34+ messages)
` [PATCH v5 01/20] ARM: Introduce atomic MMIO modify
` [PATCH v5 02/20] clocksource: orion: Use atomic access for shared registers
` [PATCH v5 03/20] watchdog: orion: Add clock error handling
` [PATCH v5 04/20] watchdog: orion: Use atomic access for shared registers
` [PATCH v5 05/20] watchdog: orion: Remove unused macros
` [PATCH v5 06/20] watchdog: orion: Make sure the watchdog is initially stopped
` [PATCH v5 07/20] watchdog: orion: Handle the interrupt so it's properly acked
` [PATCH v5 08/20] watchdog: orion: Make RSTOUT register a separate resource
` [PATCH v5 09/20] watchdog: orion: Remove unneeded BRIDGE_CAUSE clear
` [PATCH v5 10/20] watchdog: orion: Introduce an orion_watchdog device structure
` [PATCH v5 11/20] watchdog: orion: Introduce per-compatible of_device_id data
` [PATCH v5 12/20] watchdog: orion: Add per-compatible clock initialization
` [PATCH v5 13/20] watchdog: orion: Add per-compatible watchdog start implementation
` [PATCH v5 14/20] watchdog: orion: Add support for Armada 370 and Armada XP SoC
` [PATCH v5 15/20] ARM: mvebu: Enable Armada 370/XP watchdog in the devicetree
` [PATCH v5 16/20] ARM: kirkwood: Add RSTOUT 'reg' entry to devicetree
` [PATCH v5 17/20] ARM: dove: Enable Dove watchdog in the devicetree
` [PATCH v5 18/20] watchdog: orion: Enable the build on ARCH_MVEBU
` [PATCH v5 19/20] ARM: mvebu: Enable watchdog support in defconfig
` [PATCH v5 20/20] ARM: dove: Enable watchdog support in the defconfig

[PATCH] watchdog,dw: Add dependency on HAS_IOMEM
 2014-02-03 10:39 UTC  (4+ messages)

[PATCH 01/10] watchdog: xilinx: Convert driver to the watchdog framework
 2014-02-03  8:45 UTC  (16+ messages)
` [PATCH 02/10] watchdog: xilinx: Move control_status_reg to functions
` [PATCH 03/10] watchdog: xilinx: Simplify probe and remove functions
` [PATCH 04/10] watchdog: xilinx: Move no_timeout to probe function
` [PATCH 05/10] watchdog: xilinx: Allocate private structure per device
` [PATCH 06/10] watchdog: xilinx: Fix all printk messages
` [PATCH 07/10] watchdog: xilinx: Fix OF binding
` [PATCH 08/10] watchdog: xilinx: Use correct comment indentation
` [PATCH 10/10] watchdog: xilinx: Enable this driver for Zynq

[PATCH 1/3] wdt: sunxi: Introduce a new compatible for the A10 and A31
 2014-02-02 13:55 UTC  (3+ messages)
` [PATCH 2/3] ARM: sunxi: Add the new watchog compatibles to the reboot code
` [PATCH 3/3] ARM: sunxi: dt: Update the watchdog compatibles

[GIT PULL REQUEST] watchdog - v3.14-rc1 merge window
 2014-01-29 19:54 UTC 

[PATCH] watchdog: w83697hf_wdt: return ENODEV if no device was found
 2014-01-27 16:33 UTC  (2+ messages)

[PATCH v4 00/18] Armada 370/XP watchdog support
 2014-01-27 14:49 UTC  (42+ messages)
` [PATCH v4 01/18] ARM: Introduce atomic MMIO modify
` [PATCH v4 02/18] clocksource: orion: Use atomic access for shared registers
` [PATCH v4 03/18] watchdog: orion: Add clock error handling
` [PATCH v4 04/18] watchdog: orion: Use atomic access for shared registers
` [PATCH v4 05/18] watchdog: orion: Remove unused macros
` [PATCH v4 06/18] watchdog: orion: Make sure the watchdog is initially stopped
` [PATCH v4 07/18] watchdog: orion: Handle IRQ
` [PATCH v4 08/18] watchdog: orion: Make RSTOUT register a separate resource
` [PATCH v4 09/18] watchdog: orion: Remove unneeded BRIDGE_CAUSE clear
` [PATCH v4 10/18] watchdog: orion: Introduce an orion_watchdog device structure
` [PATCH v4 11/18] watchdog: orion: Introduce per-compatible of_device_id data
` [PATCH v4 12/18] watchdog: orion: Add per-compatible clock initialization
` [PATCH v4 13/18] watchdog: orion: Add per-compatible watchdog start implementation
` [PATCH v4 14/18] watchdog: orion: Add support for Armada 370 and Armada XP SoC
` [PATCH v4 15/18] ARM: mvebu: Enable Armada 370/XP watchdog in the devicetree
` [PATCH v4 16/18] ARM: kirkwood: Add RSTOUT 'reg' entry to devicetree
` [PATCH v4 17/18] watchdog: orion: Enable the build on ARCH_MVEBU
` [PATCH v4 18/18] ARM: mvebu: Enable watchdog support in defconfig

[PATCH v3 00/15] Armada 370/XP watchdog support
 2014-01-27  7:18 UTC  (24+ messages)
` [PATCH v3 01/15] ARM: Introduce atomic MMIO modify
` [PATCH v3 02/15] clocksource: orion: Use atomic access for shared registers
` [PATCH v3 03/15] watchdog: "
` [PATCH v3 04/15] watchdog: orion: Handle IRQ
` [PATCH v3 05/15] watchdog: orion: Make RSTOUT register a separate resource
` [PATCH v3 06/15] watchdog: orion: Remove unneeded BRIDGE_CAUSE clear
` [PATCH v3 07/15] watchdog: orion: Introduce an orion_watchdog device structure
` [PATCH v3 08/15] watchdog: orion: Introduce per-compatible of_device_id data
` [PATCH v3 09/15] watchdog: orion: Add per-compatible clock initialization
` [PATCH v3 10/15] watchdog: orion: Add per-compatible watchdog start implementation
` [PATCH v3 11/15] watchdog: orion: Add support for Armada 370 and Armada XP SoC
` [PATCH v3 12/15] ARM: mvebu: Enable Armada 370/XP watchdog in the devicetree
` [PATCH v3 13/15] ARM: kirkwood: Add RSTOUT 'reg' entry to devicetree
` [PATCH v3 14/15] watchdog: orion: Enable the build on ARCH_MVEBU
` [PATCH v3 15/15] ARM: mvebu: Enable watchdog support in defconfig

[PATCH] watchdog: update MAINTAINERS git tree
 2014-01-27  6:38 UTC 

[PATCH v2 00/15] Armada 370/XP watchdog support
 2014-01-23 21:15 UTC  (63+ messages)
` [PATCH v2 01/15] ARM: Introduce atomic MMIO modify
` [PATCH v2 02/15] clocksource: orion: Use atomic access for shared registers
` [PATCH v2 03/15] watchdog: "
` [PATCH v2 05/15] watchdog: orion: Make RSTOUT register a separate resource
` [PATCH v2 06/15] watchdog: orion: Remove unneeded BRIDGE_CAUSE clear
` [PATCH v2 07/15] watchdog: orion: Introduce an orion_watchdog device structure
` [PATCH v2 08/15] watchdog: orion: Introduce per-compatible of_device_id data
` [PATCH v2 09/15] watchdog: orion: Add per-compatible clock initialization
` [PATCH v2 10/15] watchdog: orion: Add per-compatible watchdog start implementation
` [PATCH v2 11/15] watchdog: orion: Add support for Armada 370 and Armada XP SoC
` [PATCH v2 12/15] ARM: mvebu: Enable Armada 370/XP watchdog in the devicetree
` [PATCH v2 13/15] ARM: kirkwood: Add RSTOUT 'reg' entry to devicetree
` [PATCH v2 14/15] watchdog: orion: Allow to build on any Orion platform
    ` Removing PLAT_ORION dependency from ARCH_MVEBU (Was Re: [PATCH v2 14/15] watchdog: orion: Allow to build on any Orion platform)
` [PATCH v2 15/15] ARM: mvebu: Enable watchdog support in defconfig

[PATCH] watchdog: mach-moxart: add restart handler
 2014-01-22 20:01 UTC  (2+ messages)

[PATCH] watchdog: Add sp805_wdt depends on ARM64
 2014-01-22 19:59 UTC  (3+ messages)

[PATCH 40/73] watchdog: delete non-required instances of include <linux/init.h>
 2014-01-21 21:22 UTC 


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).