linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-16 07:57:29 to 2019-05-12 15:43:53 UTC [more...]

[PATCH 0/5] wdt: clean up unused modular infrastructure
 2019-05-12 15:43 UTC  (18+ messages)
` [PATCH 1/5] watchdog: rtd119x: drop unused module.h include
` [PATCH 2/5] watchdog: watchdog_core: make it explicitly non-modular
` [PATCH 3/5] watchdog: npcm: "
` [PATCH 4/5] watchdog: intel_scu: "
` [PATCH 5/5] watchdog: coh901327: "

[PATCH RESEND V4 1/3] dt-bindings: watchdog: move i.MX system controller watchdog binding to SCU
 2019-05-12 14:10 UTC  (5+ messages)
` [PATCH RESEND V4 2/3] arm64: dts: imx8qxp: Move watchdog node into scu node
` [PATCH RESEND V4 3/3] watchdog: imx_sc: Add pretimeout support

What to set in struct watchdog_device::bootstatus?
 2019-05-10  3:53 UTC  (5+ messages)

[RFC PATCH] watchdog: renesas_wdt: support handover from bootloader
 2019-05-09  7:38 UTC  (4+ messages)

[PATCH] watchdog: sama5d4: fix WDD value to be always set to max
 2019-05-09  6:04 UTC  (3+ messages)

[PATCH v14 0/8] support ROHM BD70528 PMIC
 2019-05-08 11:25 UTC  (13+ messages)
` [PATCH v14 1/8] mfd: regulator: clk: split rohm-bd718x7.h
` [PATCH v14 2/8] mfd: bd70528: Support ROHM bd70528 PMIC - core
` [PATCH v14 3/8] clk: bd718x7: Support ROHM BD70528 clk block
` [PATCH v14 4/8] dt-bindings: mfd: Document first ROHM BD70528 bindings
` [PATCH v14 5/8] gpio: Initial support for ROHM bd70528 GPIO block
` [PATCH v14 6/8] rtc: bd70528: Initial support for ROHM bd70528 RTC
` [PATCH v14 7/8] power: supply: Initial support for ROHM BD70528 PMIC charger block
` [PATCH v14 8/8] watchdog: bd70528: Initial support for ROHM BD70528 watchdog block

[PATCH] watchdog: Enforce that at least one pretimeout governor is enabled
 2019-05-08  0:43 UTC 

[PATCH] watchdog: fix watchdog_pretimeout.c build error when no default gov. is set
 2019-05-08  0:22 UTC  (3+ messages)

[PATCH V4 1/3] dt-bindings: watchdog: move i.MX system controller watchdog binding to SCU
 2019-05-07  1:28 UTC  (3+ messages)
` [PATCH V4 2/3] arm64: dts: imx8qxp: Move watchdog node into scu node
` [PATCH V4 3/3] watchdog: imx_sc: Add pretimeout support

[PATCH V3 1/3] dt-bindings: watchdog: move i.MX system controller watchdog binding to SCU
 2019-05-07  1:20 UTC  (5+ messages)
` [PATCH V3 2/3] arm64: dts: imx8qxp: Move watchdog node into scu node
` [PATCH V3 3/3] watchdog: imx_sc: Add pretimeout support

[PATCH 1/6] ARM: ks8695: watchdog: stop using mach/*.h
 2019-05-04 14:26 UTC  (8+ messages)
` [PATCH 1/6 v2] "

[PATCH V3] watchdog: stm32: add dynamic prescaler support
 2019-05-03 21:25 UTC 

[PATCH V3] watchdog: stm32: add dynamic prescaler support
 2019-05-03 13:48 UTC 

[PATCH V2 0/3] watchdog: stm32: add dynamic prescaler support
 2019-05-03  7:58 UTC  (9+ messages)
` [PATCH V2 1/3] watchdog: stm32: update to devm_watchdog_register_device
` [PATCH V2 2/3] watchdog: stm32: update return values recommended by watchdog kernel api
` [PATCH V2 3/3] watchdog: stm32: add dynamic prescaler support

[PATCH RESEND v13 0/8] support ROHM BD70528 PMIC
 2019-05-02  7:35 UTC  (11+ messages)
` [PATCH RESEND v13 1/8] mfd: regulator: clk: split rohm-bd718x7.h
` [PATCH RESEND v13 2/8] mfd: bd70528: Support ROHM bd70528 PMIC - core
` [PATCH RESEND v13 3/8] clk: bd718x7: Support ROHM BD70528 clk block
` [PATCH RESEND v13 4/8] dt-bindings: mfd: Document first ROHM BD70528 bindings
` [PATCH RESEND v13 5/8] gpio: Initial support for ROHM bd70528 GPIO block
` [PATCH RESEND v13 6/8] rtc: bd70528: Initial support for ROHM bd70528 RTC
` [PATCH RESEND v13 7/8] power: supply: Initial support for ROHM BD70528 PMIC charger block
` [PATCH RESEND v13 8/8] watchdog: bd70528: Initial support for ROHM BD70528 watchdog block

[PATCH V2 1/4] dt-bindings: fsl: scu: add watchdog binding
 2019-05-01 20:13 UTC  (6+ messages)
` [PATCH V2 2/4] arm64: dts: imx8qxp: Move watchdog node into scu node
` [PATCH V2 3/4] watchdog: imx_sc: Add pretimeout support
` [PATCH V2 4/4] dt-bindings: watchdog: remove i.MX system controller watchdog

[PATCH v8 0/3] watchdog: allow setting deadline for opening /dev/watchdogN
 2019-05-01  6:32 UTC  (4+ messages)
` [PATCH v9 "

[PATCH 1/5] watchdog: Use depends instead of select for pretimeout governors
 2019-04-29 19:28 UTC  (5+ messages)
` [PATCH 2/5] watchdog: Move pretimeout governor configuration up
` [PATCH 3/5] watchdog: Make watchdog core configurable as module
` [PATCH 4/5] watchdog: npcm: Enable modular builds
` [PATCH 5/5] watchdog: Improve Kconfig entry ordering and dependencies

[PATCH] watchdog: stm32: add dynamic prescaler support
 2019-04-29 14:03 UTC  (4+ messages)

[PATCH v3 00/16] watchdog: refactor init_timeout and update users
 2019-04-29 13:19 UTC  (21+ messages)
` [PATCH v3 01/16] watchdog: refactor watchdog_init_timeout
` [PATCH v3 02/16] watchdog: add error messages when initializing timeout fails
` [PATCH v3 03/16] watchdog: cadence_wdt: drop warning after calling watchdog_init_timeout
` [PATCH v3 04/16] watchdog: cadence_wdt: still probe if user supplied timeout is invalid
` [PATCH v3 05/16] watchdog: ebc-c384_wdt: drop warning after calling watchdog_init_timeout
` [PATCH v3 06/16] watchdog: hpwdt: "
` [PATCH v3 07/16] watchdog: i6300esb: "
` [PATCH v3 08/16] watchdog: imx_sc_wdt: "
` [PATCH v3 09/16] watchdog: ni903x_wdt: "
` [PATCH v3 10/16] watchdog: nic7018_wdt: "
` [PATCH v3 11/16] watchdog: renesas_wdt: "
` [PATCH v3 12/16] watchdog: sp5100_tco: "
` [PATCH v3 13/16] watchdog: st_lpc_wdt: "
` [PATCH v3 14/16] watchdog: stm32_iwdg: "
` [PATCH v3 15/16] watchdog: xen_wdt: "
` [PATCH v3 16/16] watchdog: ziirave_wdt: "

[PATCH 1/2] firmware: imx: SCU irq should ONLY be enabled after SCU IPC is ready
 2019-04-28  3:29 UTC  (9+ messages)
` [PATCH 2/2] watchdog: imx_sc: Add pretimeout support

[PATCH 00/24] arm64: mediatek: add support for Pumpkin MT8516 board
 2019-04-25 21:39 UTC  (35+ messages)
` [PATCH 11/24] dt-bindings: mediatek: topckgen: add support for MT8516
` [PATCH 12/24] dt-bindings: mediatek: infracfg: "
` [PATCH 13/24] dt-bindings: mediatek: apmixedsys: "
` [PATCH 14/24] clk: mediatek: add clock driver "
` [PATCH 15/24] dt-bindings: pinctrl: pinctrl-mt65xx: add support "
` [PATCH 18/24] dt-bindings: timer: mtk-timer: "
` [PATCH 19/24] dt-bindings: spi: spi-mt65xx: "
` [PATCH 21/24] dt-bindings: irq: mtk,sysirq: "
` [PATCH 22/24] dt-bindings: i2c: i2c-mtk: "
` [PATCH 23/24] arm64: dts: mediatek: add dtsi "

[PATCH] watchdog: machzwd: Mark expected switch fall-through
 2019-04-24 17:36 UTC  (6+ messages)

[PATCH v2 00/16] watchdog: refactor init_timeout and update users
 2019-04-24 12:57 UTC  (33+ messages)
` [PATCH v2 01/16] watchdog: refactor watchdog_init_timeout
` [PATCH v2 02/16] watchdog: add error messages when initializing timeout fails
` [PATCH v2 03/16] watchdog: cadence_wdt: drop warning after calling watchdog_init_timeout
` [PATCH v2 04/16] watchdog: cadence_wdt: still probe if user supplied timeout is invalid
` [PATCH v2 05/16] watchdog: ebc-c384_wdt: drop warning after calling watchdog_init_timeout
` [PATCH v2 06/16] watchdog: hpwdt: "
` [PATCH v2 07/16] watchdog: i6300esb: "
` [PATCH v2 08/16] watchdog: imx_sc_wdt: "
` [PATCH v2 09/16] watchdog: ni903x_wdt: "
` [PATCH v2 10/16] watchdog: nic7018_wdt: "
` [PATCH v2 11/16] watchdog: renesas_wdt: "
` [PATCH v2 12/16] watchdog: sp5100_tco: "
` [PATCH v2 13/16] watchdog: st_lpc_wdt: "
` [PATCH v2 14/16] watchdog: stm32_iwdg: "
` [PATCH v2 15/16] watchdog: xen_wdt: "
` [PATCH v2 16/16] watchdog: ziirave_wdt: "

[PATCH 1/2] dt-bindings: mt8183: Add watchdog dt-binding
 2019-04-23 14:37 UTC 

[PATCH 00/22] watchdog: Expand use of device managed functions (series 3 of 3)
 2019-04-23 13:28 UTC  (3+ messages)
` [PATCH 21/22] watchdog: mpc8xxx_wdt: Convert to use device managed functions and other improvements

[PATCH v2 19/79] docs: kdump: convert docs to ReST and rename to *.rst
 2019-04-22 13:27 UTC  (2+ messages)
` [PATCH v2 36/79] docs: watchdog: "

[PATCH v2 0/3] watchdog: orion_wdt: add pretimeout support
 2019-04-21 17:24 UTC  (3+ messages)
` [PATCH v2 1/3] ARM: dts: armada-38x: add interrupts for watchdog

[PATCH 00/57] Convert files to ReST
 2019-04-19 22:10 UTC  (5+ messages)
` [PATCH 37/57] docs: watchdog: convert documents to ReST format
` Avoiding merge conflicts while adding new docs - Was: Re: [PATCH 00/57] Convert files to ReST

[PATCH] watchdog: intel_scu_watchdog: fix spelling mistake: "set_hearbeat" -> "set_heartbeat"
 2019-04-17  6:31 UTC  (3+ messages)

[PATCH RFT] watchdog: da9063_wdt: parse DT for timeout value, too
 2019-04-16 10:21 UTC  (2+ 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).