linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-11 23:00:14 to 2021-11-26 19:57:06 UTC [more...]

[PATCH v3 0/4] add device drivers for Siemens Industrial PCs
 2021-11-26 19:54 UTC  (19+ messages)
` [PATCH v3 1/4] platform/x86: simatic-ipc: add main driver for Siemens devices
` [PATCH v3 2/4] leds: simatic-ipc-leds: add new driver for Siemens Industial PCs
` [PATCH v3 3/4] watchdog: simatic-ipc-wdt: add new driver for Siemens Industrial PCs

[PATCH v4 0/4] add device drivers for Siemens Industrial PCs
 2021-11-26 18:12 UTC  (13+ messages)
` [PATCH v4 1/4] platform/x86: simatic-ipc: add main driver for Siemens devices
` [PATCH v4 2/4] leds: simatic-ipc-leds: add new driver for Siemens Industial PCs
` [PATCH v4 3/4] watchdog: simatic-ipc-wdt: add new driver for Siemens Industrial PCs
` [PATCH v4 4/4] platform/x86: pmc_atom: improve critclk_systems matching for Siemens PCs

[PATCH 1/2] mfd: da9062: make register CONFIG_I writable
 2021-11-26 13:28 UTC  (3+ messages)
` [PATCH 2/2] watchdog: da9062: reset board on watchdog timeout

[PATCH V6 0/7] dt-bindinds/dts: support i.MX8ULP
 2021-11-26  7:40 UTC  (7+ messages)
` [PATCH V6 1/7] dt-bindings: i2c: imx-lpi2c: Add imx8ulp compatible string
` [PATCH V6 2/7] dt-bindings: serial: fsl-lpuart: "
` [PATCH V6 3/7] dt-bindings: timer: tpm-timer: "
` [PATCH V6 4/7] dt-bindings: watchdog: imx7ulp-wdt: "
` [PATCH V6 5/7] dt-bindings: arm: fsl: Add binding for imx8ulp evk
` [PATCH V6 7/7] arm64: dts: imx8ulp: Add the basic dts for imx8ulp evk board

[PATCH V5 0/8] dt-bindinds/dts: support i.MX8ULP
 2021-11-25  9:32 UTC  (12+ messages)
` [PATCH V5 1/8] dt-bindings: i2c: imx-lpi2c: Add imx8ulp compatible string
` [PATCH V5 2/8] dt-bindings: serial: fsl-lpuart: "
` [PATCH V5 3/8] dt-bindings: spi: fsl-lpspi: "
` [PATCH V5 4/8] dt-bindings: timer: tpm-timer: "
` [PATCH V5 5/8] dt-bindings: watchdog: imx7ulp-wdt: "
` [PATCH V5 6/8] dt-bindings: arm: fsl: Add binding for imx8ulp evk
` [PATCH V5 8/8] arm64: dts: imx8ulp: Add the basic dts for imx8ulp evk board
` (subset) [PATCH V5 0/8] dt-bindinds/dts: support i.MX8ULP

[PATCH 0/2] Add watchdog driver for Sunplus SP7021 SoC
 2021-11-25  4:25 UTC  (14+ messages)
` [PATCH 1/2] watchdog: Add watchdog driver for Sunplus SP7021
` [PATCH 2/2] dt-bindings: watchdog: Add Sunplus SP7021 WDT devicetree bindings documentation
` [PATCH v2 0/2] Add watchdog driver for Sunplus SP7021 SoC
  ` [PATCH v2 1/2] watchdog: Add watchdog driver for Sunplus SP7021
  ` [PATCH v2 2/2] dt-bindings: watchdog: Add Sunplus SP7021 WDT devicetree bindings documentation

[PATCH] watchdog: davinci: Use div64_ul instead of do_div
 2021-11-25  2:33 UTC  (2+ messages)

[PATCH] watchdog: da9063: use atomic safe i2c transfer in reset handler
 2021-11-24 14:10 UTC  (3+ messages)

[PATCH v4 00/12] watchdog: s3c2410: Add Exynos850 support
 2021-11-23 23:30 UTC  (19+ messages)
` [PATCH v4 01/12] dt-bindings: watchdog: Require samsung,syscon-phandle for Exynos7
` [PATCH v4 02/12] dt-bindings: watchdog: Document Exynos850 watchdog bindings
` [PATCH v4 03/12] watchdog: s3c2410: Fail probe if can't find valid timeout
` [PATCH v4 04/12] watchdog: s3c2410: Let kernel kick watchdog
` [PATCH v4 05/12] watchdog: s3c2410: Make reset disable register optional
` [PATCH v4 06/12] watchdog: s3c2410: Extract disable and mask code into separate functions
` [PATCH v4 07/12] watchdog: s3c2410: Implement a way to invert mask reg value
` [PATCH v4 08/12] watchdog: s3c2410: Add support for WDT counter enable register
` [PATCH v4 09/12] watchdog: s3c2410: Cleanup PMU related code
` [PATCH v4 10/12] watchdog: s3c2410: Support separate source clock
` [PATCH v4 11/12] watchdog: s3c2410: Remove superfluous err label
` [PATCH v4 12/12] watchdog: s3c2410: Add Exynos850 support

[PATCH v5] watchdog: s3c2410: Cleanup PMU related code
 2021-11-23 23:26 UTC 

[PATCH v3 0/2] Add WDT driver for RZ/G2L
 2021-11-23 13:35 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: watchdog: renesas,wdt: Add support "
` [PATCH v3 2/2] watchdog: Add Watchdog Timer driver "

[PATCH] watchdog: ixp4xx: Implement restart
 2021-11-22  4:36 UTC  (2+ messages)

[PATCH v4 0/9] Add MAX77714 PMIC minimal driver (RTC and watchdog only)
 2021-11-21 17:20 UTC  (12+ messages)
` [PATCH v4 1/9] rtc: max77686: convert comments to kernel-doc format
` [PATCH v4 2/9] rtc: max77686: rename day-of-month defines
` [PATCH v4 3/9] rtc: max77686: remove unused code to read in 12-hour mode
` [PATCH v4 4/9] dt-bindings: mfd: add Maxim MAX77714 PMIC
` [PATCH v4 5/9] mfd: max77714: Add driver for "
` [PATCH v4 6/9] watchdog: Kconfig: fix help text indentation
` [PATCH v4 7/9] watchdog: max77620: add support for the max77714 variant
` [PATCH v4 8/9] watchdog: max77620: add comment to clarify set_timeout procedure
` [PATCH v4 9/9] rtc: max77686: add MAX77714 support

[PATCH v3 00/12] watchdog: s3c2410: Add Exynos850 support
 2021-11-21 16:25 UTC  (28+ messages)
` [PATCH v3 01/12] dt-bindings: watchdog: Require samsung,syscon-phandle for Exynos7
` [PATCH v3 02/12] dt-bindings: watchdog: Document Exynos850 watchdog bindings
` [PATCH v3 03/12] watchdog: s3c2410: Fail probe if can't find valid timeout
` [PATCH v3 04/12] watchdog: s3c2410: Let kernel kick watchdog
` [PATCH v3 05/12] watchdog: s3c2410: Make reset disable register optional
` [PATCH v3 06/12] watchdog: s3c2410: Extract disable and mask code into separate functions
` [PATCH v3 07/12] watchdog: s3c2410: Implement a way to invert mask reg value
` [PATCH v3 08/12] watchdog: s3c2410: Add support for WDT counter enable register
` [PATCH v3 09/12] watchdog: s3c2410: Cleanup PMU related code
` [PATCH v3 10/12] watchdog: s3c2410: Support separate source clock
` [PATCH v3 11/12] watchdog: s3c2410: Remove superfluous err label
` [PATCH v3 12/12] watchdog: s3c2410: Add Exynos850 support

[PATCH v3 0/8] Add MAX77714 PMIC minimal driver (RTC and watchdog only)
 2021-11-19 16:56 UTC  (19+ messages)
` [PATCH v3 1/8] rtc: max77686: convert comments to kernel-doc format
` [PATCH v3 2/8] rtc: max77686: rename day-of-month defines
` [PATCH v3 3/8] rtc: max77686: remove unused code to read in 12-hour mode
` [PATCH v3 4/8] dt-bindings: mfd: add Maxim MAX77714 PMIC
` [PATCH v3 6/8] watchdog: Kconfig: fix help text indentation
` [PATCH v3 7/8] watchdog: max77714: add driver for the watchdog in the MAX77714 PMIC
` [PATCH v3 8/8] rtc: max77686: add MAX77714 support

[PATCH V4 0/9] dt-bindinds/dts: support i.MX8ULP
 2021-11-19  0:54 UTC  (12+ messages)
` [PATCH V4 1/9] dt-bindings: i2c: imx-lpi2c: Add imx8ulp compatible string
` [PATCH V4 2/9] dt-bindings: mmc: imx-esdhc: "
` [PATCH V4 3/9] dt-bindings: serial: fsl-lpuart: "
` [PATCH V4 4/9] dt-bindings: spi: fsl-lpspi: "
` [PATCH V4 5/9] dt-bindings: timer: tpm-timer: "
` [PATCH V4 6/9] dt-bindings: watchdog: imx7ulp-wdt: "
` [PATCH V4 7/9] dt-bindings: arm: fsl: Add binding for imx8ulp evk
` [PATCH V5 9/9] arm64: dts: imx8ulp: Add the basic dts for imx8ulp evk board
  ` [PATCH V5 8/9] arm64: dts: imx8ulp: Add the basic dtsi file for imx8ulp

[PATCH V4 RESEND 1/2] dt-bindings: watchdog: convert Broadcom's WDT to the json-schema
 2021-11-18 22:45 UTC  (3+ messages)
` [PATCH V4 RESEND 2/2] dt-bindings: mfd: add Broadcom's Timer-Watchdog block

[PATCH v4 0/2] Add Realtek Otto WDT support
 2021-11-18 18:19 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: watchdog: Realtek Otto WDT binding
` [PATCH v4 2/2] watchdog: Add Realtek Otto watchdog timer

[PATCH v3 0/2] Add Realtek Otto WDT support
 2021-11-18 17:15 UTC  (9+ messages)
` [PATCH v3 1/2] dt-bindings: watchdog: Realtek Otto WDT binding
` [PATCH v3 2/2] watchdog: Add Realtek Otto watchdog timer

[PATCH v2 0/3] Add WDT driver for RZ/G2L
 2021-11-18 16:52 UTC  (12+ messages)
` [PATCH v2 1/3] clk: renesas: rzg2l: Add support for watchdog reset selection
` [PATCH v2 3/3] watchdog: Add Watchdog Timer driver for RZ/G2L

[PATCH v5 0/7] Removal of bcm63xx-wdt
 2021-11-17 13:48 UTC  (9+ messages)
` [PATCH v5 1/7] dt-bindings: watchdog: convert Broadcom's WDT to the json-schema
` [PATCH v5 2/7] dt-bindings: watchdog: Add BCM6345 compatible to BCM7038 binding
` [PATCH v5 3/7] watchdog: bcm7038_wdt: Support platform data configuration
` [PATCH v5 4/7] watchdog: Allow building BCM7038_WDT for BCM63XX
` [PATCH v5 5/7] watchdog: bcm7038_wdt: Add platform device id for bcm63xx-wdt
` [PATCH v5 6/7] MIPS: BCM63XX: Provide platform data to watchdog device
` [PATCH v5 7/7] watchdog: Remove BCM63XX_WDT

[PATCH] watchdog: f71808e_wdt: Add F81966 support
 2021-11-17  5:24 UTC  (2+ messages)

[PATCH] watchdog: meson_gxbb_wdt: remove stop_on_reboot
 2021-11-17  5:21 UTC  (2+ messages)

Fotowoltaika dla firm
 2021-11-16  8:51 UTC 

[PATCH V4 1/2] dt-bindings: watchdog: convert Broadcom's WDT to the json-schema
 2021-11-15  2:10 UTC  (3+ messages)
` [PATCH V4 2/2] dt-bindings: mfd: add Broadcom's Timer-Watchdog block

[PATCH 1/2] dt-bindings: watchdog: Add Apple Watchdog
 2021-11-14 13:25 UTC  (12+ messages)
` [PATCH 2/2] watchdog: Add Apple SoC watchdog driver

[PATCH v4 0/7] Removal of bcm63xx-wdt
 2021-11-12 22:43 UTC  (8+ messages)
` [PATCH v4 1/7] dt-bindings: watchdog: convert Broadcom's WDT to the json-schema
` [PATCH v4 2/7] dt-bindings: watchdog: Add BCM6345 compatible to BCM7038 binding
` [PATCH v4 5/7] watchdog: bcm7038_wdt: Add platform device id for bcm63xx-wdt

[PATCH V3 1/2] dt-bindings: watchdog: convert Broadcom's WDT to the json-schema
 2021-11-12 22:14 UTC  (2+ messages)
` [PATCH V3 2/2] dt-bindings: mfd: add Broadcom's Timer-Watchdog block

[PATCH V2 1/2] dt-bindings: watchdog: convert Broadcom's WDT to the json-schema
 2021-11-12 19:38 UTC  (3+ messages)
` [PATCH V2 2/2] dt-bindings: mfd: add Broadcom's Timer-Watchdog block

[PATCH v3 0/5] Update STMicroelectronics maintainers email
 2021-11-12  7:42 UTC  (4+ messages)
` [PATCH v3 2/5] dt-bindings: mfd: timers: Update maintainers for st,stm32-timers

[PATCH] dt-bindings: watchdog: sunxi: fix error in schema
 2021-11-12  4:19 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).