messages from 2012-02-02 20:11:43 to 2012-04-02 14:02:20 UTC [more...]
[PATCH 0/7]: arm: lpc32xx: Device tree support
2012-04-02 14:02 UTC (12+ messages)
` [PATCH 1/7] iio: Add device tree support to LPC32xx ADC
` [PATCH 2/7] rtc: Add device tree support for LPC32xx
` [PATCH 3/7] net: Add device tree support to LPC32xx
` [PATCH 4/7] arm: mach-pnx4008: Adjust i2c.c to updated i2c-pnx.c
` [PATCH 5/7] i2c: Add device tree support to i2c-pnx.c
` [PATCH 6/7] i2c-pnx.c: Fix suspend
` [PATCH 7/7] wdt: Device tree support for pnx4008-wdt
[PATCH RFT v3] watchdog: Convert orion_wdt driver to watchdog core
2012-04-01 10:02 UTC (3+ messages)
Design ware Timer Source Code
2012-04-01 9:07 UTC
[PATCH 05/07] Watchdog: DA9052/53 watchdog support v1
2012-03-30 10:04 UTC (6+ messages)
Designware Timer Source Code
2012-03-29 9:58 UTC
[GIT PULL REQUEST] watchdog - v3.4 merge window
2012-03-28 17:51 UTC
[PATCH] watchdog: sp805: call watchdog_set_drvdata() early
2012-03-28 9:43 UTC
List of patches for this merge window (v3.3 -> v3.4-rc1)
2012-03-28 7:35 UTC (4+ messages)
[PATCH RFT v2] watchdog: Convert orion_wdt driver to watchdog core
2012-03-26 17:36 UTC (3+ messages)
[PATCH] watchdog: Make TXX9_WDT select WATCHDOG_CORE
2012-03-26 14:43 UTC (4+ messages)
DesignWare Watchdog Code
2012-03-26 10:23 UTC
[PATCH] watchdog: coh901327: fix build failure due to typo
2012-03-26 8:35 UTC (3+ messages)
Commit "watchdog: coh901327_wdt.c: fix timeout" breaks linux-next
2012-03-26 8:27 UTC (2+ messages)
[PATCH] watchdog: Fix build error in txx9wdt.c
2012-03-26 6:37 UTC (2+ messages)
[PATCH RFT] watchdog: Convert orion_wdt driver to watchdog core
2012-03-26 3:14 UTC
[PATCH] watchdog/coh901327: convert to use watchdog core
2012-03-22 18:09 UTC (8+ messages)
[PATCH] watchdog/xen: don't clear is_active when xen_wdt_stop() failed
2012-03-22 8:13 UTC (4+ messages)
[PATCH] watchdog/xen: don't unconditionally enable the watchdog during resume
2012-03-21 19:07 UTC (3+ messages)
[PATCH 1/4] watchdog: Add multiple device support
2012-03-21 15:25 UTC (4+ messages)
` [PATCH 2/4] watchdog: Add a flag to indicate the watchdog doesn't reboot things
` [PATCH 3/4] watchdog: create all the proper device files
` [PATCH 4/4] watchdog: use dev_ functions
[PATCH] hwmon/sch56xx: Add support for the integrated watchdog (v2)
2012-03-19 10:02 UTC (4+ messages)
` [lm-sensors] "
[PATCH 0/1] hwmon/sch56xx: Add support for the integrated watchdog
2012-03-18 12:14 UTC (5+ messages)
` [PATCH] "
` [lm-sensors] "
watchdog: Convert ep93xx driver to watchdog core
2012-03-18 11:09 UTC (2+ messages)
[PATCH 01/02] MFD: add ADC support to DA9052/53 MFD core v3
2012-03-17 20:58 UTC (2+ messages)
Watchdog timer core enhancements
2012-03-17 12:56 UTC (11+ messages)
` [PATCH 1/3] watchdog_dev: Add support for having more then 1 watchdog
` [PATCH 2/3] watchdog_dev: Add support for dynamically allocated watchdog_device structs
` [PATCH 3/3] watchdog_dev: Let the driver update the timeout field on set_timeout success
[PATCH 00/02] DA9052 patch series
2012-03-17 10:02 UTC
visible git-tree?
2012-03-16 11:08 UTC (3+ messages)
[PATCH 2/2 v2] watchdog/coh901327: convert to use watchdog core
2012-03-16 8:14 UTC
[PATCH 1/2] watchdog: Add support for WDIOC_GETTIMELEFT IOCTL in watchdog core
2012-03-16 8:14 UTC
[PATCH RFT] watchdog: Convert txx9wdt driver to watchdog framework
2012-03-16 3:53 UTC
Change of the linux-watchdog-next tree location
2012-03-15 22:06 UTC (2+ messages)
[PATCH 0/4] pnx4008: convert to watchdog framework
2012-03-15 21:18 UTC (7+ messages)
` [PATCH 3/4] watchdog: dev: don't enforce set_timeout()
[PATCH V2 00/22] watchdog: ARM watchdogs: sp805 & mpcore updates & fixes
2012-03-12 4:22 UTC (23+ messages)
` [PATCH V2 01/22] watchdog: Add is_wdt_active() routine
` [PATCH V2 02/22] watchdog: Add support for WDIOC_GETTIMELEFT IOCTL in watchdog core
` [PATCH V2 03/22] watchdog/mpcore_wdt: Rename dev to pdev for pointing to struct platform_device
` [PATCH V2 04/22] watchdog/mpcore_wdt: Use devm routines
` [PATCH V2 05/22] watchdog/mpcore_wdt: Allow platform_get_irq() to fail
` [PATCH V2 06/22] watchdog/mpcore_wdt: convert to watchdog core
` [PATCH V2 07/22] watchdog/mpcore_wdt: Fix multiline comments
` [PATCH V2 08/22] watchdog/mpcore_wdt: Arrange #includes in alphabetical order
` [PATCH V2 09/22] watchdog/mpcore_wdt: Set default heartbeat in probe instead of init
` [PATCH V2 10/22] watchdog/mpcore_wdt: Use dev_(crit, err, info) instead of dev_printk
` [PATCH V2 11/22] watchdog/mpcore_wdt: convert to use module_platform_driver()
` [PATCH V2 12/22] watchdog/mpcore_wdt: Add support for dev_pm_ops interface
` [PATCH V2 13/22] watchdog/mpcore_wdt: disable wdt in suspend only if it is busy
` [PATCH V2 14/22] watchdog/mpcore_wdt: replace (__raw_)readl/writel with lighter *_relaxed variants
` [PATCH V2 15/22] watchdog/mpcore_wdt: Add support for WDIOC_GETBOOTSTATUS IOCTL
` [PATCH V2 16/22] watchdog/mpcore_wdt: Add clock framework support
` [PATCH V2 17/22] watchdog/mpcore_wdt: use correct clk_rate to program timeout
` [PATCH V2 18/22] watchdog/sp805: Fix documentation style comment
` [PATCH V2 19/22] watchdog/sp805: replace readl/writel with lighter _relaxed variants
` [PATCH V2 20/22] watchdog/sp805: Use devm routines
` [PATCH V2 21/22] watchdog/sp805: convert to watchdog core
` [PATCH V2 22/22] watchdog/sp805: Add clk_{un}prepare support
[PATCH v2 x86 1/2] fix page faults by nmiaction in nmi if kmemcheck is enabled
2012-03-09 9:52 UTC (11+ messages)
` [PATCH v3 "
[PATCH 00/15] watchdog/mpcore: updates & fixes
2012-03-07 12:48 UTC (30+ messages)
` [PATCH 01/15] watchdog/mpcore_wdt: Fix multiline comments
` [PATCH 02/15] watchdog/mpcore_wdt: Add blank line after variable definitions in routines
` [PATCH 03/15] watchdog/mpcore_wdt: Arrange #includes in alphabetical order
` [PATCH 04/15] watchdog/mpcore_wdt: remove multiple 'ret = 0' statements from ioctl ops
` [PATCH 05/15] watchdog/mpcore_wdt: Rename dev to pdev for pointing to struct platform_device
` [PATCH 06/15] watchdog/mpcore_wdt: do request_irq before registering misc device
` [PATCH 07/15] watchdog/mpcore_wdt: Use devm routines
` [PATCH 08/15] watchdog/mpcore_wdt: handle module param mpcore_margin in probe
` [PATCH 09/15] watchdog/mpcore_wdt: convert to use module_platform_driver()
` [PATCH 10/15] watchdog/mpcore_wdt: Add support for dev_pm_ops interface
` [PATCH 11/15] watchdog/mpcore_wdt: disable wdt in suspend only if it is busy
` [PATCH 12/15] watchdog/mpcore_wdt: Add support for WDIOF_CARDRESET
` [PATCH 13/15] watchdog/mpcore_wdt: Allow platform_get_irq() to fail
` [PATCH 14/15] watchdog/mpcore_wdt: Add clock framework support
` [PATCH 15/15] watchdog/mpcore_wdt: use correct clk_rate to program timeout
[PATCH 00/03] DA9052 patch series
2012-03-02 14:28 UTC
[GIT PULL REQUEST] watchdog - v3.3-rc5 Fixes
2012-03-01 19:10 UTC
[PATCH 1/5] watchdog: Add multiple device support
2012-02-28 22:48 UTC (5+ messages)
` [PATCH 2/5] watchdog: Add a flag to indicate the watchdog doesn't reboot things
` [PATCH 3/5] softdog: convert to watchdog core
` [PATCH 4/5] watchdog: create all the proper device files
` [PATCH 5/5] watchdog: use dev_ functions
[RESEND] Congatec CGEB base, i2c and watchdog driver support
2012-02-28 14:32 UTC (17+ messages)
` [PATCH 1/3] mfd: Add basic support for the Congatec CGEB BIOS interface
` [PATCH 2/3] i2c: Add Congatec CGEB I2C driver
` [PATCH 3/3] watchdog: Add Congatec CGEB watchdog driver
[PATCH] watchdog/sp805: add pm callbacks to support standby/S2R/hibernation
2012-02-24 9:42 UTC
[PATCH V2 3/3] WDT: MIPS: lantiq: use module_platform_driver inside lantiq watchdog driver
2012-02-23 16:03 UTC
[PATCH V2 12/14] WDT: MIPS: lantiq: convert watchdog driver to clkdev api
2012-02-23 16:03 UTC
[PATCH 9/9] WDT: MIPS: lantiq: convert watchdog driver to clkdev api
2012-02-17 17:40 UTC (3+ messages)
[PATCH] watchdog: make imx2_wdt report boot status correctly
2012-02-16 14:23 UTC (4+ messages)
[PATCH next] watchdog: Use pr_<fmt> and pr_<level>
2012-02-15 18:07 UTC
[PATCH] [trivial] watchdog: Fix typo in Kconfig
2012-02-10 15:42 UTC
[PATCH] [trivial] watchdog: Fix typo in pnx4008_wdt.c
2012-02-10 15:40 UTC
[RFC][PATCH] watchdog: Convert max63xx_wdt driver to watchdog framework
2012-02-08 6:24 UTC
[PATCH 00/07] DA9052 patch series
2012-02-06 12:35 UTC
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