linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-23 18:55:51 to 2015-12-01 15:32:47 UTC [more...]

[PATCH v3 1/2] Add binding documentation for Zodiac Watchdog Timer
 2015-12-01 15:32 UTC  (17+ messages)
` [PATCH v3 2/2] Zodiac Aerospace RAVE Switch Watchdog Processor Driver
    ` [PATCH v4] "
            ` [PATCH v5] "
            ` [PATCH v6] watchdog: "
` [v3,1/2] Add binding documentation for Zodiac Watchdog Timer

[PATCH 01/11] clocksource: Add brcm,bcm6345-timer/brcm,bcm6318-timer device tree binding
 2015-12-01 13:11 UTC  (11+ messages)
` [PATCH 02/11] MIPS: bmips: Add bcm6345-l2-timer interrupt controller
` [PATCH 03/11] watchdog: Add brcm,bcm6345-wdt device tree binding
` [PATCH 04/11] watchdog: bcm63xx_wdt: Handle hardware interrupt and remove software timer
` [PATCH 05/11] watchdog: bcm63xx_wdt: Use WATCHDOG_CORE
` [PATCH 06/11] watchdog: bcm63xx_wdt: Obtain watchdog clock HZ from "periph" clk
` [PATCH 07/11] watchdog: bcm63xx_wdt: Add get_timeleft function
` [PATCH 08/11] watchdog: bcm63xx_wdt: Warn if the watchdog is currently running
` [PATCH 09/11] watchdog: bcm63xx_wdt: Remove dependency on mach-bcm63xx functions/defines
` [PATCH 10/11] watchdog: bcm63xx_wdt: Use bcm63xx_timer interrupt directly
` [PATCH 11/11] watchdog: bcm63xx_wdt: Use brcm,bcm6345-wdt device tree binding

[char-misc-next 0/6] mei: create proper iAMT watchdog driver
 2015-12-01 11:59 UTC  (11+ messages)
` [char-misc-next 1/6] mei: drop nfc leftovers from the mei driver
` [char-misc-next 2/6] mei: wd: drop the watchdog code from the core "
` [char-misc-next 3/6] mei: wd: implement MEI iAMT watchdog driver
` [char-misc-next 4/6] mei: bus: whitelist the watchdog client
` [char-misc-next 5/6] mei: wd: register wd device only if required
` [char-misc-next 6/6] mei: wd: re-register device on event

[PATCH v3] watchdog: atlas7: add watchdog driver of CSRatlas7
 2015-12-01 10:11 UTC  (3+ messages)

[PATCH 1/4] clocksource: Add brcm,bcm6345-timer device tree binding
 2015-12-01  0:22 UTC  (46+ messages)
` [PATCH 4/4] MIPS: bmips: Convert bcm63xx_wdt to use WATCHDOG_CORE
        ` [PATCH 4/10] (Was: [PATCH 4/4]) "
          ` [PATCH 4/10] watchdog: bcm63xx_wdt: Handle hardware interrupt and remove software timer
            ` [PATCH (v2) "
          ` [PATCH 5/10] watchdog: bcm63xx_wdt: Use WATCHDOG_CORE
              ` [PATCH (v3) 5/11] "
          ` [PATCH 6/10] watchdog: bcm63xx_wdt: Obtain watchdog clock HZ from "periph" clk
            ` [PATCH (v2) "
                ` [PATCH (v3) 6/11] "
          ` [PATCH 7/10] watchdog: bcm63xx_wdt: Add get_timeleft function
            ` [PATCH (v2) "
                  ` [PATCH (v3) 7/11] "
                    ` [PATCH (v4) "
                      ` [PATCH (v4) 8/11] watchdog: bcm63xx_wdt: Warn if the watchdog is currently running
          ` [PATCH 9/10] watchdog: bcm63xx_wdt: Use bcm63xx_timer interrupt directly
            ` [PATCH (v2) 10/11] "
          ` [PATCH 10/10] watchdog: bcm63xx_wdt: Use brcm,bcm6345-wdt device tree binding
            ` [PATCH (v2) 11/11] "
  ` [PATCH (v2) 1/10] clocksource: Add brcm,bcm6345-timer "
    ` [PATCH (v2) 2/10] MIPS: bmips: Add bcm6345-l2-timer interrupt controller
      ` [PATCH (v3) "
          ` [PATCH (v4) 2/11] "
              ` [PATCH (v5) 3/11] "

[PATCH v3 1/2] watchdog: core: create device before registering char dev
 2015-11-30 21:48 UTC  (4+ messages)
` [PATCH v3 2/2] watchdog: core: factorize register error paths

[PATCH v7 0/6] Add board support for TS-4800
 2015-11-30 19:01 UTC  (10+ messages)
` [PATCH v7 1/6] of: add vendor prefix for Technologic Systems
` [PATCH v7 2/6] mfd: syscon: add a DT property to set value width
` [PATCH v7 3/6] watchdog: ts4800: add driver for TS-4800 watchdog
` [PATCH v7 4/6] ARM: imx_v6_v7_defconfig: add "
` [PATCH v7 5/6] of: documentation: add bindings documentation for TS-4800
` [PATCH v7 6/6] ARM: dts: TS-4800: add basic device tree

Need for ref/unref functions in watchdog drivers
 2015-11-30 17:00 UTC 

[PATCH v2] watchdog: add Alphascale asm9260-wdt driver
 2015-11-30 16:10 UTC  (11+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] watchdog: "
  ` [PATCH v3 2/2] DT: watchdog: add Alphascale asm9260 watchdog binding documentation
` [PATCH v4 0/2] add Alphascale asm9260-wdt driver
  ` [PATCH v4 1/2] watchdog: "
  ` [PATCH v4 2/2] DT: watchdog: add Alphascale asm9260 watchdog binding documentation

[PATCH v6 0/9] watchdog: Add support for keepalives triggered by infrastructure
 2015-11-29 19:28 UTC  (10+ messages)
` [PATCH v6 1/9] watchdog: Introduce hardware maximum timeout in watchdog core
` [PATCH v6 2/9] watchdog: Introduce WDOG_HW_RUNNING flag
` [PATCH v6 3/9] watchdog: Make set_timeout function optional
` [PATCH v6 4/9] watchdog: Add support for minimum time between heartbeats
` [PATCH v6 5/9] watchdog: Simplify update_worker
` [RFT PATCH v6 6/9] watchdog: imx2: Convert to use infrastructure triggered keepalives
` [RFT PATCH v6 7/9] watchdog: retu: "
` [RFT PATCH v6 8/9] watchdog: at91sam9: "
` [RFT PATCH v6 9/9] watchdog: dw_wdt: Convert to use watchdog infrastructure

[PATCH v2 0/4] watchdog: add watchdog pretimeout framework
 2015-11-29 12:10 UTC  (5+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 2/4] watchdog: pretimeout: add panic pretimeout governor
` [PATCH v2 3/4] watchdog: pretimeout: add noop "
` [PATCH v2 4/4] watchdog: pretimeout: add userspace notifier "

[PATCHv3 1/2] watchdog: stmp3xxx: Stop the watchdog on system halt
 2015-11-29 11:41 UTC  (14+ messages)
` [PATCH 2/2] watchdog: stmp3xxx: Implement GETBOOTSTATUS
` [PATCHv3,1/2] watchdog: stmp3xxx: Stop the watchdog on system halt

[GIT PULL REQUEST] watchdog - v4.4-rc3 Fixes
 2015-11-27 21:36 UTC 

[PATCH v5 0/5] Add board support for TS-4800
 2015-11-26 18:50 UTC  (14+ messages)
` [PATCH v6 1/6] of: add vendor prefix for Technologic Systems
` [PATCH v6 2/6] mfd: syscon: add a DT property to set value width
` [PATCH v6 3/6] watchdog: ts4800: add driver for TS-4800 watchdog
` [PATCH v6 4/6] ARM: imx_v6_v7_defconfig: add "
` [PATCH v6 5/6] of: documentation: add bindings documentation for TS-4800
` [PATCH v6 6/6] ARM: dts: TS-4800: add basic device tree

[PATCH v2 1/2] watchdog: core: call device_destroy before watchdog_dev_unregister
 2015-11-25 22:43 UTC  (7+ messages)
` [PATCH v2 2/2] watchdog: core: factorize register error paths

[PATCH v2 1/6] watchdog: core: add reboot notifier support
 2015-11-25 22:10 UTC  (9+ messages)
` In-reply-to: <1448056496-2335-1-git-send-email-damien.riegel@savoirfairelinux.com>

[PATCH v3 0/4] watchdog: meson: Add meson8b watchdog
 2015-11-25 14:20 UTC  (7+ messages)
` [PATCH v3 1/4] watchdog: meson: Enable meson SoC specific data

[PATCH v5 0/5] Add board support for TS-4800
 2015-11-25  6:13 UTC  (8+ messages)
` [PATCH v5 1/5] of: add vendor prefix for Technologic Systems
` [PATCH v5 2/5] mfd: syscon: add a DT property to set value width
` [PATCH v5 3/5] watchdog: ts4800: add driver for TS-4800 watchdog
` [PATCH v5 4/5] ARM: imx_v6_v7_defconfig: add "
` [PATCH v5 5/5] ARM: dts: TS-4800: add basic device tree

[PATCH 1/2] sp5100_tco: fix the device check for SB800 and later chipsets
 2015-11-25  2:11 UTC  (6+ messages)
` [PATCH 2/2] sp5100_tco: Add AMD Carrizo platform support

[PATCH v2 1/2] Add binding documentation for Zodiac Watchdog Timer
 2015-11-25  0:05 UTC  (3+ messages)
` [PATCH v2 2/2] Zodiac Aerospace RAVE Switch Watchdog Processor Driver

[PATCH] watchdog: core: factorize register error paths
 2015-11-24 23:23 UTC  (4+ messages)

[PATCH v5 0/8] watchdog: Add support for keepalives triggered by infrastructure
 2015-11-24 21:14 UTC  (17+ messages)
` [PATCH v5 1/8] watchdog: Introduce hardware maximum timeout in watchdog core
` [PATCH v5 2/8] watchdog: Introduce WDOG_RUNNING flag
` [PATCH v5 5/8] watchdog: Simplify update_worker

[PATCH v4 0/5] Add board support for TS-4800
 2015-11-24 17:23 UTC  (9+ messages)
` [PATCH v4 2/5] mfd: syscon: add a DT property to set value width
` [PATCH v4 3/5] watchdog: ts4800: add driver for TS-4800 watchdog

[PATCH] sp5100_tco: Add AMD Mullins platform support
 2015-11-24 13:52 UTC  (5+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[PATCH 0/6] watchdog: add watchdog pretimeout framework
 2015-11-24 13:50 UTC  (12+ messages)
` [PATCH 5/6] watchdog: pretimeout: add device specific notifier pretimeout governor
` [PATCH 6/6] watchdog: pretimeout: add ping watchdog "

[GIT PULL] Watchdog updates for Linux v4.5 (v1)
 2015-11-24 13:22 UTC 


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