Linux Watchdog driver development
 help / color / mirror / Atom feed
 messages from 2017-12-20 20:45:17 to 2018-01-26 09:53:50 UTC [more...]

[RFC 00/37] Fix watchdog on Renesas R-Car Gen2 and RZ/G1
 2018-01-26  9:53 UTC  (47+ messages)
` [RFC 01/37] ARM: shmobile: Add watchdog support
` [RFC 02/37] ARM: dts: r8a7743: Adjust SMP routine size
` [RFC 03/37] ARM: dts: r8a7745: "
` [RFC 04/37] ARM: dts: r8a7790: "
` [RFC 05/37] ARM: dts: r8a7791: "
` [RFC 06/37] ARM: dts: r8a7792: "
` [RFC 07/37] ARM: dts: r8a7793: "
` [RFC 08/37] ARM: dts: r8a7794: "
` [RFC 09/37] soc: renesas: rcar-rst: Add generic compatible strings
` [RFC 10/37] soc: renesas: rcar-rst: Enable watchdog as reset trigger for Gen2
` [RFC 11/37] soc: renesas: rcar-rst: Document generic compatible strings
` [RFC 12/37] ARM: dts: r8a7743: Use fallback rst compatible string
` [RFC 13/37] ARM: dts: r8a7745: "
` [RFC 14/37] ARM: dts: r8a7790: "
` [RFC 15/37] ARM: dts: r8a7791: "
` [RFC 16/37] ARM: dts: r8a7794: "
` [RFC 17/37] arm64: dts: renesas: r8a7795: "
` [RFC 18/37] arm64: dts: renesas: r8a7796: "
` [RFC 19/37] arm64: dts: renesas: r8a77970: "
` [RFC 20/37] arm64: dts: renesas: r8a77995: "
` [RFC 21/37] dt-bindings: watchdog: renesas-wdt: Add R-Car Gen2 support
` [RFC 22/37] watchdog: renesas_wdt: Add restart support
` [RFC 23/37] ARM: shmobile: rcar-gen2: Export shmobile_set_wdt_clock_status function
` [RFC 24/37] watchdog: renesas_wdt_gen2: Add Gen2 specific driver
` [RFC 25/37] ARM: shmobile: defconfig: Enable RENESAS_WDT_GEN2
` [RFC 26/37] clk: renesas: r8a7743: Add rwdt clock
` [RFC 27/37] clk: renesas: r8a7745: "
` [RFC 28/37] clk: renesas: r8a7790: "
` [RFC 29/37] clk: renesas: r8a7791/r8a7793: "
` [RFC 30/37] clk: renesas: r8a7794: "
` [RFC 31/37] ARM: dts: r8a7743: Add watchdog support to SoC dtsi
` [RFC 32/37] ARM: dts: r8a7745: "
` [RFC 33/37] ARM: dts: r8a7790: "
` [RFC 34/37] ARM: dts: r8a7791: "
` [RFC 35/37] ARM: dts: r8a7794: "
` [RFC 36/37] ARM: dts: iwg20m: Add watchdog support to SoM dtsi
` [RFC 37/37] ARM: dts: iwg22m: "

[RFC v8 0/7] SCU/PMC/PUNIT Inter-Processor Communication(IPC) driver cleanup
 2018-01-21  4:59 UTC  (7+ messages)
` [RFC v8 2/7] platform/x86: intel_pmc_ipc: Use MFD framework to create dependent devices
` [RFC v8 4/7] platform: x86: Add generic Intel IPC driver

[PATCH 0/7] jz4740 watchdog driver & platform cleanups
 2018-01-20 17:56 UTC  (39+ messages)
` [PATCH 1/7] watchdog: JZ4740: Disable clock after stopping counter
  ` [PATCH v2 1/8] "
    ` [PATCH v2 2/8] watchdog: jz4740: Use devm_* functions
    ` [PATCH v2 3/8] watchdog: JZ4740: Register a restart handler
    ` [PATCH v2 4/8] watchdog: JZ4740: Drop module remove function
    ` [PATCH v2 5/8] MIPS: jz4740: dts: Add bindings for the jz4740-wdt driver
    ` [PATCH v2 6/8] MIPS: jz4780: dts: Fix watchdog node
    ` [PATCH v2 7/8] MIPS: qi_lb60: Enable the jz4740-wdt driver
    ` [PATCH v2 8/8] MIPS: jz4740: Drop old platform reset code
` [PATCH 2/7] watchdog: jz4740: Use devm_* functions
` [PATCH 3/7] watchdog: JZ4740: Register a restart handler
` [PATCH 4/7] MIPS: jz4740: dts: Add bindings for the jz4740-wdt driver
` [PATCH 5/7] MIPS: jz4780: dts: Fix watchdog node
` [PATCH 6/7] MIPS: qi_lb60: Enable the jz4740-wdt driver
` [PATCH 7/7] MIPS: jz4740: Drop old platform reset code

[PATCH] watchdog: core: make sure the watchdog_worker is not deferred
 2018-01-20  2:58 UTC  (2+ messages)

[PATCH] watchdog: remove at32ap700x_wdt
 2018-01-19  7:26 UTC  (3+ messages)

[PATCH 00/12] watchdog: sp5100_tco: Various improvements
 2018-01-17  1:28 UTC  (36+ messages)
` [PATCH 01/12] watchdog: sp5100_tco: Always use SP5100_IO_PM_{INDEX_REG,DATA_REG}
` [PATCH 02/12] watchdog: sp5100_tco: Fix watchdog disable bit
` [PATCH 03/12] watchdog: sp5100_tco: Use request_muxed_region where possible
  ` [03/12] "
` [PATCH 04/12] watchdog: sp5100_tco: Use standard error codes
  ` [04/12] "
` [PATCH 05/12] watchdog: sp5100_tco: Clean up sp5100_tco_setupdevice
  ` [05/12] "
` [PATCH 06/12] watchdog: sp5100_tco: Match PCI device early
  ` [06/12] "
` [PATCH 07/12] watchdog: sp5100_tco: Use dev_ print functions where possible
  ` [07/12] "
` [PATCH 08/12] watchdog: sp5100_tco: Clean up function and variable names
  ` [08/12] "
` [PATCH 09/12] watchdog: sp5100_tco: Convert to use watchdog subsystem
` [PATCH 10/12] watchdog: sp5100_tco: Use bit operations
` [PATCH 11/12] watchdog: sp5100-tco: Abort if watchdog is disabled by hardware
  ` [11/12] "
` [PATCH 12/12] watchdog: sp5100_tco: Add support for recent FCH versions

[PATCH 00/12] watchdog: sp5100_tco: Various improvements
 2018-01-17  1:10 UTC  (10+ messages)
` [PATCH 01/12] watchdog: sp5100_tco: Always use SP5100_IO_PM_{INDEX_REG,DATA_REG}
  ` [01/12] watchdog: sp5100_tco: Always use SP5100_IO_PM_{INDEX_REG, DATA_REG}
` [PATCH 02/12] watchdog: sp5100_tco: Fix watchdog disable bit
  ` [02/12] "

[PATCH] watchdog: indydog: Drop test builds
 2018-01-16  3:09 UTC  (2+ messages)
`  "

[PATCH] watchdog: rave-sp: add NVMEM dependency
 2018-01-15 18:00 UTC  (2+ messages)

[PATCH] watchdog/ie6xx_wdt: Combine two seq_printf() calls into one call in ie6xx_wdt_dbg_show()
 2018-01-13 12:50 UTC 

[PATCH 1/2] watchdog: mt7621: Set WDOG_HW_RUNNING, when watchdog is already running
 2018-01-12 23:22 UTC  (7+ messages)
` [PATCH 2/2] watchdog: mt7621: switch to using managed devm_watchdog_register_device()
` [PATCH v2 1/2] watchdog: mt7621: set WDOG_HW_RUNNING bit when appropriate
  ` [PATCH v2 2/2] watchdog: mt7621: switch to using managed devm_watchdog_register_device()

[PATCH v3 00/27] kill devm_ioremap_nocache
 2018-01-12  9:12 UTC  (10+ messages)

[PATCH v2 0/2] ARM: davinici: move watchdog restart from mach to drivers
 2018-01-10  9:55 UTC  (4+ messages)
` [PATCH v2 1/2] watchdog: davinci_wdt: add restart function
` [PATCH v2 2/2] ARM: davinci: remove watchdog reset

[PATCH v2 0/5] Change ISA_BUS_API dependency to selection
 2018-01-02  9:29 UTC  (8+ messages)
` [PATCH v2 1/5] iio: "
` [PATCH v2 2/5] watchdog: "
` [PATCH v2 3/5] gpio: "
` [PATCH v2 4/5] isa: Remove ISA_BUS_API selection for ISA_BUS
` [PATCH v2 5/5] pc104: Add EXPERT dependency for PC104 Kconfig option

[PATCH 0/3] Change ISA_BUS_API dependency to selection
 2018-01-02  9:19 UTC  (10+ messages)
` [PATCH 1/3] iio: "
` [PATCH 2/3] watchdog: "
` [PATCH 3/3] gpio: "

[PATCH] watchdog: imx2_wdt: restore previous timeout after suspend+resume
 2018-01-01 18:14 UTC  (6+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH v3 21/27] watchdog: replace devm_ioremap_nocache with devm_ioremap
 2017-12-27  9:36 UTC  (3+ messages)
` [v3,21/27] "

[PATCH] MAINTAINERS: Add Guenter Roeck as co-maintainer of watchdog subsystem
 2017-12-26 17:48 UTC 

[GIT PULL REQUEST] watchdog - v4.15 Fixes
 2017-12-25 17:10 UTC  (3+ messages)

[PATCH v3 27/27] devres: kill devm_ioremap_nocache
 2017-12-25  1:43 UTC  (3+ messages)

[PATCH v17 4/5] watchdog: Add RAVE SP watchdog driver
 2017-12-21  6:51 UTC  (2+ messages)
` [PATCH v17 5/5] dt-bindings: watchdog: Add bindings for "

[PATCH v16 5/5] dt-bindings: watchdog: Add bindings for RAVE SP watchdog driver
 2017-12-20 20:45 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox