From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751442AbdJWW4A (ORCPT ); Mon, 23 Oct 2017 18:56:00 -0400 Received: from g2t1383g.austin.hpe.com ([15.233.16.89]:23674 "EHLO g2t1383g.austin.hpe.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751113AbdJWWzz (ORCPT ); Mon, 23 Oct 2017 18:55:55 -0400 From: Jerry Hoemann To: wim@iguana.be, linux@roeck-us.net Cc: linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org, Jerry Hoemann Subject: [PATCH v2 0/3] watchdog: hpwdt: driver update Date: Mon, 23 Oct 2017 16:46:15 -0600 Message-Id: X-Mailer: git-send-email 1.8.3.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Changes v2 ---------- 1. Re-order patches 2. Provide additional details for SMBIOS check patch. Three short patches to the hpwdt driver. 1. An hpwdt SMBIOS check is incorrect due to a change in the specification and firmware. 2. Do not claim NMI unless generated from iLO. 3. Add WDIOC_GETPRETIMEOUT so that user space can determine when to expect the NMI arrivial. Jerry Hoemann (3): watchdog: hpwdt: SMBIOS check watchdog: hpwdt: Check source of NMI watchdog: hpwdt: add ioctl WDIOC_GETPRETIMEOUT drivers/watchdog/hpwdt.c | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) -- 1.8.3.1