Linux Watchdog driver development
 help / color / mirror / Atom feed
 messages from 2017-09-20 05:30:18 to 2017-10-22 14:56:08 UTC [more...]

[PATCH 0/3] watchdog: hpwdt: driver update
 2017-10-22 14:56 UTC  (10+ messages)
` [PATCH 1/3] watchdog: hpwdt: add ioctl WDIOC_GETPRETIMEOUT
` [PATCH 2/3] watchdog: hpwdt: SMBIOS check
` [PATCH 3/3] watchdog: hpwdt: Check source of NMI

[PATCH v8 4/5] watchdog: Add RAVE SP watchdog driver
 2017-10-21 23:34 UTC  (4+ messages)
  ` [v8,4/5] "
` [PATCH v8 5/5] dt-bindings: watchdog: Add bindings for "

[PATCH] watchdog: sunxi_wdt: use of_device_get_match_data
 2017-10-21 17:45 UTC 

[PATCH 7/8] Documentation: fix selftests related file refs
 2017-10-20 16:53 UTC  (2+ messages)

[PATCH 0/6] watchdog: da9062: Improve support
 2017-10-20 14:46 UTC  (11+ messages)
` [PATCH 1/6] watchdog: da9062: Add restart handler support
` [PATCH 2/6] mfd: da9062: make register CONFIG_I writable
` [PATCH 3/6] watchdog: da9062: reset board on watchdog timeout
` [PATCH 4/6] watchdog: da9062: Disable and wait before changing timeout
` [PATCH 5/6] watchdog: da9062: use protection delay mechanism from core
` [PATCH 6/6] watchdog: da9062: add protective delay before stop

[PATCH] watchdog: xen: use time64_t for timeouts
 2017-10-19 15:51 UTC  (2+ messages)

[RFC v6 0/9] SCU/PMC/PUNIT Inter-Processor Communication(IPC) driver cleanup
 2017-10-19  0:23 UTC  (10+ messages)
` [RFC v6 1/9] platform/x86: intel_pmc_ipc: Use spin_lock to protect GCR updates
` [RFC v6 2/9] platform/x86: intel_pmc_ipc: Use devm_* calls in driver probe function
` [RFC v6 3/9] platform/x86: intel_punit_ipc: Fix resource ioremap warning
` [RFC v6 4/9] platform/x86: intel_pmc_ipc: Use MFD framework to create dependent devices
` [RFC v6 5/9] platform/x86: intel_pmc_ipc: Use regmap calls for GCR updates
` [RFC v6 6/9] platform: x86: Add generic Intel IPC driver
` [RFC v6 7/9] platform/x86: intel_punit_ipc: Use generic intel ipc device calls
` [RFC v6 8/9] platform/x86: intel_pmc_ipc: Use generic Intel IPC "
` [RFC v6 9/9] platform/x86: intel_scu_ipc: "

[PATCH v2] watchdog: core: Make use of devm_register_reboot_notifier()
 2017-10-18 15:50 UTC  (5+ messages)

[PATCH v2 0/4] watchdog: aspeed: Retain enabled state and move to arch_initcall
 2017-10-17 11:35 UTC  (10+ messages)
` [PATCH v2 1/4] watchdog: aspeed: Retain watchdog enabled state
` [PATCH v2 2/4] watchdog: aspeed: Fix 'Apseed' typo in Kconfig
` [PATCH v2 3/4] watchdog: aspeed: Remove specific reference to AST2400 "
` [PATCH v2 4/4] watchdog: aspeed: Move init to arch_initcall

[PATCH] watchdog: lpc18xx_wdt: Convert timers to use timer_setup()
 2017-10-16 23:20 UTC 

[PATCH 1/5 v2] watchdog: gemini/ftwdt010: rename DT bindings
 2017-10-16 20:54 UTC  (5+ messages)
` [PATCH 2/5 v2] watchdog: gemini/ftwdt010: rename driver and symbols
` [PATCH 3/5 v2] watchdog: ftwdt010: Make interrupt optional
` [PATCH 4/5 v2] watchdog: ftwdt010: Add clock support
` [PATCH 5/5 v2] watchdog: ftwdt010: Add restart support

[PATCH 0/5 v2] watchdog: consolidate FTWDT010 derivatives
 2017-10-16 19:41 UTC 

[PATCH 1/3] watchdog: i6300esb: use the watchdog subsystem
 2017-10-16 18:25 UTC  (3+ messages)
` [PATCH 2/3] watchdog: i6300esb: support multiple devices
` [PATCH 3/3] watchdog: i6300esb: do not hardcode heartbeat limits

Lowering the log level in watchdog_dev_register when err==-EBUSY
 2017-10-13 10:46 UTC  (5+ messages)

[PATCH 0/3] getting more output from orion_wdt
 2017-10-12 20:12 UTC  (9+ messages)
` [PATCH 1/3] watchdog: orion: fix typo
` [PATCH 2/3] watchdog: orion: don't enable rstout if an interrupt is configured
` [PATCH 3/3] ARM: mvebu: dts: connect interrupt for WD on armada-38x

[PATCH] rtc: ds1374: wdt:support suspend/resume for watchdog
 2017-10-12 14:12 UTC  (6+ messages)
      `  "

[PATCH 00/11] watchdog: Consolidate FTWDT010 derivatives
 2017-10-12  7:35 UTC  (15+ messages)
` [PATCH 04/11] watchdog: ftwdt010: Add clock support
` [PATCH 11/11] ARM: dts: Add PCLK to the Aspeed watchdogs

[PATCH 00/13] timer: Start conversion to timer_setup()
 2017-10-11 10:20 UTC  (26+ messages)
` [PATCH 01/13] timer: Convert schedule_timeout() to use from_timer()
` [PATCH 02/13] timer: Remove init_timer_pinned_deferrable() in favor of timer_setup()
` [PATCH 03/13] timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()
` [PATCH 04/13] timer: Remove init_timer_pinned() in favor of timer_setup()
` [PATCH 05/13] timer: Remove init_timer_deferrable() "
` [PATCH 06/13] timer: Remove users of TIMER_DEFERRED_INITIALIZER
` [PATCH 07/13] timer: Remove last user of TIMER_INITIALIZER
` [PATCH 08/13] timer: Remove unused static initializer macros
` [PATCH 09/13] timer: Remove users of expire and data arguments to DEFINE_TIMER
` [PATCH 10/13] timer: Remove expires and data arguments from DEFINE_TIMER
` [PATCH 11/13] timer: Remove expires argument from __TIMER_INITIALIZER()
` [PATCH 12/13] kthread: Convert callback to use from_timer()
` [PATCH 13/13] workqueue: "

[PATCH v2 1/2] dt-bindings: watchdog: Add Spreadtrum watchdog documentation
 2017-10-11  8:00 UTC  (3+ messages)
` [PATCH v2 2/2] watchdog: Add Spreadtrum watchdog driver

[RFC v5 0/8] PMC/PUNIT IPC driver cleanup
 2017-10-11  3:57 UTC  (21+ messages)
` [RFC v5 1/8] platform/x86: intel_pmc_ipc: Use spin_lock to protect GCR updates
` [RFC v5 2/8] platform/x86: intel_pmc_ipc: Use MFD framework to create dependent devices
` [RFC v5 3/8] platform/x86: intel_pmc_ipc: Use regmap calls for GCR updates
` [RFC v5 4/8] platform: x86: Add generic Intel IPC driver
` [RFC v5 5/8] platform/x86: intel_punit_ipc: Fix resource ioremap warning
` [RFC v5 6/8] platform/x86: intel_punit_ipc: Use generic intel ipc device calls
` [RFC v5 7/8] platform/x86: intel_pmc_ipc: Use generic Intel IPC "
` [RFC v5 8/8] platform/x86: intel_scu_ipc: "

[PATCH] rtc: ds1374: wdt:support suspend/resume for watchdog
 2017-10-10 13:36 UTC  (3+ messages)
        `  "

[PATCH] watchdog: hpwdt: change maintainer
 2017-10-10  3:18 UTC  (4+ messages)

[PATCH 1/2 v2] watchdog: gpio: Add some local helper variables
 2017-10-09  1:40 UTC  (3+ messages)
` [PATCH 2/2 v2] watchdog: gpio: Convert to use GPIO descriptors

[PATCH 1/2] watchdog: gpio: Add some local helper variables
 2017-10-08 23:25 UTC  (5+ messages)
` [PATCH 2/2] watchdog: gpio: Convert to use GPIO descriptors

[RFC v4 0/8] PMC/PUNIT IPC driver cleanup
 2017-10-07 22:29 UTC  (11+ messages)
` [RFC v4 1/8] platform/x86: intel_pmc_ipc: Use MFD framework to create dependent devices
` [RFC v4 2/8] platform/x86: intel_pmc_ipc: Use spin_lock to protect GCR updates
` [RFC v4 3/8] platform/x86: intel_pmc_ipc: Use regmap calls for "
` [RFC v4 4/8] platform: x86: Add generic Intel IPC driver
` [RFC v4 5/8] platform/x86: intel_punit_ipc: Fix resource ioremap warning
` [RFC v4 6/8] platform/x86: intel_punit_ipc: Use generic intel ipc device calls
` [RFC v4 7/8] platform/x86: intel_pmc_ipc: Use generic Intel IPC "
` [RFC v4 8/8] platform/x86: intel_scu_ipc: "

[PATCH] watchdog: lpc18xx_wdt: Convert timers to use
 2017-10-05  1:15 UTC  (2+ messages)

[RFC v3 0/7] PMC/PUNIT IPC driver cleanup
 2017-10-04 12:37 UTC  (22+ messages)
` [RFC v3 1/7] platform/x86: intel_pmc_ipc: Use devm_* calls in driver probe function
` [RFC v3 2/7] platform/x86: intel_pmc_ipc: Use MFD framework to create dependent devices
` [RFC v3 3/7] platform/x86: intel_pmc_ipc: Use regmap calls for GCR updates
` [RFC v3 4/7] platform: x86: Add generic Intel IPC driver
` [RFC v3 7/7] platform/x86: intel_scu_ipc: Use generic Intel IPC device calls

[PATCH v4 1/2] watchdog: dw_wdt: add stop watchdog operation
 2017-09-26 15:13 UTC  (3+ messages)
` [PATCH v4 2/2] ARM: socfpga: dtsi: add dw-wdt reset lines

[PATCH v3 1/2] watchdog: dw_wdt: add stop watchdog operation
 2017-09-26  7:06 UTC  (5+ messages)
` [PATCH v3 2/2] ARM: socfpga: dtsi: add dw-wdt reset lines

[PATCH 1/2] watchdog: Fix potential kref imbalance when opening watchdog
 2017-09-26  5:24 UTC  (3+ messages)
` [PATCH 2/2] watchdog: Fix kref imbalance seen if handle_boot_enabled=0

NULL pointer dereference in watchdog_open
 2017-09-25 13:30 UTC  (5+ messages)

Using the Xeon iTCO_wdt for debugging software lockups
 2017-09-21 17:58 UTC 

[PATCH v2 5/5] dt: watchdog: Document compatibility with JZ4780
 2017-09-20 20:52 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