From patchwork Mon Jun 20 10:25:58 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Phil Edworthy X-Patchwork-Id: 584196 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 63F40C433EF for ; Mon, 20 Jun 2022 10:26:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240020AbiFTK0S (ORCPT ); Mon, 20 Jun 2022 06:26:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53196 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240137AbiFTK0Q (ORCPT ); Mon, 20 Jun 2022 06:26:16 -0400 Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id D80E413F8A; Mon, 20 Jun 2022 03:26:08 -0700 (PDT) X-IronPort-AV: E=Sophos;i="5.92,306,1650898800"; d="scan'208";a="123489267" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 20 Jun 2022 19:26:08 +0900 Received: from localhost.localdomain (unknown [10.226.93.116]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id DE7854273C6A; Mon, 20 Jun 2022 19:26:04 +0900 (JST) From: Phil Edworthy To: Wim Van Sebroeck , Guenter Roeck , Rob Herring , Krzysztof Kozlowski Cc: Phil Edworthy , Wolfram Sang , Geert Uytterhoeven , linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: [PATCH v3 0/2] arm64: renesas: Add RZ/V2M watchdog support Date: Mon, 20 Jun 2022 11:25:58 +0100 Message-Id: <20220620102600.52349-1-phil.edworthy@renesas.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-watchdog@vger.kernel.org Hello all, This patch series adds support for the Watchdog Timer (WDT) in the RZ/V2M SoC. v3: - dt-bindings: Add check for too many interrupts or clocks - driver: Don't call pm_runtime_get_sync() in restart() - driver: Use mdelay instead of udelay, avoids DIV64_U64_ROUND_UP v2: - dt-bindings: Added minItems for interrupt-names and clock-names - driver: Replace use of parity error registers in restart - driver: Commit msg modified to reflect different contents Phil Edworthy (2): dt-bindings: watchdog: renesas,wdt: Add r9a09g011 (RZ/V2M) support watchdog: rzg2l_wdt: Add rzv2m support .../bindings/watchdog/renesas,wdt.yaml | 73 +++++++++++++------ drivers/watchdog/rzg2l_wdt.c | 39 ++++++++-- 2 files changed, 85 insertions(+), 27 deletions(-)