linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-25 00:36:39 to 2018-09-07 01:22:43 UTC [more...]

[PATCH v3 0/2] Add support for RZ/A2 wdt
 2018-09-07  1:22 UTC  (2+ messages)
` [PATCH v3 2/2] dt-bindings: watchdog: renesas-wdt: Add support for R7S9210

[PATCH v2 0/2] watchdog: Add support for RZ/A2 wdt
 2018-09-06 19:40 UTC  (7+ messages)
` [PATCH v2 1/2] watchdog: rza_wdt: Support longer timeouts
` [PATCH v2 2/2] dt-bindings: watchdog: renesas-wdt: Add support for R7S9210

[PATCH] watchdog: rza_wdt: Extend clock sources for RZ/A2
 2018-09-06 16:11 UTC  (7+ messages)

[PATCH v2 0/5] watchdog: hpwdt: Bug Fixes/Enhancement
 2018-09-06  6:03 UTC  (12+ messages)
` [PATCH v2 1/5] watchdog: hpwdt: Initialize pretimeout from module parameter
` [PATCH v2 2/5] watchdog: hpwdt: Claim NMI from iLO
` [PATCH v2 3/5] watchdog: hpwdt: Display module parameters
` [PATCH v2 4/5] watchdog: hpwdt: Module paramerter alias
` [PATCH v2 5/5] watchdog: hpwdt: Update version number

[RFC PATCH v3 0/4] watchdog: prevent removing a driver if NOWAYOUT
 2018-09-05 15:33 UTC  (9+ messages)
` [RFC PATCH v3 1/4] watchdog: core: add mechanism to prevent removing "
` [RFC PATCH v3 2/4] watchdog: renesas_wdt: avoid "
` [RFC PATCH v3 3/4] watchdog: core: add module_watchdog_pci_driver()
` [RFC PATCH v3 4/4] watchdog: i6300esb: avoid removing if NOWAYOUT

[PATCH v2 1/4] watchdog: Add support for Armada 37xx CPU watchdog
 2018-09-05  4:34 UTC  (7+ messages)
` [PATCH v2 2/4] dt-bindings: watchdog: Document armada-37xx-wdt binding
` [PATCH v2 3/4] documentation: watchdog: add documentation for armada-37xx-wdt
` [PATCH v2 4/4] arm64: dts: marvell: armada-37xx: add nodes to support watchdog

[PATCH v2 0/3] wdt: lantiq: Convert to watchdog_device
 2018-09-03 23:43 UTC  (6+ messages)
` [PATCH v2 1/3] wdt: lantiq: update register names to better match spec
  ` [v2,1/3] "
` [PATCH v2 2/3] wdt: lantiq: Convert to watchdog_device
` [PATCH v2 3/3] wdt: lantiq: add get_timeleft callback

[PATCH 0/2] watchdog: fix OOPS when using stop_on_unregister and use it for R-Car
 2018-09-03 13:56 UTC  (7+ messages)
` [PATCH 1/2] watchdog: core: fix null pointer dereference when releasing cdev
` [PATCH 2/2] watchdog: renesas_wdt: stop when unregistering

[PATCH 1/2] watchdog: Add support for Armada 37xx CPU watchdog
 2018-09-03  0:55 UTC  (13+ messages)
` [PATCH 2/2] arm64: dts: marvell: armada-37xx: add nodes to support watchdog

[GIT PULL REQUEST] watchdog - v4.19-rc2
 2018-09-01  8:28 UTC 

[PATCH 1/2] watchdog: iTCO_wdt: Drop option vendorsupport=2
 2018-08-31 13:15 UTC  (4+ messages)
` [PATCH 2/2] watchdog: iTCO_wdt: Remove unused hooks

[PATCH v7 00/24] TCU patchset v7
 2018-08-29 17:43 UTC  (29+ messages)
` [PATCH v7 01/24] mfd: Add ingenic-tcu.h header
` [PATCH v7 02/24] dt-bindings: ingenic: Add DT bindings for TCU clocks
` [PATCH v7 03/24] doc: Add doc for the Ingenic TCU hardware
` [PATCH v7 04/24] dt-bindings: Add doc for the Ingenic TCU drivers
` [PATCH v7 05/24] clocksource: Add a new timer-ingenic driver
` [PATCH v7 06/24] clocksource: Add driver for the Ingenic JZ47xx OST
` [PATCH v7 07/24] MAINTAINERS: Add myself as maintainer for Ingenic TCU drivers
` [PATCH v7 08/24] watchdog: jz4740: Use WDT clock provided by TCU driver
` [PATCH v7 09/24] watchdog: jz4740: Use regmap "
` [PATCH v7 10/24] watchdog: jz4740: Avoid starting watchdog in set_timeout
` [PATCH v7 11/24] watchdog: jz4740: Drop dependency on MACH_JZ47xx, use COMPILE_TEST
` [PATCH v7 12/24] pwm: jz4740: Use regmap and clocks from TCU driver
` [PATCH v7 13/24] pwm: jz4740: Allow selection of PWM channels 0 and 1
` [PATCH v7 14/24] pwm: jz4740: Drop dependency on MACH_INGENIC, use COMPILE_TEST
` [PATCH v7 15/24] pwm: jz4740: Remove unused devicetree compatible strings
` [PATCH v7 16/24] pwm: jz4740: Add support for the JZ4725B
` [PATCH v7 17/24] clk: jz4740: Add TCU clock
` [PATCH v7 18/24] MIPS: Kconfig: Select TCU timer driver when MACH_INGENIC is set
` [PATCH v7 19/24] MIPS: jz4740: Add DTS nodes for the TCU drivers
` [PATCH v7 20/24] MIPS: qi_lb60: Move PWM devices to devicetree
` [PATCH v7 21/24] MIPS: qi_lb60: Reduce system timer and clocksource to 750 kHz
` [PATCH v7 22/24] MIPS: CI20: Reduce system timer and clocksource to 3 MHz
` [PATCH v7 23/24] MIPS: CI20: defconfig: enable OST driver
` [PATCH v7 24/24] MIPS: jz4740: Drop obsolete code

[RFC PATCH v2 0/4] watchdog: prevent removing a driver if NOWAYOUT
 2018-08-28 20:47 UTC  (8+ messages)
` [RFC PATCH v2 1/4] watchdog: core: add mechanism to prevent removing "
` [RFC PATCH v2 2/4] watchdog: renesas_wdt: avoid "
` [RFC PATCH v2 3/4] watchdog: core: add module_watchdog_pci_driver()
` [RFC PATCH v2 4/4] watchdog: i6300esb: avoid removing if NOWAYOUT

[RFC PATCH] watchdog: HACK: disable bind attributes with NOWAYOUT
 2018-08-28 16:37 UTC  (4+ messages)

[PATCH 00/11] tree-wide: use SPDX identifier for Renesas drivers
 2018-08-22  9:35 UTC  (4+ messages)
` [PATCH 11/11] watchdog: "

[PATCH] watchdog: hpwdt: Update Driver Documentation
 2018-08-21 14:02 UTC  (2+ messages)

[PATCH 0/8] Introduce STPMU1 PMIC Driver
 2018-08-21 12:23 UTC  (6+ messages)
` [PATCH 2/8] mfd: stpmu1: add stpmu1 pmic driver
` [PATCH 6/8] input: stpmu1: add stpmu1 onkey driver

[PATCH] dt-bindings: watchdog: renesas-wdt: Document r8a774a1 support
 2018-08-17  9:58 UTC  (4+ messages)

[GIT PULL REQUEST] watchdog - v4.19 Merge window
 2018-08-17 11:00 UTC 

[PATCH v6 00/24] Ingenic TCU patchset v6
 2018-08-16 16:07 UTC  (32+ messages)
` [PATCH v6 01/24] mfd: Add ingenic-tcu.h header
` [PATCH v6 02/24] dt-bindings: ingenic: Add DT bindings for TCU clocks
` [PATCH v6 03/24] doc: Add doc for the Ingenic TCU hardware
` [PATCH v6 04/24] dt-bindings: Add doc for the Ingenic TCU drivers
` [PATCH v6 05/24] clocksource: Add a new timer-ingenic driver
` [PATCH v6 06/24] clocksource: Add driver for the Ingenic JZ47xx OST
` [PATCH v6 07/24] MAINTAINERS: Add myself as maintainer for Ingenic TCU drivers
` [PATCH v6 08/24] watchdog: jz4740: Use WDT clock provided by TCU driver
` [PATCH v6 09/24] watchdog: jz4740: Use regmap "
` [PATCH v6 10/24] watchdog: jz4740: Avoid starting watchdog in set_timeout
` [PATCH v6 11/24] watchdog: jz4740: Drop dependency on MACH_JZ47xx, use COMPILE_TEST
` [PATCH v6 12/24] pwm: jz4740: Use regmap and clocks from TCU driver
` [PATCH v6 13/24] pwm: jz4740: Allow selection of PWM channels 0 and 1
` [PATCH v6 14/24] pwm: jz4740: Drop dependency on MACH_INGENIC, use COMPILE_TEST
` [PATCH v6 15/24] pwm: jz4740: Remove unused devicetree compatible strings
` [PATCH v6 16/24] pwm: jz4740: Add support for the JZ4725B
` [PATCH v6 17/24] clk: jz4740: Add TCU clock
` [PATCH v6 18/24] MIPS: Kconfig: Select TCU timer driver when MACH_INGENIC is set
` [PATCH v6 19/24] MIPS: jz4740: Add DTS nodes for the TCU drivers
` [PATCH v6 20/24] MIPS: qi_lb60: Move PWM devices to devicetree
` [PATCH v6 21/24] MIPS: qi_lb60: Reduce system timer and clocksource to 750 kHz
` [PATCH v6 22/24] MIPS: CI20: Reduce system timer and clocksource to 3 MHz
` [PATCH v6 23/24] MIPS: CI20: defconfig: enable OST driver
` [PATCH v6 24/24] MIPS: jz4740: Drop obsolete code

[PATCH 0/4] watchdog: hpwdt: Bug Fixes/Enhancement
 2018-08-08 19:12 UTC  (13+ messages)
` [PATCH 1/4] watchdog: hpwdt: Initialize pretimeout from module parameter
` [PATCH 2/4] watchdog: hpwdt: Claim NMI from iLO
` [PATCH 3/4] watchdog: hpwdt: Display module parameters
` [PATCH 4/4] watchdog: hpwdt: Update version number

linux-next: Tree for Aug 3 (watchdog/menz69_wdt.c)
 2018-08-06 15:14 UTC  (3+ messages)

[PATCH v2] watchdog: add driver for the MEN 16z069 IP-Core
 2018-07-31 14:05 UTC  (3+ messages)

[PATCH v5 00/21] Ingenic JZ47xx TCU patchset v5
 2018-07-30 22:01 UTC  (18+ messages)
` [PATCH v5 01/21] mfd: Add ingenic-tcu.h header
` [PATCH v5 02/21] dt-bindings: ingenic: Add DT bindings for TCU clocks
` [PATCH v5 04/21] dt-bindings: Add doc for the Ingenic TCU drivers
` [PATCH v5 06/21] clocksource: Add driver for the Ingenic JZ47xx OST
` [PATCH v5 07/21] MAINTAINERS: Add myself as maintainer for Ingenic TCU drivers
` [PATCH v5 08/21] watchdog: jz4740: Use regmap and WDT clock provided by TCU driver
` [PATCH v5 10/21] pwm: jz4740: Use regmap and clocks from "
` [PATCH v5 13/21] pwm: jz4740: Add support for the JZ4725B
` [PATCH v5 14/21] clk: jz4740: Add TCU clock
` [PATCH v5 17/21] MIPS: qi_lb60: Move PWM devices to devicetree
` [PATCH v5 20/21] MIPS: CI20: defconfig: enable OST driver

[PATCH] watchdog: sp805: Add clock-frequency property
 2018-07-26  5:34 UTC  (5+ messages)

[PATCH v2] watchdog: sp805: Add clock-frequency property
 2018-07-26  4:58 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).