linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-27 21:12:24 to 2020-04-28 15:36:08 UTC [more...]

[PATCH v2 0/4] support watchdog with longer timeout period
 2020-04-28 15:36 UTC  (6+ messages)
` [PATCH v2 1/4] platform_data/mlxreg: support new watchdog type "
` [PATCH v2 2/4] platform/x86: mlx-platform: support new watchdog type with longer timeout
` [PATCH v2 3/4] watchdog: mlx-wdt: support new watchdog type with longer timeout period
` [PATCH v2 4/4] docs: watchdog: mlx-wdt: Add description of new watchdog type 3

[PATCH v3 00/16] Add support for Kontron sl28cpld
 2020-04-28 15:25 UTC  (39+ messages)
` [PATCH v3 01/16] include/linux/ioport.h: add helper to define REG resource constructs
` [PATCH v3 02/16] mfd: mfd-core: Don't overwrite the dma_mask of the child device
` [PATCH v3 03/16] mfd: mfd-core: match device tree node against reg property
` [PATCH v3 04/16] dt-bindings: mfd: Add bindings for sl28cpld
` [PATCH v3 05/16] mfd: Add support for Kontron sl28cpld management controller
` [PATCH v3 06/16] irqchip: add sl28cpld interrupt controller support
` [PATCH v3 07/16] watchdog: add support for sl28cpld watchdog
` [PATCH v3 08/16] pwm: add support for sl28cpld PWM controller
` [PATCH v3 09/16] gpiolib: Introduce gpiochip_irqchip_add_domain()
` [PATCH v3 10/16] gpio: add a reusable generic gpio_chip using regmap
` [PATCH v3 11/16] gpio: add support for the sl28cpld GPIO controller
` [PATCH v3 12/16] hwmon: add support for the sl28cpld hardware monitoring controller
` [PATCH v3 13/16] arm64: dts: freescale: sl28: enable sl28cpld
` [PATCH v3 14/16] arm64: dts: freescale: sl28: map GPIOs to input events
` [PATCH v3 15/16] arm64: dts: freescale: sl28: enable LED support
` [PATCH v3 16/16] arm64: dts: freescale: sl28: enable fan support

[PATCH] watchdog: riowd: remove unneeded semicolon
 2020-04-28 13:12 UTC  (2+ messages)

[PATCH v1 0/4] support watchdog with longer timeout period
 2020-04-28 13:06 UTC  (10+ messages)
` [PATCH v1 1/4] platform_data/mlxreg: support new watchdog type "
` [PATCH v1 2/4] platform/x86: mlx-platform: support new watchdog type with longer timeout
` [PATCH v1 3/4] watchdog: mlx-wdt: support new watchdog type with longer timeout period
` [PATCH v1 4/4] Documentation/watchdog: Add description of new watchdog type 3

[PATCH] dt-bindings: watchdog: renesas-wdt: Convert to json-schema
 2020-04-28 11:59 UTC  (2+ messages)

[PATCH v5 0/2] Add a watchdog driver that uses ARM Secure Monitor Calls
 2020-04-28  4:42 UTC  (6+ messages)
` [PATCH v5 1/2] dt-bindings: watchdog: Add ARM smc wdt for mt8173 watchdog
` [PATCH v5 2/2] watchdog: Add new arm_smc_wdt watchdog driver

[PATCH v2 1/3] watchdog: da9062: Initialize timeout during probe
 2020-04-25 17:50 UTC  (7+ messages)
` [PATCH v2 2/3] watchdog: da9063: Make use of pre-configured "
` [PATCH v2 3/3] watchdog: da9062: No need to ping manually before setting timeout

[PATCH v2 0/2] Add a watchdog driver that uses ARM Secure Monitor Calls
 2020-04-22 22:22 UTC  (12+ messages)
` [PATCH v2 1/2] dt-bindings: watchdog: Add ARM smc wdt for mt8173 watchdog
` [PATCH v2 2/2] watchdog: Add new arm_smc_wdt watchdog driver

[PATCH V3 1/2] dt-bindings: watchdog: Convert i.MX to json-schema
 2020-04-21 14:21 UTC  (2+ messages)
` [PATCH V3 2/2] dt-bindings: watchdog: Convert i.MX7ULP "

[PATCH v2 00/16] Add support for Kontron sl28cpld
 2020-04-21 10:50 UTC  (38+ messages)
` [PATCH v2 01/16] include/linux/ioport.h: add helper to define REG resource constructs
` [PATCH v2 02/16] mfd: mfd-core: Don't overwrite the dma_mask of the child device
` [PATCH v2 03/16] mfd: mfd-core: match device tree node against reg property
` [PATCH v2 04/16] regmap-irq: make it possible to add irq_chip do a specific device node
  ` Applied "regmap-irq: make it possible to add irq_chip do a specific device node" to the regmap tree
` [PATCH v2 05/16] dt-bindings: mfd: Add bindings for sl28cpld
` [PATCH v2 06/16] mfd: Add support for Kontron sl28cpld management controller
` [PATCH v2 07/16] irqchip: add sl28cpld interrupt controller support
` [PATCH v2 08/16] watchdog: add support for sl28cpld watchdog
` [PATCH v2 09/16] pwm: add support for sl28cpld PWM controller
` [PATCH v2 10/16] gpio: add a reusable generic gpio_chip using regmap
` [PATCH v2 11/16] gpio: add support for the sl28cpld GPIO controller
` [PATCH v2 12/16] hwmon: add support for the sl28cpld hardware monitoring controller
` [PATCH v2 13/16] arm64: dts: freescale: sl28: enable sl28cpld
` [PATCH v2 14/16] arm64: dts: freescale: sl28: map GPIOs to input events
` [PATCH v2 15/16] arm64: dts: freescale: sl28: enable LED support
` [PATCH v2 16/16] arm64: dts: freescale: sl28: enable fan support

[PATCH v2 0/2] Add a watchdog driver that uses ARM Secure Monitor Calls
 2020-04-21  2:36 UTC  (16+ messages)
` [PATCH v2 1/2] dt-bindings: watchdog: Add ARM smc wdt for mt8173 watchdog
` [PATCH v2 2/2] watchdog: Add new arm_smd_wdt watchdog driver

[PATCH] watchdog: clarify that stop() is optional
 2020-04-20 23:12 UTC  (3+ messages)

[PATCH V2 1/2] dt-bindings: watchdog: Convert i.MX to json-schema
 2020-04-20 21:29 UTC  (4+ messages)
` [PATCH V2 2/2] dt-bindings: watchdog: Convert i.MX7ULP "

[PATCH AUTOSEL 4.19 02/47] watchdog: reset last_hw_keepalive time at start
 2020-04-18 14:41 UTC 

[PATCH AUTOSEL 4.14 02/28] watchdog: reset last_hw_keepalive time at start
 2020-04-18 14:43 UTC 

[PATCH AUTOSEL 4.9 02/23] watchdog: reset last_hw_keepalive time at start
 2020-04-18 14:43 UTC 

[PATCH AUTOSEL 5.4 03/78] watchdog: reset last_hw_keepalive time at start
 2020-04-18 14:39 UTC 

[PATCH AUTOSEL 5.5 03/75] watchdog: reset last_hw_keepalive time at start
 2020-04-18 14:07 UTC 

[PATCH AUTOSEL 5.6 03/73] watchdog: reset last_hw_keepalive time at start
 2020-04-18 13:47 UTC 

[GIT PULL REQUEST] watchdog - v5.7-rc2 Fixes
 2020-04-17 19:15 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: watchdog: Convert i.MX to json-schema
 2020-04-14 21:43 UTC  (3+ messages)
` [PATCH 2/2] dt-bindings: watchdog: Convert i.MX7ULP "

[PATCH 1/7] dt-bindings: watchdog: dw-wdt: Replace legacy bindings file with YAML-based one
 2020-04-14 10:01 UTC  (21+ messages)
` [PATCH 3/7] watchdog: watchdog_dev: Use generic msec-per-sec macro
` [PATCH 4/7] watchdog: dw_wdt: Support devices with non-fixed TOP values
` [PATCH 5/7] watchdog: dw_wdt: Support devices with asynch clocks
` [PATCH 6/7] watchdog: dw_wdt: Add pre-timeouts support
` [PATCH 7/7] watchdog: dw_wdt: Add DebugFS files

[PATCH] watchdog: imx_sc_wdt: Fix reboot on crash
 2020-04-13 13:19 UTC  (3+ messages)

[GIT PULL REQUEST] watchdog - v5.7 Merge window
 2020-04-09  4:55 UTC  (2+ messages)

[PATCH] drivers: watchdog: ts72xx_wdt: fix build error
 2020-04-06 22:42 UTC  (2+ messages)

[PATCHv2 3/4] watchdog: Add K3 RTI watchdog support
 2020-04-01 17:01 UTC  (6+ messages)
` [PATCHv3 "

[PATCH 1/3] watchdog: da9062: Use pre-configured timeout until userspace takes over
 2020-04-01 10:20 UTC  (10+ messages)
` [PATCH 2/3] watchdog: da9063: Use pre configured timeout when watchdog is running
` [PATCH 3/3] watchdog: da9062: No need to ping manually before setting timeout

iTCO core dumping on timeout ?
 2020-03-31 19:38 UTC  (2+ messages)

[PATCH 00/18] Add support for Kontron sl28cpld
 2020-03-31  7:40 UTC  (15+ messages)
` [PATCH 04/18] dt-bindings: mfd: Add bindings for sl28cpld
` [PATCH 12/18] gpio: add support for the sl28cpld GPIO controller

[PATCH v3] rtc: ds1307: add support for watchdog timer on ds1388
 2020-03-30 18:39 UTC  (3+ messages)

[PATCH v2] rtc: ds1307: add support for watchdog timer on ds1388
 2020-03-27 21:12 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).