Linux Watchdog driver development
 help / color / mirror / Atom feed
 messages from 2011-12-04 11:47:50 to 2012-03-07 14:52:32 UTC [more...]

[PATCH] watchdog/coh901327: convert to use watchdog core
 2012-03-07 14:52 UTC 

[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 v2 x86 1/2] fix page faults by nmiaction in nmi if kmemcheck is enabled
 2012-03-06 15:00 UTC  (10+ messages)
                ` [PATCH v3 "

[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 

visible git-tree?
 2012-02-07 15:15 UTC 

[PATCH 05/07] Watchdog: DA9052/53 watchdog support v1
 2012-02-06 12:48 UTC 

[PATCH 00/07] DA9052 patch series
 2012-02-06 12:35 UTC 

[PATCH 0/4] pnx4008: convert to watchdog framework
 2012-02-02 20:23 UTC  (11+ messages)
` [PATCH 1/4] watchdog: pnx4008: cleanup resource handling using managed devices
` [PATCH 2/4] watchdog: pnx4008: don't use __raw_-accessors
` [PATCH 3/4] watchdog: dev: don't enforce set_timeout()
` [PATCH 4/4] watchdog: pnx4008: convert driver to use the watchdog framework

[PATCH] watchdog: fix error in probe() of s3c2410_wdt (reset at booting)
 2012-01-31  5:30 UTC  (6+ messages)

[PATCH] drivers, char: add U-Boot bootcount driver
 2012-01-30 12:35 UTC  (9+ messages)

[PATCH v3] watchdog: Convert jz4740_wdt driver to watchdog core
 2012-01-28 22:19 UTC  (2+ messages)

[PATCH] watchdog: fix GETTIMEOUT ioctl in booke_wdt
 2012-01-27 21:34 UTC  (4+ messages)

[GIT PULL REQUEST] watchdog - v3.3-rc1 Fixes
 2012-01-27  9:22 UTC 

[PATCH RESEND 0/3] watchdog: new driver for STMP3xxx/MX23/MX28
 2012-01-25  1:02 UTC  (5+ messages)
` [PATCH 1/3] rtc: stmp3xxx: add wdt-accessor function
` [PATCH 2/3] watchdog: add new driver for STMP3xxx and i.MX23/28

[PATCH RESEND] watchdog: documentation: remove index-file
 2012-01-24 22:08 UTC  (3+ messages)

[PATCH v2] watchdog: Convert jz4740_wdt driver to watchdog core
 2012-01-24 19:47 UTC  (2+ messages)

[PATCH RFC 0/2] watchdog boot status
 2012-01-24  9:49 UTC  (8+ messages)
` [PATCH RFC 1/2] watchdog : omap_wdt : Implement WDIOC_GETBOOTSTATUS for omap3+
` [PATCH 2/2] ARM: omap: Fix omap_prcm_get_reset_sources() for omap3/4

[PATCH 5/6] iTCO_wdt: TCO Watchdog patch for Intel Lynx Point DeviceIDs
 2012-01-24  0:40 UTC 

[RFC][PATCH] watchdog: Convert jz4740_wdt driver to watchdog core
 2012-01-23 20:33 UTC  (3+ messages)

[RFC][PATCH] watchdog: Convert wm8350_wdt driver to watchdog core
 2012-01-23  7:26 UTC 

[PATCH] watchdog: via_wdt: Set min_timeout and max_timeout for wdt_dev
 2012-01-21  7:08 UTC 

[PATCH] [trivial] watchdog: Fix typo "unexpectdly"
 2012-01-20 14:56 UTC 

[PATCH 1/2] watchdog: wm8350_wdt: Fix handling WDIOS_DISABLECARD/WDIOS_ENABLECARD options
 2012-01-18 11:26 UTC  (3+ messages)
` [PATCH 2/2] watchdog: wafer5823wdt: "

[PATCH 1/2] watchdog: Staticise nuc900_wdt
 2012-01-18  2:46 UTC  (2+ messages)
` [PATCH 2/2] watchdog: Return proper error in nuc900wdt_probe if misc_register fails

[PATCH 00/07] DA9052 patch series
 2012-01-17 19:51 UTC  (3+ messages)
` [lm-sensors] "

[PATCH] watchdog: via_wdt: Staticise wdt_pci_table
 2012-01-16  9:09 UTC  (2+ messages)

[PATCH RFC] OMAP : watchdog : Fix the mismatch of pm_runtime enable and disable
 2012-01-11 14:20 UTC 

[GIT PULL REQUEST] watchdog - v3.2
 2012-01-10 11:29 UTC 

linux-next: Tree for Dec 28 (via_wdt)
 2012-01-07 10:20 UTC  (4+ messages)

IT87 WDT: Chip IT8720 revision 8, watchdog reset not working
 2012-01-06 19:39 UTC 

[PATCH RFC] OMAP : watchdog : fix the WDIOC_GETBOOTSTATUS ioctl if not implemented
 2012-01-04 14:15 UTC 

[GIT PULL REQUEST] watchdog - v3.1-rc7 - Fixes
 2011-12-30 20:12 UTC  (4+ messages)

[PATCH 3/6] drivers/watchdog/imx2_wdt.c: use devm_request_and_ioremap
 2011-12-27 14:01 UTC  (2+ messages)
` [PATCH 4/6] drivers/watchdog/dw_wdt.c: "

[PATCH 1/2] drivers/watchdog/lantiq_wdt.c: drop iounmap for devm_ allocated data
 2011-12-26 17:38 UTC 

[PATCH 16/16] watchdog: ath79_wdt: flush register writes
 2011-12-23 18:25 UTC 

[GIT PULL] ARM: amba: Enable module alias autogeneration for AMBA drivers
 2011-12-22 18:50 UTC  (8+ messages)

[PATCH] hpwd watchdog mark page executable
 2011-12-22  7:57 UTC  (5+ messages)

oops during modprobe (3.2.0-rc6+)
 2011-12-20  7:49 UTC  (2+ messages)

[PATCH] watchdog: sp805: Fix section mismatch in ID table
 2011-12-19 16:22 UTC 

Seeking Linux watchdog design advice to trouble shoot mystory silent reboot issue
 2011-12-17 22:50 UTC  (3+ messages)

[PATCH] watchdog: Convert wm831x driver to devm_kzalloc()
 2011-12-14 18:23 UTC 

[PATCH 0/3] watchdog: new driver for STMP3xxx/MX23/MX28
 2011-12-09  9:22 UTC  (6+ messages)
` [PATCH 1/3] rtc: stmp3xxx: add wdt-accessor function
` [PATCH 2/3] watchdog: add new driver for STMP3xxx and i.MX23/28
` [PATCH 3/3] watchdog: remove old STMP driver

[PATCH] RFC, watchdog: add generic wdt driver API
 2011-12-07 17:23 UTC  (7+ messages)

[PATCH] hpwd watchdog mark page writable
 2011-12-06  0:11 UTC 

[PATCH] [WATCHDOG] move coh901327 state holders
 2011-12-05 19:13 UTC  (3+ messages)

[PATCH V2] watchdog: new driver for VIA chipsets
 2011-12-05 16:00 UTC 


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