Linux Watchdog driver development
 help / color / mirror / Atom feed
 messages from 2014-01-22 23:05:11 to 2014-02-10 23:00:33 UTC [more...]

[PATCH v7 00/18] Armada 370/XP watchdog
 2014-02-10 23:00 UTC  (13+ messages)
` [PATCH v7 01/18] watchdog: orion: Add clock error handling
` [PATCH v7 03/18] watchdog: orion: Remove unused macros
` [PATCH v7 04/18] watchdog: orion: Make sure the watchdog is initially stopped
` [PATCH v7 06/18] watchdog: orion: Make RSTOUT register a separate resource
` [PATCH v7 07/18] watchdog: orion: Remove unneeded BRIDGE_CAUSE clear
` [PATCH v7 08/18] watchdog: orion: Introduce an orion_watchdog device structure
` [PATCH v7 09/18] watchdog: orion: Introduce per-compatible of_device_id data
` [PATCH v7 10/18] watchdog: orion: Add per-compatible clock initialization
` [PATCH v7 11/18] watchdog: orion: Add per-compatible watchdog start implementation
` [PATCH v7 12/18] watchdog: orion: Add support for Armada 370 and Armada XP SoC
` [PATCH v7 13/18] ARM: mvebu: Enable Armada 370/XP watchdog in the devicetree
` [PATCH v7 14/18] ARM: kirkwood: Add RSTOUT 'reg' entry to devicetree

[PATCH 01/10] watchdog: xilinx: Convert driver to the watchdog framework
 2014-02-10 17:18 UTC  (28+ messages)
` [PATCH 02/10] watchdog: xilinx: Move control_status_reg to functions
` [PATCH 03/10] watchdog: xilinx: Simplify probe and remove functions
  ` [03/10] "
` [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 v6 00/19] Armada 370/XP watchdog
 2014-02-10 16:57 UTC  (35+ messages)
` [PATCH v6 01/19] clocksource: orion: Use atomic access for shared registers
` [PATCH v6 02/19] watchdog: orion: Add clock error handling
` [PATCH v6 03/19] watchdog: orion: Use atomic access for shared registers
` [PATCH v6 04/19] watchdog: orion: Remove unused macros
` [PATCH v6 05/19] watchdog: orion: Make sure the watchdog is initially stopped
` [PATCH v6 06/19] watchdog: orion: Handle the interrupt so it's properly acked
` [PATCH v6 07/19] watchdog: orion: Make RSTOUT register a separate resource
` [PATCH v6 08/19] watchdog: orion: Remove unneeded BRIDGE_CAUSE clear
` [PATCH v6 09/19] watchdog: orion: Introduce an orion_watchdog device structure
` [PATCH v6 10/19] watchdog: orion: Introduce per-compatible of_device_id data
` [PATCH v6 11/19] watchdog: orion: Add per-compatible clock initialization
` [PATCH v6 12/19] watchdog: orion: Add per-compatible watchdog start implementation
` [PATCH v6 13/19] watchdog: orion: Add support for Armada 370 and Armada XP SoC
` [PATCH v6 14/19] ARM: mvebu: Enable Armada 370/XP watchdog in the devicetree
` [PATCH v6 15/19] ARM: kirkwood: Add RSTOUT 'reg' entry to devicetree
` [PATCH v6 16/19] ARM: dove: Enable Dove watchdog in the devicetree
` [PATCH v6 17/19] watchdog: orion: Enable the build on ARCH_MVEBU
` [PATCH v6 18/19] ARM: mvebu: Enable watchdog support in defconfig
` [PATCH v6 19/19] ARM: dove: Enable watchdog support in the defconfig

[GIT PULL REQUEST] watchdog - Fixes for v3.14-rc2
 2014-02-08  8:50 UTC 

[PATCH v2 0/3] watchdog: sunxi: Change compatible patterns
 2014-02-07 21:29 UTC  (4+ messages)
` [PATCH v2 1/3] watchdog: sunxi: Change compatibles
` [PATCH v2 2/3] ARM: sunxi: Add the new watchog compatibles to the reboot code
` [PATCH v2 3/3] ARM: sunxi: dt: Update the watchdog compatibles

[PATCH 1/3] wdt: sunxi: Introduce a new compatible for the A10 and A31
 2014-02-07 13:19 UTC  (5+ 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

[PATCH v5 1/1] watchdog: Add tegra watchdog
 2014-02-07  1:57 UTC  (2+ messages)

[PATCH v4 1/1] watchdog: Add tegra watchdog
 2014-02-07  1:48 UTC  (3+ messages)

[PATCH v5 00/20] Armada 370/XP watchdog support
 2014-02-06 23:47 UTC  (36+ 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 v3 1/1] watchdog: Add tegra watchdog
 2014-02-06 16:51 UTC  (3+ messages)

[PATCH] watchdog: w83697hf_wdt: return ENODEV if no device was found
 2014-02-06  7:49 UTC  (5+ messages)

[PATCH 40/51] octeon, watchdog: Fix CPU hotplug callback registration
 2014-02-05 22:11 UTC 

[PATCH v2 0/3] tegra30 watchdog support
 2014-02-05 21:41 UTC  (13+ 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] watchdog,dw: Add dependency on HAS_IOMEM
 2014-02-03 10:39 UTC  (4+ messages)

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

[PATCH v4 00/18] Armada 370/XP watchdog support
 2014-01-27 14:49 UTC  (41+ messages)
` [PATCH v4 01/18] ARM: Introduce atomic MMIO modify
` [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  (6+ messages)
` [PATCH v3 04/15] watchdog: orion: Handle IRQ

[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  (17+ messages)
` [PATCH v2 06/15] watchdog: orion: Remove unneeded BRIDGE_CAUSE clear


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