linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-22 20:34:18 to 2017-06-22 13:21:53 UTC [more...]

[PATCH 0/3 v2] Fix regression in the sp5100_tco driver
 2017-06-22 13:21 UTC  (10+ messages)
` [PATCH 0/5 v3] Fix sp5100_tco watchdog driver regression
  ` [PATCH 1/5] Extend the request_region() infrastructure
  ` [PATCH 2/5] Modify behaviour of request_*muxed_region()
  ` [PATCH 3/5] usb: pci-quirks: Protect the I/O port pair of SB800
  ` [PATCH 4/5] i2c: i2c-piix4: Use request_declared_muxed_region()
  ` [PATCH 5/5] watchdog: sp5100_tco: "
  ` [PATCH 0/5 v4] Fix sp5100_tco watchdog driver regression
    ` [PATCH 5/5 v4] watchdog: sp5100_tco: Use request_declared_muxed_region()

[PATCH] watchdog: meson-wdt: add support for the watchdog on Meson8 and Meson8m2
 2017-06-22  3:22 UTC  (8+ messages)

[PATCH v4 0/3] watchdog: dw_wdt: add reset lines
 2017-06-21  6:35 UTC  (10+ messages)
` [PATCH v4 1/3] watchdog: bindings: "
` [PATCH v4 2/3] watchdog: dw_wdt: get reset lines from dt
` [PATCH v4 3/3] ARM: socfpga: dtsi: add dw-wdt reset lines

[PATCH v5 00/16] MIPS: lantiq: handle RCU register by separate drivers
 2017-06-20 22:37 UTC  (17+ messages)
` [PATCH v5 01/16] MIPS: lantiq: Use of_platform_default_populate instead of __dt_register_buses
` [PATCH v5 02/16] mtd: lantiq-flash: drop check of boot select
` [PATCH v5 03/16] mtd: spi-falcon: "
` [PATCH v5 04/16] watchdog: lantiq: access boot cause register through regmap
` [PATCH v5 05/16] watchdog: lantiq: add device tree binding documentation
` [PATCH v5 06/16] MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD
` [PATCH v5 07/16] Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings
` [PATCH v5 08/16] MIPS: lantiq: Convert the fpi bus driver to a platform_driver
` [PATCH v5 09/16] MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select()
` [PATCH v5 10/16] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
` [PATCH v5 11/16] MIPS: lantiq: remove old reset controller implementation
` [PATCH v5 12/16] MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd
` [PATCH v5 13/16] MIPS: lantiq: remove old GPHY loader code
` [PATCH v5 14/16] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module
` [PATCH v5 15/16] MIPS: lantiq: remove old USB PHY initialisation
` [PATCH v5 16/16] MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementation

[PATCH v4 00/16] MIPS: lantiq: handle RCU register by separate drivers
 2017-06-20 22:20 UTC  (23+ messages)
` [PATCH v4 01/16] MIPS: lantiq: Use of_platform_default_populate instead of __dt_register_buses
` [PATCH v4 02/16] mtd: lantiq-flash: drop check of boot select
` [PATCH v4 03/16] mtd: spi-falcon: "
` [PATCH v4 04/16] watchdog: lantiq: access boot cause register through regmap
` [PATCH v4 05/16] watchdog: lantiq: add device tree binding documentation
` [PATCH v4 06/16] MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD
` [PATCH v4 07/16] Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings
` [PATCH v4 08/16] MIPS: lantiq: Convert the fpi bus driver to a platform_driver
` [PATCH v4 09/16] MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select()
` [PATCH v4 10/16] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
` [PATCH v4 11/16] MIPS: lantiq: remove old reset controller implementation
` [PATCH v4 12/16] MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd
` [PATCH v4 13/16] MIPS: lantiq: remove old GPHY loader code
` [PATCH v4 14/16] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module
` [PATCH v4 15/16] MIPS: lantiq: remove old USB PHY initialisation
` [PATCH v4 16/16] MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementation

[PATCH V4 0/3] add UniPhier watchdog support
 2017-06-20 20:55 UTC  (7+ messages)
` [PATCH V4 1/3] dt-bindings: watchdog: add description for UniPhier WDT controller
` [PATCH V4 2/3] watchdog: uniphier: add UniPhier watchdog driver
` [PATCH V4 3/3] arm64: dts: uniphier: add watchdog node for LD11 and LD20

[PATCH] watchdog: cadence_wdt: make of_device_ids const
 2017-06-20 20:53 UTC  (2+ messages)

[PATCH 1/3 v2] usb: pci-quirks: Add a common mutex for the I/O port pair of SB800
 2017-06-20 14:12 UTC  (2+ messages)
` [1/3, "

[PATCH v2] drivers/watchdog/Kconfig: Update CONFIG_WATCHDOG_RTAS dependencies
 2017-06-19 12:25 UTC  (4+ messages)
` [v2] "

[PATCH] watchdog: zx2967: constify zx2967_wdt_ops
 2017-06-15 17:26 UTC  (2+ messages)

[PATCH] watchdog: bcm47xx_wdt: constify bcm47xx_wdt_hard_ops and bcm47xx_wdt_soft_ops
 2017-06-15 17:25 UTC  (2+ messages)

[PATCH V3 0/3] add UniPhier watchdog support
 2017-06-14  6:50 UTC  (6+ messages)
` [PATCH V3 1/3] dt-bindings: watchdog: add description for UniPhier WDT controller
` [PATCH V3 2/3] watchdog: uniphier: add UniPhier watchdog driver
` [PATCH V3 3/3] arm64: dts: uniphier: add watchdog node for LD11 and LD20

[PATCH 0/2] drivers/watchdog ASPEED: Add optional dev tree configs
 2017-06-13 20:38 UTC  (3+ messages)
` [PATCH 1/2] drivers/watchdog: Document new aspeed optional dev tree properties
` [PATCH 2/2] drivers/watchdog: ASPEED reference dev tree properties for config

[PATCH] drivers/watchdog: Add sys files to modify watchdog behavior
 2017-06-12 20:30 UTC  (3+ messages)

[PATCH v5 0/5] STM32 Independent watchdog
 2017-06-12 10:07 UTC  (2+ messages)

[PATCH 1/5] watchdog: it87: Drop FSF mailing address
 2017-06-11  4:04 UTC  (5+ messages)
` [PATCH 2/5] watchdog: it87: Convert to use watchdog core infrastructure
` [PATCH 3/5] watchdog: it87: Drop support for resetting watchdog though CIR and Game port
` [PATCH 4/5] watchdog: it87: Use infrastructure to stop watchdog on reboot
` [PATCH 5/5] watchdog: it87: Add support for various Super-IO chips

[PATCH V2 0/3] add UniPhier watchdog support
 2017-06-09 10:22 UTC  (10+ messages)
` [PATCH V2 1/3] devicetree: add UniPhier WDT devicetree bindings documentation
` [PATCH V2 2/3] watchdog: uniphier: add UniPhier watchdog driver
` [PATCH V2 3/3] arm64: dts: uniphier: add watchdog node for LD11 and LD20

[PATCH] watchdog: meson: Handle return value of clk_prepare_enable
 2017-06-07 20:52 UTC  (2+ messages)

[PATCH] watchdog: davinci: Add missing clk_disable_unprepare()
 2017-06-07 20:51 UTC  (2+ messages)

[PATCH] watchdog: davinci: Handle return value of clk_prepare_enable
 2017-06-07 20:49 UTC  (2+ messages)

[PATCH V6 5/7] regulator: da9061: BUCK and LDO regulator driver
 2017-06-07 19:32 UTC  (2+ messages)
` Applied "regulator: da9061: BUCK and LDO regulator driver" to the regulator tree

[RESEND PATCH V7 5/7] regulator: da9061: BUCK and LDO regulator driver
 2017-06-07 15:42 UTC  (4+ messages)

[RESEND PATCH V7 5/7] regulator: da9061: BUCK and LDO regulator driver
 2017-06-06 19:02 UTC  (11+ messages)
` [RESEND PATCH V7 7/7] MAINTAINERS: da9062/61 updates to the Dialog Semiconductor search terms

[PATCH v5 0/3] watchdog: allow setting deadline for opening /dev/watchdogN
 2017-06-06 13:47 UTC  (16+ messages)
` [PATCH v5 1/3] watchdog: introduce watchdog_worker_should_ping helper
` [PATCH v5 2/3] watchdog: introduce watchdog.open_timeout commandline parameter
` [PATCH v6 0/3] watchdog: allow setting deadline for opening /dev/watchdogN
  ` [PATCH v6 1/3] watchdog: introduce watchdog_worker_should_ping helper
  ` [PATCH v6 2/3] watchdog: introduce watchdog.open_timeout commandline parameter
  ` [PATCH v6 3/3] watchdog: introduce CONFIG_WATCHDOG_OPEN_TIMEOUT

[PATCH v3 00/16] MIPS: lantiq: handle RCU register by separate drivers
 2017-05-31 21:04 UTC  (29+ messages)
` [PATCH v3 01/16] MIPS: lantiq: Use of_platform_default_populate instead of __dt_register_buses
` [PATCH v3 02/16] mtd: lantiq-flash: drop check of boot select
` [PATCH v3 03/16] mtd: spi-falcon: "
` [PATCH v3 04/16] watchdog: lantiq: access boot cause register through regmap
` [PATCH v3 05/16] watchdog: lantiq: add device tree binding documentation
` [PATCH v3 06/16] MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD
` [PATCH v3 07/16] Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings
` [PATCH v3 08/16] MIPS: lantiq: Convert the fpi bus driver to a platform_driver
` [PATCH v3 09/16] MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select()
` [PATCH v3 10/16] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
` [PATCH v3 11/16] MIPS: lantiq: remove old reset controller implementation
` [PATCH v3 12/16] MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd
` [PATCH v3 13/16] MIPS: lantiq: remove old GPHY loader code
` [PATCH v3 14/16] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module
` [PATCH v3 15/16] MIPS: lantiq: remove old USB PHY initialisation
` [PATCH v3 16/16] MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementation

[PATCH v2 00/15] MIPS: lantiq: handle RCU register by separate drivers
 2017-05-30 23:11 UTC  (15+ messages)
` [PATCH v2 07/15] MIPS: lantiq: Convert the xbar driver to a platform_driver
` [PATCH v2 09/15] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
` [PATCH v2 11/15] MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd

[GIT PULL] watchdog updates for v4.12
 2017-05-30 11:20 UTC  (3+ messages)

[PATCH] watchdog: w83627hf: Add support for NCT6793D and NCT6795D
 2017-05-29 23:21 UTC 

[PATCH] drivers/watchdog/Kconfig: Update CONFIG_WATCHDOG_RTAS dependencies
 2017-05-29 13:30 UTC  (4+ messages)

[PATCH 0/3] mfd: move include files out of include/linux/i2c
 2017-05-29  9:20 UTC  (8+ messages)
` [PATCH 3/3] mfd: twl: move header file out of I2C realm

[PATCH 0/2] add UniPhier watchdog support
 2017-05-25  8:44 UTC  (7+ messages)
` [PATCH 1/2] watchdog: uniphier: add UniPhier watchdog driver
` [PATCH 2/2] arm64: dts: uniphier: add watchdog node for LD11 and LD20


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