From mboxrd@z Thu Jan 1 00:00:00 1970 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 34ACAC61DA4 for ; Fri, 27 Jan 2023 16:28:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id EA78FC433A4; Fri, 27 Jan 2023 16:28:37 +0000 (UTC) Received: from albert.telenet-ops.be (albert.telenet-ops.be [195.130.137.90]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 23464C433A0 for ; Fri, 27 Jan 2023 16:28:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 23464C433A0 Authentication-Results: smtp.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: smtp.kernel.org; spf=none smtp.mailfrom=linux-m68k.org Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed50:a160:4e65:21d4:30bf]) by albert.telenet-ops.be with bizsmtp id DsUT2900C2rBNjs06sUTVC; Fri, 27 Jan 2023 17:28:27 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1pLRaG-007Zke-Mi; Fri, 27 Jan 2023 17:28:24 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1pLRaS-005TaX-Fq; Fri, 27 Jan 2023 17:28:24 +0100 From: Geert Uytterhoeven List-Id: To: arm-soc , soc Cc: Magnus Damm , linux-arm-kernel@lists.infradead.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [GIT PULL 1/3] Renesas driver updates for v6.3 (take two) Date: Fri, 27 Jan 2023 17:28:12 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The following changes since commit 499e364cd2508c2115ac251f42bb47c9548cf358: soc: renesas: r8a779g0-sysc: Add missing A3DUL power domain (2022-12-26 11:08:49 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-drivers-for-v6.3-tag2 for you to fetch changes up to 0c56f949f626e59ef7c5b18e2706fed2a6afc4a2: soc: renesas: Add PWC support for RZ/V2M (2023-01-23 09:28:28 +0100) ---------------------------------------------------------------- Renesas driver updates for v6.3 (take two) - Add support for the Renesas RZ/V2M External Power Sequence Controller (PWC). ---------------------------------------------------------------- Fabrizio Castro (1): soc: renesas: Add PWC support for RZ/V2M drivers/soc/renesas/Kconfig | 4 ++ drivers/soc/renesas/Makefile | 1 + drivers/soc/renesas/pwc-rzv2m.c | 141 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 146 insertions(+) create mode 100644 drivers/soc/renesas/pwc-rzv2m.c