linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-30 20:23:14 to 2018-02-12 10:33:55 UTC [more...]

[RFC v4 00/26] Fix watchdog on Renesas R-Car Gen2 and RZ/G1
 2018-02-12 10:33 UTC  (52+ messages)
` [RFC v4 01/26] ARM: shmobile: Add watchdog support
` [RFC v4 02/26] ARM: dts: r8a7743: Adjust SMP routine size
` [RFC v4 03/26] ARM: dts: r8a7745: "
` [RFC v4 04/26] ARM: dts: r8a7790: "
` [RFC v4 05/26] ARM: dts: r8a7791: "
` [RFC v4 06/26] ARM: dts: r8a7792: "
` [RFC v4 07/26] ARM: dts: r8a7793: "
` [RFC v4 08/26] ARM: dts: r8a7794: "
` [RFC v4 09/26] soc: renesas: rcar-rst: Enable watchdog as reset trigger for Gen2
` [RFC v4 10/26] ARM: shmobile: rcar-gen2: Add watchdog support
` [RFC v4 11/26] dt-bindings: watchdog: renesas-wdt: Add R-Car Gen2 support
` [RFC v4 12/26] watchdog: renesas_wdt: "
` [RFC v4 13/26] watchdog: renesas_wdt: Add restart handler
` [RFC v4 14/26] ARM: shmobile: defconfig: Enable RENESAS_WDT_GEN
` [RFC v4 15/26] clk: renesas: r8a7743: Add rwdt clock
` [RFC v4 16/26] clk: renesas: r8a7745: "
` [RFC v4 17/26] clk: renesas: r8a7790: "
` [RFC v4 18/26] clk: renesas: r8a7791/r8a7793: "
` [RFC v4 19/26] clk: renesas: r8a7794: "
` [RFC v4 20/26] ARM: dts: r8a7743: Add watchdog support to SoC dtsi
` [RFC v4 21/26] ARM: dts: r8a7745: "
` [RFC v4 22/26] ARM: dts: r8a7790: "
` [RFC v4 23/26] ARM: dts: r8a7791: "
` [RFC v4 24/26] ARM: dts: r8a7794: "
` [RFC v4 25/26] ARM: dts: iwg20m: Add watchdog support to SoM dtsi
` [RFC v4 26/26] ARM: dts: iwg22m: "

[PATCH v2 00/11] watchdog/hpwdt: Update driver to use watchdog core
 2018-02-12  9:35 UTC  (15+ messages)
` [PATCH v2 01/11] watchdog/hpwdt: Remove legacy NMI sourcing
` [PATCH v2 02/11] watchdog/hpwdt: remove include files no longer needed
` [PATCH v2 03/11] watchdog/hpwdt: Update nmi_panic message
` [PATCH v2 04/11] watchdog/hpwdt: white space changes
` [PATCH v2 05/11] watchdog/hpwdt: Update Module info
` [PATCH v2 06/11] watchdog/hpwdt: Modify to use watchdog core
` [PATCH v2 07/11] watchdog/hpwdt: Select WATCHDOG_CORE
` [PATCH v2 08/11] watchdog/hpwdt: Programable Pretimeout NMI
` [PATCH v2 09/11] watchdog/hpwdt: condition early return of NMI handler on iLO5
` [PATCH v2 10/11] watchdog/hpwdt: remove allow_kdump module parameter
` [PATCH v2 11/11] watchdog/hpwdt: Update driver version

[PATCH v3 1/7] watchdog: sama5d4: make use of timeout-secs provided in devicetree
 2018-02-12  8:59 UTC  (10+ messages)
` [PATCH v3 2/7] watchdog: sunxi: allow setting timeout "
` [PATCH v3 3/7] watchdog: sirfsoc: "
` [PATCH v3 4/7] watchdog: pnx4008: make use of timeout-secs provided "
` [PATCH v3 5/7] watchdog: mtk: allow setting timeout "
` [PATCH v3 6/7] watchdog: meson: "
` [PATCH v3 7/7] watchdog: coh901327: make use of timeout-secs provided "
  ` [v3, "
` [v3, 1/7] watchdog: sama5d4: "

[PATCH 00/10] watchdog/hpwdt: Update driver to use watchdog core
 2018-02-11 17:56 UTC  (13+ messages)
` [PATCH 01/10] watchdog/hpwdt: Remove legacy NMI sourcing
  ` [01/10] "
` [PATCH 02/10] watchdog/hpwdt: remove include files no longer needed
` [PATCH 03/10] watchdog/hpwdt: Update nmi_panic message
` [PATCH 04/10] watchdog/hpwdt: white space changes
` [PATCH 05/10] watchdog/hpwdt: Update Module info
` [PATCH 06/10] watchdog/hpwdt: Modify to use watchdog core
` [PATCH 07/10] watchdog/hpwdt: Select WATCHDOG_CORE
` [PATCH 08/10] watchdog/hpwdt: Programable Pretimeout NMI
` [PATCH 09/10] watchdog/hpwdt: condition early return of NMI handler on iLO5
` [PATCH 10/10] watchdog/hpwdt: remove allow_kdump module parameter

[PATCH] watchdog: asm9260_wdt: fix error handling in asm9260_wdt_probe()
 2018-02-11 17:46 UTC  (4+ messages)
  ` [PATCH v2] "
    ` [v2] "

[PATCH 0/7] watchdog: make use of timeout-secs
 2018-02-11 17:38 UTC  (21+ messages)
` [PATCH 1/7] watchdog: sama5d4: make use of timeout-secs provided in devicetree
  ` [1/7] "
` [PATCH 2/7] watchdog: sunxi: allow setting timeout "
` [PATCH 3/7] watchdog: sirfsoc: "
` [PATCH 4/7] watchdog: pnx4008: make use of timeout-secs provided "
` [PATCH 5/7] watchdog: mtk: allow setting timeout "
` [PATCH 6/7] watchdog: meson: "
` [PATCH 7/7] watchdog: coh901327: make use of timeout-secs provided "

[PATCH v2 1/7] watchdog: sama5d4: make use of timeout-secs provided in devicetree
 2018-02-11 17:33 UTC  (15+ messages)
` [PATCH v2 2/7] watchdog: sunxi: allow setting timeout "
` [PATCH v2 3/7] watchdog: sirfsoc: "
` [PATCH v2 4/7] watchdog: pnx4008: make use of timeout-secs provided "
` [PATCH v2 5/7] watchdog: mtk: allow setting timeout "
` [PATCH v2 6/7] watchdog: meson: "
` [PATCH v2 7/7] watchdog: coh901327: make use of timeout-secs provided "
  ` [v2, "

[PATCH 1/4] watchdog: uniphier: change order for setting default timeout
 2018-02-11  3:56 UTC  (8+ messages)
` [PATCH 2/4] watchdog: omap_wdt: "
` [PATCH 3/4] watchdog: gpio: "
` [PATCH 4/4] watchdog: lpc18xx: remove assignment of unused ret-value

Commit bc137dfdbec2 (watchdog: gpio_wdt: set WDOG_HW_RUNNING in gpio_wdt_stop)
 2018-02-10 21:56 UTC 

[PATCH] watchdog: coh901327: make license text and module licence match
 2018-02-10 15:32 UTC  (2+ messages)

[PATCH] watchdog: coh901327: make license text and module licence match
 2018-02-10 14:53 UTC 

[PATCH] watchdog: imx2_wdt: allow setting timeout in devicetree
 2018-02-08 14:15 UTC  (2+ messages)

GPIO WDT and open drain
 2018-02-08  9:21 UTC  (2+ messages)

[GIT PULL REQUEST] watchdog - v4.16 merge window
 2018-02-07 20:02 UTC  (2+ messages)

[GIT PULL REQUEST] watchdog - v4.16 merge window
 2018-02-07  2:19 UTC  (4+ messages)

[PATCH 1/3] documentation: watchdog: remove documentation of at32ap700x_wdt
 2018-02-01 22:31 UTC  (6+ messages)
` [PATCH 2/3] documentation: watchdog: remove documentation for ixp2000
` [PATCH 3/3] documentation: watchdog: remove documentation of w83697hf_wdt/w83697ug_wdt

[RFC v3 00/25] Fix watchdog on Renesas R-Car Gen2 and RZ/G1
 2018-01-31 15:37 UTC  (42+ messages)
` [RFC v3 01/25] ARM: shmobile: Add watchdog support
` [RFC v3 02/25] ARM: dts: r8a7743: Adjust SMP routine size
` [RFC v3 03/25] ARM: dts: r8a7745: "
` [RFC v3 04/25] ARM: dts: r8a7790: "
` [RFC v3 05/25] ARM: dts: r8a7791: "
` [RFC v3 06/25] ARM: dts: r8a7792: "
` [RFC v3 07/25] ARM: dts: r8a7793: "
` [RFC v3 08/25] ARM: dts: r8a7794: "
` [RFC v3 09/25] soc: renesas: rcar-rst: Enable watchdog as reset trigger for Gen2
` [RFC v3 10/25] dt-bindings: watchdog: renesas-wdt: Add R-Car Gen2 support
` [RFC v3 11/25] watchdog: renesas_wdt: "
` [RFC v3 12/25] ARM: shmobile: rcar-gen2: Add watchdog support
` [RFC v3 13/25] ARM: shmobile: defconfig: Enable CONFIG_RENESAS_WDT
` [RFC v3 14/25] clk: renesas: r8a7743: Add rwdt clock
` [RFC v3 15/25] clk: renesas: r8a7745: "
` [RFC v3 16/25] clk: renesas: r8a7790: "
` [RFC v3 17/25] clk: renesas: r8a7791/r8a7793: "
` [RFC v3 18/25] clk: renesas: r8a7794: "
` [RFC v3 19/25] ARM: dts: r8a7743: Add watchdog support to SoC dtsi
` [RFC v3 20/25] ARM: dts: r8a7745: "
` [RFC v3 21/25] ARM: dts: r8a7790: "
` [RFC v3 22/25] ARM: dts: r8a7791: "
` [RFC v3 23/25] ARM: dts: r8a7794: "
` [RFC v3 24/25] ARM: dts: iwg20m: Add watchdog support to SoM dtsi
` [RFC v3 25/25] ARM: dts: iwg22m: "

[PATCH v2 0/5] Change ISA_BUS_API dependency to selection
 2018-01-31  2:22 UTC  (3+ messages)


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