From patchwork Fri Dec 15 12:15:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13494526 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 9A22AC35274 for ; Fri, 15 Dec 2023 14:21:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=FjsBhUaWY9JwJGIV6NTAt7vaJV/Fy8PLpfcx1LA7PV4=; b=RmgTrN6apYExme oBn9l8UwaCl0YvnJr41Bk4Fy/IM1mPG8lZhZ36XYI3avFVIcmW5SK1aHJE8eoiCZDsKYdpTNudffF Y+yzcaprs2yimnRM/aGdLx3cHDEyWvy2Ci6ti/IZNEgFEuocWsaUU3uFGCWvbo0kR8WJ2EnH4BxOZ DEZ75mhN+AVi7FLgsYJNl5HkxrKVrW4HzGhJbw2U9layE2KNu1EHAk+JvX7aHGFrtR9qQ5tjSHXW/ EqYi3B2x1cRnhA93Xs2k5VrnUNq0iJcvYFNvmsjIMfWLasCw6KDQSQa/WtceOGWHTCX6Klu0VJptA 0VQiBoxAOUncxc+PPq7w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rE93P-003Xc7-0z; Fri, 15 Dec 2023 14:20:39 +0000 Received: from laurent.telenet-ops.be ([2a02:1800:110:4::f00:19]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rE93L-003XZU-1q for linux-arm-kernel@lists.infradead.org; Fri, 15 Dec 2023 14:20:37 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:28e5:a835:e0b1:5291]) by laurent.telenet-ops.be with bizsmtp id NeLT2B00E29mzEW01eLTGa; Fri, 15 Dec 2023 15:20:28 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1rE92o-00C71z-8Y; Fri, 15 Dec 2023 15:20:27 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1rE76H-00GsHf-4u; Fri, 15 Dec 2023 13:15:29 +0100 From: Geert Uytterhoeven 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/2] Renesas driver updates for v6.8 Date: Fri, 15 Dec 2023 13:15:20 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231215_062035_744018_3C2E6191 X-CRM114-Status: UNSURE ( 6.79 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: Linux 6.7-rc1 (2023-11-12 16:19:07 -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.8-tag1 for you to fetch changes up to 31b2daea07643d8b83d62c670c76d95acca84f06: soc: renesas: Make RZ/Five depend on !DMA_DIRECT_REMAP (2023-12-13 17:23:28 +0100) ---------------------------------------------------------------- Renesas driver updates for v6.8 - Remove duplicate setup of soc_device_attribute.family, - Make RZ/Five depend on !DMA_DIRECT_REMAP. ---------------------------------------------------------------- Conor Dooley (1): soc: renesas: Make RZ/Five depend on !DMA_DIRECT_REMAP Geert Uytterhoeven (1): soc: renesas: Remove duplicate setup of soc_device_attribute.family drivers/soc/renesas/Kconfig | 1 + drivers/soc/renesas/renesas-soc.c | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) From patchwork Fri Dec 15 12:15:21 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13494527 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 E862CC35274 for ; Fri, 15 Dec 2023 14:21:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=SviSrl6FljarPPkOFPaZvQNetx49XCHCitmEY/e+XB4=; b=bdCXlPJIpTLCFi Tcfx2qdFnvGUbe4wdxeGsp/sHiLDyiZ/K5+i1zsdcNJwYgsxXq7K+kvHUAW469QSe2/vvewCP8HRO fiPFHZxpImUOTSeUwGE0Jf28a4No/RvS7czYAlF/w3kJ5NLCiLqRkYWkQHb1mLYb0vBHilPcINnAb n9sCMlJ6iAMs4js+jnVVwnmwGnpAC0IvWy6Co0aF8bc9m7eNFgnKI2vFJZPft4rxSUdZwA3acje2K A9T964u00NdcUB13YivWgE3ZCWRFjsQzUFSIr5ONKR/ctrhMFlk4eur89GPTTdVfz2WnbcGc0hR+R QqrTrBQ18csQmc48CR5w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rE93Q-003Xcr-1R; Fri, 15 Dec 2023 14:20:40 +0000 Received: from michel.telenet-ops.be ([2a02:1800:110:4::f00:18]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rE93L-003XZW-2B for linux-arm-kernel@lists.infradead.org; Fri, 15 Dec 2023 14:20:38 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:28e5:a835:e0b1:5291]) by michel.telenet-ops.be with bizsmtp id NeLT2B00H29mzEW06eLT2w; Fri, 15 Dec 2023 15:20:28 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1rE92o-00C71w-5t; Fri, 15 Dec 2023 15:20:27 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1rE76H-00GsHi-5a; Fri, 15 Dec 2023 13:15:29 +0100 From: Geert Uytterhoeven 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/2] Renesas DTS updates for v6.8 (take two) Date: Fri, 15 Dec 2023 13:15:21 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231215_062035_853711_71A8EF67 X-CRM114-Status: UNSURE ( 6.92 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The following changes since commit 95d516f3eb96bac466a6bfec28a1e55b8ed5160b: ARM: dts: renesas: r9a06g032: Add missing space in compatible (2023-11-28 10:29:11 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-dts-for-v6.8-tag2 for you to fetch changes up to fc67495680f60e88bb8ca43421c1dd628928d581: arm64: dts: renesas: white-hawk-cpu: Fix missing serial console pin control (2023-12-13 17:34:54 +0100) ---------------------------------------------------------------- Renesas DTS updates for v6.8 (take two) - Add IA55 interrupt controller and Ethernet support for the RZ/G3S SoC and the RZ/G3S SMARC SoM, - Miscellaneous fixes and improvements. ---------------------------------------------------------------- Claudiu Beznea (4): arm64: dts: renesas: r9a08g045: Add IA55 interrupt controller node arm64: dts: renesas: r9a08g045: Add Ethernet nodes arm64: dts: renesas: rzg3s-smarc-som: Use switches' names to select on-board functionalities arm64: dts: renesas: rzg3s-smarc-som: Enable the Ethernet interfaces Geert Uytterhoeven (1): arm64: dts: renesas: white-hawk-cpu: Fix missing serial console pin control .../boot/dts/renesas/r8a779g0-white-hawk-cpu.dtsi | 3 + arch/arm64/boot/dts/renesas/r9a08g045.dtsi | 106 +++++++++++++ arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi | 173 +++++++++++++++++++-- 3 files changed, 269 insertions(+), 13 deletions(-)