Linux Watchdog driver development
 help / color / mirror / Atom feed
 messages from 2014-02-08 08:50:56 to 2014-02-28 03:20:49 UTC [more...]

[PATCH 1/6] watchdog: ep93xx_wdt: split module author names
 2014-02-28  3:20 UTC  (7+ messages)
` [PATCH 2/6] watchdog: pc87413: "
` [PATCH 3/6] watchdog: w83697hf: "
` [PATCH 4/6] watchdog: ibmasr: fix incorrect placement of __initdata marker
` [PATCH 5/6] watchdog: iTCO_wdt: remove unnecessary spaces
` [PATCH 6/6] watchdog: softdog: remove unnecessary initialization of static variable

[PATCH 2/4] ARM: dove: prepare new Dove DT Kconfig variable
 2014-02-28  1:53 UTC  (4+ messages)

[PATCH 0/2] Watchdog on Armada 375 SoC
 2014-02-26 20:36 UTC  (4+ messages)
` [PATCH 1/2] ARM: mvebu: Enable Armada 375 watchdog in the devicetree
` [PATCH 2/2] ARM: mvebu: system-controller: Add A375 initialization

[PATCH RESEND] watchdog: orion_wdt: Use %pa to print 'phys_addr_t'
 2014-02-25 20:10 UTC  (2+ messages)

[PATCH] watchdog: orion_wdt: Use %pa to print 'phys_addr_t'
 2014-02-25 16:10 UTC  (10+ messages)

[PATCH v3 0/11] Xilinx watchdog changes
 2014-02-25  7:39 UTC  (29+ messages)
` [PATCH v3 01/11] watchdog: xilinx: Convert driver to the watchdog framework
` [PATCH v3 02/11] watchdog: xilinx: Move control_status_reg to functions
` [PATCH v3 03/11] watchdog: xilinx: Simplify probe and remove functions
` [PATCH v3 04/11] watchdog: xilinx: Move no_timeout to probe function
` [PATCH v3 05/11] watchdog: xilinx: Allocate private structure per device
` [PATCH v3 06/11] watchdog: xilinx: Fix all printk messages
` [PATCH v3 07/11] watchdog: xilinx: Use of_property_read_u32
` [PATCH v3 08/11] watchdog: xilinx: Use correct comment indentation
` [PATCH v3 09/11] watchdog: xilinx: Add missing binding
` [PATCH v3 10/11] watchdog: xilinx: Enable this driver for Zynq
` [PATCH v3 11/11] watchdog: xilinx: Remove no_timeout variable

[PATCH] watchdog: wdt285: Fix variable type
 2014-02-24 20:00 UTC  (3+ messages)

[PATCH] watchdog: shwdt: Remove unused variable
 2014-02-24 20:00 UTC  (4+ messages)

[PATCH] watchdog: sc520_wdt: Remove unused variable
 2014-02-24 19:59 UTC  (3+ messages)

[PATCH] watchdog: intel_scu_watchdog: Remove unused variable
 2014-02-24 19:58 UTC  (3+ messages)

[PATCH] watchdog: indydog: Simplify indydog_{start,stop}
 2014-02-24 19:58 UTC  (3+ messages)

[PATCH] watchdog: bcm63xx_wdt: Remove unused field from bcm63xx_wdt_device
 2014-02-24 19:57 UTC  (3+ messages)

[PATCH 1/3] watchdog: ep93xx_wdt: Use devm_ioremap_resource()
 2014-02-24 19:55 UTC  (10+ messages)
` [PATCH 2/3] watchdog: omap_wdt: "
` [PATCH 3/3] watchdog: sp805_wdt: "

[PATCH] watchdog: ts72xx_wdt: make 'ts72xx_wdt_pdev' static
 2014-02-24 19:54 UTC  (4+ messages)

[PATCH 0/8] watchdog: Remove unnecessary OOM messages
 2014-02-24 19:53 UTC  (16+ messages)
` [PATCH 1/8] watchdog: at32ap700x: "
` [PATCH 2/8] watchdog: bcm2835: "
` [PATCH 3/8] watchdog: da9052: "
` [PATCH 4/8] watchdog: da9055: "
` [PATCH 5/8] watchdog: pcwd_usb: "
` [PATCH 6/8] watchdog: sp805_wdt: "
` [PATCH 7/8] watchdog: ts72xx_wdt: "
` [PATCH 8/8] watchdog: wm831x: "

[PATCH 40/73] watchdog: delete non-required instances of include <linux/init.h>
 2014-02-24 19:52 UTC  (2+ messages)

[PATCH] watchdog: mpc8xxx_wdt: MPC8xx is HW enabled
 2014-02-24 19:51 UTC  (2+ messages)

[GIT PULL REQUEST] watchdog - v3.14-rc4 Fixes
 2014-02-21 19:41 UTC 

[PATCH v6 00/19] Armada 370/XP watchdog
 2014-02-19 15:01 UTC  (15+ messages)
` [PATCH v6 01/19] clocksource: orion: Use atomic access for shared registers
` [PATCH v6 05/19] watchdog: orion: Make sure the watchdog is initially stopped

[PATCH v7 00/18] Armada 370/XP watchdog
 2014-02-17 23:42 UTC  (25+ messages)
` [PATCH v7 01/18] watchdog: orion: Add clock error handling
` [PATCH v7 02/18] watchdog: orion: Use atomic access for shared registers
` [PATCH v7 03/18] watchdog: orion: Remove unused macros
` [PATCH v7 04/18] watchdog: orion: Make sure the watchdog is initially stopped
` [PATCH v7 05/18] watchdog: orion: Handle the interrupt so it's properly acked
` [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 v7 15/18] ARM: dove: Enable Dove watchdog in the devicetree
` [PATCH v7 16/18] watchdog: orion: Enable the build on ARCH_MVEBU
` [PATCH v7 17/18] ARM: mvebu: Enable watchdog support in defconfig
` [PATCH v7 18/18] ARM: dove: Enable watchdog support in the defconfig

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

[hwmon:watchdog-next 28/34] drivers/watchdog/tegra_wdt.c:74:12: error: 'heartbeat' redeclared as different kind of symbol
 2014-02-17 17:21 UTC 

[PATCH 25/48] watchdog: Replace __raw_get_cpu_var uses
 2014-02-14 20:19 UTC 

[PATCH v7 1/1] watchdog: Add tegra watchdog
 2014-02-14 20:14 UTC  (2+ messages)

[PATCH v2 42/52] octeon, watchdog: Fix CPU hotplug callback registration
 2014-02-14  7:58 UTC 

[PATCH v5 1/1] watchdog: Add tegra watchdog
 2014-02-12 21:49 UTC  (6+ messages)

[PATCH v6 1/1] watchdog: Add tegra watchdog
 2014-02-12 21:47 UTC 

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

[PATCH 01/10] watchdog: xilinx: Convert driver to the watchdog framework
 2014-02-10 17:18 UTC  (19+ messages)
` [PATCH 02/10] watchdog: xilinx: Move control_status_reg to 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 03/10] watchdog: xilinx: Simplify probe and remove functions
 2014-02-09 20:08 UTC  (2+ messages)
` [03/10] "

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


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