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: 13494530 X-Patchwork-Delegate: geert@linux-m68k.org Received: from weierstrass.telenet-ops.be (weierstrass.telenet-ops.be [195.130.137.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2C9C62EB11 for ; Fri, 15 Dec 2023 14:27:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux-m68k.org Received: from laurent.telenet-ops.be (laurent.telenet-ops.be [IPv6:2a02:1800:110:4::f00:19]) by weierstrass.telenet-ops.be (Postfix) with ESMTPS id 4SsBFv404Tz4x2fB for ; Fri, 15 Dec 2023 15:20:35 +0100 (CET) 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: Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 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: 13494531 X-Patchwork-Delegate: geert@linux-m68k.org Received: from cantor.telenet-ops.be (cantor.telenet-ops.be [195.130.132.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CF26231A77 for ; Fri, 15 Dec 2023 14:28:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux-m68k.org Received: from michel.telenet-ops.be (michel.telenet-ops.be [IPv6:2a02:1800:110:4::f00:18]) by cantor.telenet-ops.be (Postfix) with ESMTPS id 4SsBFv40Dxz4x1Ts for ; Fri, 15 Dec 2023 15:20:35 +0100 (CET) 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: Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 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(-)