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 B9402C48297 for ; Fri, 9 Feb 2024 16:55:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 4E6F5C43399; Fri, 9 Feb 2024 16:55:19 +0000 (UTC) Received: from cantor.telenet-ops.be (cantor.telenet-ops.be [195.130.132.48]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id BD88AC43601 for ; Fri, 9 Feb 2024 16:55:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org BD88AC43601 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 andre.telenet-ops.be (andre.telenet-ops.be [IPv6:2a02:1800:120:4::f00:15]) by cantor.telenet-ops.be (Postfix) with ESMTPS id 4TWg2M4Bzyz4x1QH for ; Fri, 9 Feb 2024 17:55:07 +0100 (CET) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:55fd:ff17:c1c8:954d]) by andre.telenet-ops.be with bizsmtp id l4uy2B00J4RKXn6014uyDc; Fri, 09 Feb 2024 17:55:00 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1rYU9O-0008GZ-81; Fri, 09 Feb 2024 17:54:58 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1rYU9S-0061GM-FP; Fri, 09 Feb 2024 17:54:58 +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 2/4] Renesas driver updates for v6.9 Date: Fri, 9 Feb 2024 17:54:51 +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 6613476e225e090cc9aad49be7fa504e290dd33d: Linux 6.8-rc1 (2024-01-21 14:11:32 -0800) 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.9-tag1 for you to fetch changes up to 14656ed72fa5d0a2f98be0ffd56274db30171f49: soc: renesas: rcar-rst: Add support for R-Car V4M (2024-01-31 15:08:41 +0100) ---------------------------------------------------------------- Renesas driver updates for v6.9 - Initial support for the Renesas R-Car V4M (R8A779H0) SoC. ---------------------------------------------------------------- Duy Nguyen (2): soc: renesas: Identify R-Car V4M soc: renesas: rcar-rst: Add support for R-Car V4M Geert Uytterhoeven (1): soc: renesas: Introduce ARCH_RCAR_GEN4 drivers/soc/renesas/Kconfig | 17 ++++++++++++++--- drivers/soc/renesas/rcar-rst.c | 1 + drivers/soc/renesas/renesas-soc.c | 8 ++++++++ 3 files changed, 23 insertions(+), 3 deletions(-)