From patchwork Sun Mar 1 09:40:36 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomer Maimon X-Patchwork-Id: 1247259 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48Vdf85K7Tz9sPk for ; Sun, 1 Mar 2020 20:44:32 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=gmail.com Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 48Vdf84ynNzDrC5 for ; Sun, 1 Mar 2020 20:44:32 +1100 (AEDT) X-Original-To: openbmc@lists.ozlabs.org Delivered-To: openbmc@lists.ozlabs.org Authentication-Results: lists.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=nuvoton.com (client-ip=212.199.177.27; helo=herzl.nuvoton.co.il; envelope-from=tomer.maimon@nuvoton.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=fail (p=none dis=none) header.from=gmail.com Received: from herzl.nuvoton.co.il (212.199.177.27.static.012.net.il [212.199.177.27]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 48VdZQ2MBwzDr8D for ; Sun, 1 Mar 2020 20:41:15 +1100 (AEDT) Received: from taln60.nuvoton.co.il (ntil-fw [212.199.177.25]) by herzl.nuvoton.co.il (8.13.8/8.13.8) with ESMTP id 0219eg7I028745; Sun, 1 Mar 2020 11:40:42 +0200 Received: by taln60.nuvoton.co.il (Postfix, from userid 10070) id B51436032E; Sun, 1 Mar 2020 11:40:42 +0200 (IST) From: Tomer Maimon To: wim@linux-watchdog.org, linux@roeck-us.net, robh+dt@kernel.org, mark.rutland@arm.com, joel@jms.id.au, avifishman70@gmail.com, tali.perry1@gmail.com, yuenn@google.com, benjaminfair@google.com Subject: [PATCH v1 0/4] watchdog: npcm: support new capabilities Date: Sun, 1 Mar 2020 11:40:36 +0200 Message-Id: <20200301094040.123189-1-tmaimon77@gmail.com> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, openbmc@lists.ozlabs.org, Tomer Maimon , linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org Errors-To: openbmc-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "openbmc" This patch set adds last reset bootstatus and restart priority support in watchdog the Nuvoton NPCM Baseboard Management Controller (BMC). The NPCM watchdog driver tested on NPCM750 evaluation board. Tomer Maimon (4): dt-binding: watchdog: add restart priority documentation watchdog: npcm: add restart priority support dt-binding: watchdog: add bootstatus reset type documentation watchdog: npcm: sets card ext1 and ext2 bootstatus during probe .../bindings/watchdog/nuvoton,npcm-wdt.txt | 32 ++++ drivers/watchdog/npcm_wdt.c | 138 ++++++++++++++++-- 2 files changed, 157 insertions(+), 13 deletions(-)