From patchwork Tue Feb 21 08:02:30 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 13147463 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 aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id B79E4C64EC7 for ; Tue, 21 Feb 2023 08:02:45 +0000 (UTC) Received: from relmlie6.idc.renesas.com (relmlie6.idc.renesas.com [210.160.252.172]) by mx.groups.io with SMTP id smtpd.web11.37724.1676966558851809519 for ; Tue, 21 Feb 2023 00:02:39 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: bp.renesas.com, ip: 210.160.252.172, mailfrom: biju.das.jz@bp.renesas.com) X-IronPort-AV: E=Sophos;i="5.97,315,1669042800"; d="scan'208";a="153582887" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 21 Feb 2023 17:02:37 +0900 Received: from localhost.localdomain (unknown [10.226.93.2]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 5915D41CEE49; Tue, 21 Feb 2023 17:02:35 +0900 (JST) From: Biju Das To: cip-dev@lists.cip-project.org, Nobuhiro Iwamatsu , Pavel Machek Cc: Chris Paterson , Biju Das , Prabhakar Mahadev Lad Subject: [PATCH 5.10.y-cip 0/2] Watchdog driver fix and pinctrl improvement Date: Tue, 21 Feb 2023 08:02:30 +0000 Message-Id: <20230221080232.24958-1-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 21 Feb 2023 08:02:45 -0000 X-Groupsio-URL: https://lists.cip-project.org/g/cip-dev/message/10744 This patch series aims to fix reset issue with watchdog driver and remove unnecessary check from pinctrl driver for RZ/G2L alike SoCs. Biju Das (1): pinctrl: renesas: rzg2l: remove unnecessary check from rzg2l_dt_node_to_map() Lad Prabhakar (1): watchdog: rzg2l_wdt: Issue a reset before we put the PM clocks drivers/pinctrl/renesas/pinctrl-rzg2l.c | 3 +-- drivers/watchdog/rzg2l_wdt.c | 10 ++++------ 2 files changed, 5 insertions(+), 8 deletions(-)