linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-11 11:56:08 to 2012-12-14 01:44:08 UTC [more...]

[RESEND PATCH v3 0/6] watchdog: omap_wdt: convert to new watchdog core
 2012-12-14  1:32 UTC  (10+ messages)
` [RESEND PATCH v3 1/6] "
` [RESEND PATCH v3 2/6] watchdog: omap_wdt: convert kzalloc() to devm_kzalloc()
` [RESEND PATCH v3 3/6] watchdog: omap_wdt: convert request_mem_region() to devm_request_mem_region()
` [RESEND PATCH v3 4/6] watchdog: omap_wdt: convert ioremap() to devm_ioremap()
` [RESEND PATCH v3 5/6] watchdog: omap_wdt: delete redundant platform_set_drvdata() calls
` [RESEND PATCH v3 6/6] watchdog: omap_wdt: eliminate goto

[PATCH v2 00/15] watchdog/bcm47xx/bcma/ssb: add support for SoCs with PMU
 2012-12-12 21:37 UTC  (19+ messages)
` [PATCH v2 01/15] watchdog: bcm47xx_wdt.c: convert to watchdog core api
` [PATCH v2 02/15] watchdog: bcm47xx_wdt.c: use platform device
` [PATCH v2 03/15] watchdog: bcm47xx_wdt.c: rename ops methods
` [PATCH v2 04/15] watchdog: bcm47xx_wdt.c: rename wdt_time to timeout
` [PATCH v2 05/15] watchdog: bcm47xx_wdt.c: add hard timer
` [PATCH v2 06/15] bcma: add bcma_chipco_alp_clock
` [PATCH v2 07/15] bcma: set the pmu watchdog if available
` [PATCH v2 08/15] bcma: add methods for watchdog driver
` [PATCH v2 09/15] bcma: register "
` [PATCH v2 10/15] ssb: get alp clock from devices with PMU
` [PATCH v2 11/15] ssb: set the PMU watchdog if available
` [PATCH v2 12/15] ssb: add methods for watchdog driver
` [PATCH v2 13/15] ssb: extif: add check for max value before setting watchdog register
` [PATCH v2 14/15] ssb: extif: add methods for watchdog driver
` [PATCH v2 15/15] ssb: register "

watchdog: del_timer call missing on the cpu5wdt.c
 2012-12-12 20:18 UTC  (2+ messages)

[PATCH] watchdog: imx2_wdt: Select the driver via ARCH_MXC
 2012-12-12 20:23 UTC  (6+ messages)

[PATCH] ARM: Orion: Fix possible null-deference in orion_wdt_probe
 2012-12-07 22:44 UTC 

[v2 PATCH 1/8] watchdog/at91sam9_wdt: Remove at91wdt_private and add at91wdt_drvdata struct
 2012-12-07  7:12 UTC  (10+ messages)
` [v2 PATCH 2/8] watchdog/at91sam9_wdt: Convert to use the watchdog framework
` [v2 PATCH 3/8] watchdog/at91sam9_wdt: Adjust the options of watchdog_info
` [v2 PATCH 4/8] watchdog/at91sam9_wdt: Add nowayout helpers to Watchdog Timer Driver Kernel API
` [v2 PATCH 5/8] watchdog/at91sam9_wdt: Remove the __initdata of at91wdt_wdd
` [v2 PATCH 6/8] watchdog/at91sam9_wdt: Use module_platform_driver()

[PATCH v3 00/11] watchdog/bcm47xx/bcma/ssb: add support for SoCs with PMU
 2012-12-05 22:22 UTC  (13+ messages)
` [PATCH v3 01/11] ssb/bcma: add common header for watchdog
` [PATCH v3 02/11] bcma: add bcma_chipco_alp_clock
` [PATCH v3 03/11] bcma: set the pmu watchdog if available
` [PATCH v3 04/11] bcma: add methods for watchdog driver
` [PATCH v3 05/11] bcma: register "
` [PATCH v3 06/11] ssb: get alp clock from devices with PMU
` [PATCH v3 07/11] ssb: set the PMU watchdog if available
` [PATCH v3 08/11] ssb: add methods for watchdog driver
` [PATCH v3 09/11] ssb: extif: add check for max value before setting watchdog register
` [PATCH v3 10/11] ssb: extif: add methods for watchdog driver
` [PATCH v3 11/11] ssb: register "

[PATCH 00/11] watchdog/at91sam9_wdt: use watchdog framework, support DT
 2012-12-04  8:07 UTC  (20+ messages)
` [PATCH 01/11] watchdog/at91sam9_wdt: remove the file_operations struct
` [PATCH 02/11] watchdog/at91sam9_wdt: change the at91wdt_private struct to the at91wdt_drvdata struct
` [PATCH 03/11] watchdog/at91sam9_wdt: change the wdt_read and wdt_write macro to the inline function
` [PATCH 04/11] watchdog/at91sam9_wdt: change "at91_wdt_settimeout" function name to "at91wdt_enable"
` [PATCH 05/11] watchdog/at91sam9_wdt: add to use the watchdog framework
` [PATCH 06/11] watchdog/at91sam9_wdt: change the timer function name
` [PATCH 07/11] watchdog/at91sam9_wdt: add nowayout helpers to Watchdog Timer Driver Kernel API
` [PATCH 08/11] watchdog/at91sam9_wdt: use module_platform_driver()
` [PATCH 09/11] watchdog/at91sam9_wdt: add support to device tree
` [PATCH 10/11] watchdog/at91sam9_wdt: using dev_info replaces pr_info, dev_crit repalces pr_crit
` [PATCH 11/11] ARM: dts: add the watchdog nodes for atmel SoC

[PATCH v3] sp5100_tco: Add SB8x0 chipset support
 2012-12-02  5:33 UTC 

[PATCH] watchdog: davinci_wdt: add OF support
 2012-11-29 16:28 UTC  (2+ messages)
` [linux-keystone] "

[PATCH v2] sp5100_tco: Add SB8x0 chipset support
 2012-11-28  9:19 UTC  (2+ messages)

[PATCH] watchdog: da9052: Fix invalid free of devm_ allocated data
 2012-11-27  5:29 UTC  (3+ messages)

[PATCH 00/15] watchdog/bcm47xx/bcma/ssb: add support for SoCs with PMU
 2012-11-26 19:24 UTC  (19+ messages)
` [PATCH 01/15] watchdog: bcm47xx_wdt.c: convert to watchdog core api
` [PATCH 02/15] watchdog: bcm47xx_wdt.c: use platform device
` [PATCH 03/15] watchdog: bcm47xx_wdt.c: rename ops methods
` [PATCH 04/15] watchdog: bcm47xx_wdt.c: rename wdt_timeout to timeout
` [PATCH 05/15] watchdog: bcm47xx_wdt.c: add hard timer
` [PATCH 06/15] bcma: add bcma_chipco_alp_clock
` [PATCH 07/15] bcma: set the pmu watchdog if available
` [PATCH 08/15] bcma: add methods for watchdog driver
` [PATCH 09/15] bcma: register "
` [PATCH 10/15] ssb: get alp clock from devices with PMU
` [PATCH 11/15] ssb: set the pmu watchdog if available
` [PATCH 12/15] ssb: add methods for watchdog driver
` [PATCH 13/15] ssb: extif: add check for max value in watchdog
` [PATCH 14/15] ssb: extif: add methods for watchdog driver
` [PATCH 15/15] ssb: register "

INTEL_SCU_WATCHDOG is orphaned
 2012-11-25 13:24 UTC 

[PATCH v6 0/7] watchdog: dt: add support for the timeout-sec dt property
 2012-11-22 12:51 UTC  (8+ messages)
` [PATCH v6 1/7] watchdog: core: "
` [PATCH v6 2/7] watchdog: orion_wdt: add timeout-sec property binding
` [PATCH v6 3/7] watchdog: pnx4008: "
` [PATCH v6 4/7] watchdog: s3c2410_wdt: "
` [PATCH v6 5/7] watchdog: at91sam9_wdt: "
` [PATCH v6 6/7] watchdog: orion_wdt: move the min_timeout initialization
` [PATCH v6 7/7] watchdog: WatchDog Timer Driver Core - fix comment

[PATCH 1/5] watchdog: OMAP: fixup for ARM multiplatform support
 2012-11-21 17:42 UTC 

[PATCH v5 0/8] watchdog: dt: add support for the timeout-sec dt property
 2012-11-21 10:53 UTC  (16+ messages)
` [PATCH v5 1/8] dt: add helper inline for retrieving timeout-sec property
` [PATCH v5 2/8] watchdog: core: dt: add support for the timeout-sec dt property
` [PATCH v5 3/8] watchdog: orion_wdt: add timeout-sec property binding
` [PATCH v5 4/8] watchdog: pnx4008: "
` [PATCH v5 5/8] watchdog: s3c2410_wdt: "
` [PATCH v5 6/8] watchdog: at91sam9_wdt: "
` [PATCH v5 7/8] watchdog: orion_wdt: move the min_timeout initialization
` [PATCH v5 8/8] watchdog: WatchDog Timer Driver Core - fix comment

[PATCH 123/493] watchdog: remove use of __devexit_p
 2012-11-20  6:52 UTC  (7+ messages)
` [PATCH 152/493] watchdog: remove use of __devinit
` [PATCH 296/493] watchdog: remove use of __devinitdata
` [PATCH 435/493] watchdog: remove use of __devexit

[PATCH v4 3/4] watchdog: introduce retu_wdt driver
 2012-11-18 16:36 UTC 

[PATCH v9 RESEND 0/3] watchdog: at91sam9_wdt: add device tree support
 2012-11-16 14:56 UTC  (5+ messages)
` [PATCH v9 RESEND 1/3] "
` [PATCH v9 RESEND 2/3] ARM: at91/dts: add at91sam9_wdt driver to at91sam926x, at91sam9g45
` [PATCH v9 RESEND 3/3] ARM: at91/dts: evk-pro3: enable watchdog

[PATCH 3/4] ie6xx_wdt: store and show whether system was rebooted by watchdog
 2012-11-15 13:29 UTC 

[PATCH v2] sp5100_tco: Add SB8x0 chipset support
 2012-11-15 13:07 UTC 

[PATCH] watchdog: ath79_wdt: convert to use module_platform_driver
 2012-11-14 10:43 UTC  (2+ messages)

[PATCH] wdt: twl4030: Change TWL4030_MODULE_PM_RECEIVER to TWL_MODULE_PM_RECEIVER
 2012-11-13  9:40 UTC 

[RESEND PATCH v3 3/4] watchdog: introduce retu_wdt driver
 2012-11-12 19:08 UTC 

[PATCH 5/7] ARM: OMAP2+: WDT: move init; add read_reset_sources pdata function pointer
 2012-11-08 19:26 UTC  (21+ messages)
` [PATCH 6/7] watchdog: OMAP: use standard GETBOOTSTATUS interface; use platform_data fn ptr

[PATCH v2 3/4] watchdog: introduce retu_wdt driver
 2012-11-06 18:13 UTC  (2+ messages)

[PATCH] watchdog: at32watchdog: use devm_kzalloc
 2012-11-03  7:10 UTC 

[PATCH RFT V2] watchdog: gef_wdt.c: add missing remove callback
 2012-11-02 18:17 UTC 

[PATCH RFT] watchdog: gef_wdt.c: add missing remove callback
 2012-11-02 18:15 UTC 

[PATCH v3 3/4] watchdog: introduce retu_wdt driver
 2012-11-01 21:39 UTC 

[PATCH] watchdog: omap_wdt: removed disabling in the probe
 2012-10-30  5:07 UTC  (2+ messages)

[PATCH] watchdog: Support imx watchdog on SOC_IMX53
 2012-10-29 21:12 UTC  (2+ messages)

[PATCH 00/16] treewide: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
 2012-10-28 12:12 UTC  (4+ messages)
` [PATCH 15/16] watchdog: "

[PATCH 5/7] ARM: OMAP2+: WDT: move init; add read_reset_sources pdata function pointer (fwd)
 2012-10-25 20:54 UTC  (3+ messages)

[RESEND PATCH v3 0/6] watchdog: omap_wdt: convert to new watchdog core
 2012-10-25 15:19 UTC  (7+ messages)
` [RESEND PATCH v3 1/6] "
` [RESEND PATCH v3 2/6] watchdog: omap_wdt: convert kzalloc() to devm_kzalloc()
` [RESEND PATCH v3 3/6] watchdog: omap_wdt: convert request_mem_region() to devm_request_mem_region()
` [RESEND PATCH v3 4/6] watchdog: omap_wdt: convert ioremap() to devm_ioremap()
` [RESEND PATCH v3 5/6] watchdog: omap_wdt: delete redundant platform_set_drvdata() calls
` [RESEND PATCH v3 6/6] watchdog: omap_wdt: eliminate goto

[PATCH_v2] watchdog: Convert twl4030_wdt to watchdog core
 2012-10-25  8:20 UTC  (2+ messages)
` [PATCH repost] "

[PATCH v9 0/3] watchdog: at91sam9_wdt: add device tree support
 2012-10-17 12:33 UTC  (4+ messages)
` [PATCH v9 1/3] "
` [PATCH v9 2/3] ARM: at91/dts: add at91sam9_wdt driver to at91sam926x, at91sam9g45
` [PATCH v9 3/3] ARM: at91/dts: evk-pro3: enable watchdog

[Patch v2 6/7] Watchdog: DA9055 Watchdog driver
 2012-10-12  9:30 UTC 

[PATCH v4 0/8] watchdog: dt: add support for the timeout-sec dt property
 2012-10-11 11:55 UTC  (4+ messages)
` [PATCH v4 1/8] dt: add helper inline for retrieving timeout-sec property


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).