Linux-Watchdog Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-07 06:42:49 to 2015-05-21 08:33:14 UTC [more...]

[PATCH 0/6] Watchdog: introdouce ARM SBSA watchdog driver
 2015-05-21  8:32 UTC  (31+ messages)
  ` [PATCH 1/6] Documentation: add sbsa-gwdt.txt documentation
  ` [PATCH 2/6] ARM64: add SBSA Generic Watchdog device node in foundation-v8.dts
  ` [PATCH 3/6] ARM64: add SBSA Generic Watchdog device node in amd-seattle-soc.dtsi
  ` [Linaro-acpi] [PATCH 0/6] Watchdog: introdouce ARM SBSA watchdog driver
` [PATCH 4/6] Watchdog: introdouce "pretimeout" into framework
  ` [PATCH 5/6] Watchdog: introdouce ARM SBSA watchdog driver
  ` [PATCH 6/6] ACPI: import watchdog info of GTDT into platform device
` [PATCH v2 0/7] Watchdog: introduce ARM SBSA watchdog driver

[PATCH V3 0/4] da9062: DA9062 driver submission
 2015-05-21  7:15 UTC  (7+ messages)
` [PATCH V3 4/4] devicetree: da9062: Add bindings for DA9062 driver
` [PATCH V3 3/4] watchdog: da9062: DA9062 watchdog driver
` [PATCH V3 1/4] mfd: da9062: DA9062 MFD core driver
` [PATCH V3 2/4] regulator: da9062: DA9062 regulator driver

[PATCHv8 00/10] watchdog: Extend kernel API and add early_timeout_sec feature
 2015-05-20 13:46 UTC  (19+ messages)
` [PATCHv8 01/10] watchdog: Rename watchdog_active to watchdog_hw_active
` [PATCHv8 02/10] watchdog: core: Ping watchdog on behalf of user space when needed
` [PATCHv8 03/10] watchdog: core: Introduce default watchdog policy
` [PATCHv8 04/10] watchdog: core: Allow extending early timeout
` [PATCHv8 05/10] Documentation/watchdog: Document watchdog core API changes
` [PATCHv8 06/10] devicetree: Document generic watchdog properties
` [PATCHv8 07/10] Documentation/watchdog: watchdog-test.c: Add support for changing timeout
` [PATCHv8 08/10] watchdog: at91sam9_wdt: Convert to use new watchdog core extensions
` [PATCHv8 09/10] watchdog: imx2_wdt: Convert to use new "
` [PATCHv8 10/10] watchdog: omap_wdt: "

[PATCH] [v3] watchdog: introduce the ARM64 SBSA watchdog driver
 2015-05-19 19:12 UTC  (3+ messages)

[PATCH V2 0/4] da9062: DA9062 driver submission
 2015-05-19 10:16 UTC  (19+ messages)
` [PATCH V2 1/4] mfd: da9062: DA9062 MFD core driver
  ` [rtc-linux] "
` [PATCH V2 2/4] regulator: da9062: DA9062 regulator driver
` [PATCH V2 3/4] watchdog: da9062: DA9062 watchdog driver
                  ` [rtc-linux] "
` [PATCH V2 4/4] devicetree: da9062: Add bindings for DA9062 driver
` [rtc-linux] [PATCH V2 0/4] da9062: DA9062 driver submission

[PATCH] watchdog: via_wdt: Partial fix for programming error and support additional southbridges
 2015-05-18 13:17 UTC  (3+ messages)

[PATCH] [v2] watchdog: introduce the ARM64 SBSA watchdog driver
 2015-05-15 18:57 UTC  (12+ messages)
                ` [Linaro-acpi] "

Window watchdog driver design
 2015-05-15 17:52 UTC  (9+ messages)

[PATCH V1 0/6] COVER LETTER
 2015-05-13 14:56 UTC  (19+ messages)
` [PATCH V1 3/6] rtc: da9062: DA9062 RTC driver
  ` [rtc-linux] "
` [PATCH V1 5/6] watchdog: da9062: DA9062 watchdog driver

[PATCH v2 00/12] mfd: Add support for Clocksource to LPC set
 2015-05-12 15:55 UTC  (14+ messages)
` [PATCH v2 01/12] mfd: dt-bindings: Provide human readable define for Clocksource mode
` [PATCH v2 02/12] clocksource: sti: Provide support for the ST LPC Clocksource IP
` [PATCH v2 03/12] clocksource: sti: Provide 'use timer as sched clock' capability
` [PATCH v2 04/12] clocksource: bindings: Provide bindings for ST's LPC Clocksource device
` [PATCH v2 05/12] watchdog: st_wdt: Update IP layout information to include Clocksource
` [PATCH v2 06/12] watchdog: bindings: Supply knowledge of a third supported device - clocksource
` [PATCH v2 07/12] rtc: st: Update IP layout information to include Clocksource
` [PATCH v2 08/12] rtc: bindings: Supply knowledge of a third supported device - clocksource
` [PATCH v2 09/12] MAINTAINERS: Add the LPC Clocksource to STi maintained driver list
` [PATCH v2 10/12] ARM: STi: DT: STih407: Switch LPC mode from RTC to Clocksource
` [PATCH v2 11/12] ARM: STi: Enable LPC Clocksource
` [PATCH v2 12/12] ARM: STi: Update platform level menuconfig 'help'

[PATCH 0/2] watchdog: imgpdc_wdt assorted fixes
 2015-05-12  4:14 UTC  (7+ messages)
` [PATCH 1/2] watchdog: imgpdc: Fix max timeout
` [PATCH 2/2] watchdog: imgpdc: Add some documentation about the timeout

[PATCH] TCO Watchdog warning interrupt driver creation
 2015-05-12  1:28 UTC  (2+ messages)
`  "

[PATCH 00/12] mfd: watchdog: rtc: Add LPC Clocksource driver
 2015-05-11 11:52 UTC  (42+ messages)
` [PATCH 01/12] mfd: dt-bindings: Provide human readable define for Clocksource mode
` [PATCH 02/12] clocksource: sti: Provide support for the ST LPC Clocksource IP
  ` [STLinux Kernel] "
` [PATCH 03/12] clocksource: sti: Provide 'use timer as sched clock' capability
` [PATCH 04/12] clocksource: bindings: Provide bindings for ST's LPC Clocksource device
` [PATCH 05/12] watchdog: st_wdt: Update IP layout information to include Clocksource
` [PATCH 06/12] watchdog: bindings: Supply knowledge of a third supported device - clocksource
  ` [STLinux Kernel] "
` [PATCH 07/12] rtc: st: Update IP layout information to include Clocksource
  ` [rtc-linux] "
` [PATCH 08/12] rtc: bindings: Supply knowledge of a third supported device - clocksource
  ` [STLinux Kernel] "
` [PATCH 09/12] MAINTAINERS: Add the LPC Clocksource to STi maintained driver list
` [PATCH 10/12] ARM: STi: DT: STih407: Switch LPC mode from RTC to Clocksource
` [PATCH 11/12] ARM: STi: Enable LPC Clocksource
` [PATCH 12/12] ARM: STi: Update platform level menuconfig 'help'
  ` [STLinux Kernel] "

[PATCH v2 0/4] watchdog: omap: several cleanups
 2015-05-08  7:35 UTC  (2+ messages)

[PATCH v2 1/2] watchdog: dw_wdt: No need for a spinlock
 2015-05-08  5:24 UTC  (6+ messages)
` [PATCH v2 2/2] watchdog: dw_wdt: keepalive the watchdog at write time

[PATCH 1/2] watchdog: dw_wdt: Use a mutex, not a spinlock
 2015-05-08  4:01 UTC  (7+ messages)
` [PATCH 2/2] watchdog: dw_wdt: keepalive the watchdog at write time

[PATCH v3] MAINTAINERS: change my email address
 2015-05-07  8:37 UTC  (2+ messages)

[PATCH v2] MAINTAINERS: change my email address
 2015-05-07  8:06 UTC  (3+ messages)

[PATCHv7 0/8] watchdog: Extend kernel API and add early_timeout_sec feature
 2015-05-07  7:39 UTC  (8+ messages)
` [PATCHv7 8/8] watchdog: omap_wdt: Convert to use new core extensions


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 read-only IMAP folder(s) and NNTP newsgroup(s).