From patchwork Fri Jun 14 09:06:57 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13698220 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 4FE68C27C6E for ; Fri, 14 Jun 2024 09:07:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=oKY7f9Tf72EbNlAFywaY+vS/LwCP6tkgBiTERry8Ge4=; b=geb14HjFCNyykeBRWDb44RiLOo OAUAbmTLLo6nnQz8PvsoSrlrOWSITSLeIMl/64J68tfn8axr1NQ1kTQyBUZ//0dxyWd0ZYh8abyGp TC9pb3riXAe4PemJD3ZovK2OKg+Ha/oXEMmTzAnoXXECIPSk1xZTKVD6v27vwvfD1KTAxFSADK2kT UwyrWFKBiUsM7R6m/ewbKiTpfaUcwMWeGP3rXiYPOBDGz/VZWs3FrP1+TGsmsZ0MECuU/pKedWmv0 MYVsUGIyRHRTaLbVrT/I8MLIMYuu3GTmZjp8HvTwfM94S3GutYkD2GBF3v5yWbZByetLcp5gj2Agy XHmjQurw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sI2tu-000000027pX-0hjk; Fri, 14 Jun 2024 09:07:14 +0000 Received: from andre.telenet-ops.be ([2a02:1800:120:4::f00:15]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sI2to-000000027mD-3G3h for linux-arm-kernel@lists.infradead.org; Fri, 14 Jun 2024 09:07:10 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:be2a:f066:50f0:dff7]) by andre.telenet-ops.be with bizsmtp id bM732C00F3w30qz01M73Sr; Fri, 14 Jun 2024 11:07:03 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1sI2se-00BqO4-S4; Fri, 14 Jun 2024 11:07:03 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1sI2tj-00FbJb-Bs; Fri, 14 Jun 2024 11:07:03 +0200 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 0/2] Renesas SoC updates for v6.11 Date: Fri, 14 Jun 2024 11:06:57 +0200 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240614_020708_979260_49242152 X-CRM114-Status: GOOD ( 14.45 ) 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 Hi SoC folks, This is my first pull request for the inclusion of Renesas SoC updates for v6.11. It consists of 2 parts: [GIT PULL 1/2] Renesas ARM defconfig updates for v6.11 - Enable support for Renesas R-Car Gen4 PCIe controllers and Marvell 88Q2XXX 100/1000BASE-T1 Automotive Ethernet PHYs in the ARM64 defconfig. [GIT PULL 2/2] Renesas DTS updates for v6.11 - Add support for the second and third Ethernet interfaces on the White Hawk development board, - Add support for the second Ethernet interface on the RZ/N1 SoC, - Add I2C EEPROM support for the Condor-I development board, - Add video capture support for the R-Car V4M SoC, - Miscellaneous fixes and improvements. Thanks for pulling! Gr{oetje,eeting}s, Geert --- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds