messages from 2013-12-04 20:48:21 to 2014-01-22 18:14:16 UTC [more...]
[PATCH v2 00/15] Armada 370/XP watchdog support
2014-01-22 18:14 UTC (49+ 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 04/15] watchdog: orion: Handle IRQ
` [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 v3 00/15] Armada 370/XP watchdog support
2014-01-22 17:06 UTC (21+ 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: Add sp805_wdt depends on ARM64
2014-01-22 14:40 UTC (2+ messages)
[PATCH 40/73] watchdog: delete non-required instances of include <linux/init.h>
2014-01-21 21:22 UTC
[PATCH V12 0/3] Add watchdog DT nodes and use syscon regmap interface to configure pmu registers
2014-01-21 5:08 UTC (25+ messages)
` [PATCH V12 1/3] ARM: dts: Add pmu sysreg node to exynos5250 and exynos5420 dtsi files
` [PATCH V12 2/3] watchdog: s3c2410_wdt: use syscon regmap interface to configure pmu register
` [PATCH V12 3/3] ARM: dts: update watchdog device nodes for Exynos5250 and Exynos5420
[PATCH 23/41] watchdog: Replace __raw_get_cpu_var uses
2014-01-17 15:18 UTC
[PATCH] watchdog: add a parameter for stop wdt before register
2014-01-16 1:52 UTC (13+ messages)
[PATCH v3] watchdog: mpc8xxx_wdt convert to watchdog core
2014-01-14 8:32 UTC (2+ messages)
[PATCH v2 0/2] watchdog: bcm281xx: Debugfs support
2014-01-13 21:10 UTC (6+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] watchdog: bcm281xx: Turn on debugfs support for watchdog driver
[PATCH v5 0/2] watchdog: bcm281xx: Watchdog Driver
2014-01-13 21:02 UTC (7+ messages)
` [PATCH v5 1/2] "
[PATCH 1/1] watchdog: sirf: Remove redundant of_match_ptr helper
2014-01-13 20:41 UTC (3+ messages)
[PATCH v2] watchdog: dw_wdt: remove build dependencies
2014-01-13 20:01 UTC (3+ messages)
[PATCH] watchdog: imx2_wdt: disable watchdog timer during low power mode
2014-01-13 19:21 UTC (4+ messages)
[PATCH] watchdog: s3c2410_wdt: Report when the watchdog reset the system
2014-01-13 18:26 UTC (21+ messages)
` [PATCH v2 1/2] fixup: watchdog: s3c2410_wdt: use syscon regmap interface to configure pmu register
` [PATCH v2 2/2] watchdog: s3c2410_wdt: Report when the watchdog reset the system
` [PATCH v3] "
Re: [PATCH V12 1/3] ARM: dts: Add pmu sysreg node to exynos5250 and exynos5420 dtsi files
2014-01-10 7:55 UTC
[PATCH] watchdog: davinci: rename platform driver to davinci-wdt
2014-01-09 11:12 UTC (9+ messages)
[PATCH] watchdog: s3c2410_wdt: Handle rounding a little better for timeout
2014-01-08 20:03 UTC (3+ messages)
` [PATCH v2] "
[PATCH] watchdog: s3c2410_wdt: Only register for cpufreq on CPU_FREQ_S3C24XX
2014-01-08 19:54 UTC (3+ messages)
` [PATCH v2] watchdog: s3c2410_wdt: Only register for cpufreq on ARM_S3C24XX_CPUFREQ
[PATCH v3] watchdog: GPIO-controlled watchdog
2014-01-06 21:10 UTC (7+ messages)
[PATCH 0/2] watchdog: bcm281xx: Debugfs support
2014-01-04 17:42 UTC (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] watchdog: bcm281xx: Turn on debugfs support for watchdog driver
[PATCH 1/1] watchdog: Adding Merrifield watchdog driver support
2014-01-04 5:44 UTC (4+ messages)
[PATCH] watchdog: bcm281xx: Fix Kconfig help section
2014-01-03 20:57 UTC
[PATCH] watchdog: dw_wdt: remove build dependencies
2013-12-30 12:16 UTC (7+ messages)
[PATCH v5 0/5] Update Davinci watchdog driver
2013-12-26 18:20 UTC (9+ messages)
` [PATCH v5 1/5] watchdog: davinci: change driver to use WDT core
` [PATCH v6 "
[PATCH] Watchdog: pcwd_usb: remove CONFIG_USB_DEBUG usage
2013-12-21 18:00 UTC (2+ messages)
[GIT PULL] watchdog updates for Linux 3.14
2013-12-19 17:34 UTC
[PATCH 23/40] watchdog: Replace __raw_get_cpu_var uses
2013-12-19 15:50 UTC
[PATCH] watchdog: mach-moxart: add restart handler
2013-12-18 17:20 UTC (2+ messages)
[GIT PULL REQUEST] watchdog - v3.13-rc3 Fixes
2013-12-10 7:53 UTC
[PATCH] watchdog: mpc8xxx_wdt: MPC8xx is HW enabled
2013-12-06 19:35 UTC (4+ messages)
[PATCH V11 0/3] Add watchdog DT nodes and use syscon regmap interface to configure pmu registers
2013-12-05 19:02 UTC (12+ messages)
` [PATCH V11 1/3] ARM: dts: Add pmu sysreg node to exynos5250 and exynos5420 dtsi files
` [PATCH V11 2/3] watchdog: s3c2410_wdt: use syscon regmap interface to configure pmu register
[PATCH] sc1200_wdt: Fix oops
2013-12-05 2:46 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).