From patchwork Fri Jul 28 11:57:00 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13331772 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 0CDD2C001DE for ; Fri, 28 Jul 2023 11:57:36 +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=mhDelq0Jnu8Mn1599LescCTc9ZxoSfjkJGsmTdFEhNs=; b=V5Ypnsy8x50Gu4 6bv+OhINKzalekS0AGXkoQ3WXTaofXKOjbyVKCh9PF+tkMrcG7gkbZlormsW1xXv8mPF840kkBRio CIqA/8w0SSKEUEma9x99dD1EiAIfU2CQsUlmbsnUwUYW2fN40SJOKJgUNeuxr9NTNNlF3v9qGqoPu wSCuq+lzWEYxuRIrx9d/us1Ox9mQvh5or7IVRQ/VvRvNG2dVw36iKltW860idqX3d52ElOJ5PVHWK mERW4WCi+kpR8cxgD01bIBbEM015UeZU3MZIbCRllgXXApsJ4qkmXyM4Yqt8WleuBCrl0u56IATS0 N2XEwOhqjRmPg6rNoVEQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qPM5t-003Ejl-0h; Fri, 28 Jul 2023 11:57:17 +0000 Received: from albert.telenet-ops.be ([2a02:1800:110:4::f00:1a]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qPM5p-003ET2-10 for linux-arm-kernel@lists.infradead.org; Fri, 28 Jul 2023 11:57:15 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:12b0:7b7e:d1ff:7873]) by albert.telenet-ops.be with bizsmtp id Sbx62A0010d1nm806bx63U; Fri, 28 Jul 2023 13:57:09 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1qPM5U-002mIh-Mq; Fri, 28 Jul 2023 13:57:05 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1qPM5h-00AqNj-RN; Fri, 28 Jul 2023 13:57:05 +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 1/3] Renesas ARM defconfig updates for v6.6 Date: Fri, 28 Jul 2023 13:57:00 +0200 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-20230728_045713_514363_62294C33 X-CRM114-Status: UNSURE ( 6.52 ) 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 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5: Linux 6.5-rc1 (2023-07-09 13:53:13 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-arm-defconfig-for-v6.6-tag1 for you to fetch changes up to 0bfe5475f6b9fc766aa1fabb0a90c88b882c2f70: arm64: defconfig: Enable PMIC RAA215300 and RTC ISL 1208 configs (2023-07-10 09:29:21 +0200) ---------------------------------------------------------------- Renesas ARM defconfig updates for v6.6 - Enable CSI driver support for Renesas RZ/V2M based platforms, - Enable MTU3a PWM and RAA215300 PMIC/RTC driver support, as used on Renesas RZ/{G2L,G2LC,G2UL,V2L} SMARC EVKs. ---------------------------------------------------------------- Biju Das (2): arm64: defconfig: Enable Renesas MTU3a PWM config arm64: defconfig: Enable PMIC RAA215300 and RTC ISL 1208 configs Fabrizio Castro (1): arm64: defconfig: Enable Renesas RZ/V2M CSI driver arch/arm64/configs/defconfig | 4 ++++ 1 file changed, 4 insertions(+) From patchwork Fri Jul 28 11:57:01 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13331775 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 206D5C001DE for ; Fri, 28 Jul 2023 11:57:48 +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=vKFx2nB7qh6VJQPohSm5lYA1dQsi3w+SpsPykt8LPis=; b=EvdXVAHx0n4RP6 WPjm82+RO69ARLnX/LwNnn5AeuE1VjHWhGkjPXXmmO4dXUldyoTg1ry5L3G0aMTMWKFW+iCWihAY4 Xw/+9rkZ1AKDUu2rIV76WVGGszHKMYQGnSFRJAj0g16KafYRC3stBP13uhuUaZxv6gnAeiMMloWGu THQLar/nAAI/2u5OGMeQFzkF6FcGHW9CEKQnVuVS+97u7Zj5lWwiL7BLxsxDZrJcomEhqF7XIi6hw HqRuHKK12vX3k7hBx/VJZUpZJrewou4c957INs5HtdhFBwH9LiOOgur9N9V/UG0F5GkWx5Fssr5LO 5+7giiyAxYX5c7Jr/TuQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qPM63-003FAQ-0M; Fri, 28 Jul 2023 11:57:27 +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 1qPM5q-003EUe-20 for linux-arm-kernel@lists.infradead.org; Fri, 28 Jul 2023 11:57:16 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:12b0:7b7e:d1ff:7873]) by laurent.telenet-ops.be with bizsmtp id Sbx62A0060d1nm801bx66Z; Fri, 28 Jul 2023 13:57:07 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1qPM5U-002mIj-Mv; Fri, 28 Jul 2023 13:57:05 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1qPM5h-00AqNm-S1; Fri, 28 Jul 2023 13:57:05 +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 2/3] Renesas ARM SoC updates for v6.6 Date: Fri, 28 Jul 2023 13:57:01 +0200 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-20230728_045714_801308_25A8A8BF X-CRM114-Status: UNSURE ( 5.98 ) 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 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5: Linux 6.5-rc1 (2023-07-09 13:53:13 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-arm-soc-for-v6.6-tag1 for you to fetch changes up to bfb345a7bdc186ebbf2b9c53215f0f7b9bdba9fd: ARM: shmobile: rcar-gen2: Drop unused OF includes (2023-07-25 11:11:42 +0200) ---------------------------------------------------------------- Renesas ARM SoC updates for v6.6 - Drop unused OF includes. ---------------------------------------------------------------- Rob Herring (1): ARM: shmobile: rcar-gen2: Drop unused OF includes arch/arm/mach-shmobile/setup-rcar-gen2.c | 1 - 1 file changed, 1 deletion(-) From patchwork Fri Jul 28 11:57:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13331774 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 868C8C001DE for ; Fri, 28 Jul 2023 11:57:45 +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=OuFcs2ZusoPJy0mMY9YhZEB85C/gcDq4HEpdoJuuU3Q=; b=R9D7z1RPwGeP/9 TouySt55jPFUPo73qqY6v/Ay+HcyTsXIbE5/XO9Rxh85pRDsE1PS9vHucEuYwvDNCFsHPc/L2B/ex GzcwASGJR48ey3HOrjPkMEXAfHPy/RBX/8GVYe8c0XRSppFvNId3+OOOrrz5ek+JaeAeNzxFV7/Zf ZrhOUQ6s3Hx//7NBVW2AVmZV/brtTEcJ+8UlWT48TRUdbOloGZsw+2F6NF7nohDmT7abwgwi78qpp NQjkbzAqM5WK5/t3YT64gr4kDNYE5LPFmoxerdxmNe/yUExPlFZEd0w5axIiJOc0/kOAvTjv8SveS CL2eo154aGVXS7HRUiUw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qPM62-003F8v-1s; Fri, 28 Jul 2023 11:57:26 +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 1qPM5q-003EUg-20 for linux-arm-kernel@lists.infradead.org; Fri, 28 Jul 2023 11:57:16 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:12b0:7b7e:d1ff:7873]) by laurent.telenet-ops.be with bizsmtp id Sbx62A0050d1nm801bx66Y; Fri, 28 Jul 2023 13:57:07 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1qPM5U-002mIn-Ny; Fri, 28 Jul 2023 13:57:05 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1qPM5h-00AqNp-Sy; Fri, 28 Jul 2023 13:57:05 +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 3/3] Renesas DTS updates for v6.6 Date: Fri, 28 Jul 2023 13:57:02 +0200 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-20230728_045714_801706_3C74D1EC X-CRM114-Status: GOOD ( 11.67 ) 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 4c188fa183ebb45238ef16504c4c7606955cf9d4: arm64: dts: renesas: rzg2l: Update overfow/underflow IRQ names for MTU3 channels (2023-07-25 11:40:34 +0200) 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.6-tag1 for you to fetch changes up to 406b5af40ed367eefcdb27440ea98f02c1d1ef0d: arm64: dts: renesas: spider-cpu: Add GP LEDs (2023-07-27 14:41:21 +0200) ---------------------------------------------------------------- Renesas DTS updates for v6.6 - Add Clocked Serial Interface (CSI) support for the RZ/V2M SoC, - Add PMIC, RTC, and PWM support for the RZ/G2L, RZ/G2LC, and RZ/V2L SMARC EVK development boards, - Add PWM (MTU3a) support for the RZ/G2UL and RZ/Five SoCs, - Add External interrupt (INTC-EX) support for the R-Car S4-8 SoC, - Add LED support for the Spider development board, - Miscellaneous fixes and improvements. ---------------------------------------------------------------- Biju Das (7): arm64: dts: renesas: rzg2l-smarc-som: Enable PMIC and built-in RTC arm64: dts: renesas: rzg2l-smarc: Add support for enabling MTU3 arm64: dts: renesas: rzg2lc-smarc: Add support for enabling MTU3 arm64: dts: renesas: rzg2lc-smarc-som: Add PHY interrupt support for ETH0 arm64: dts: renesas: rzg2lc-smarc-som: Enable PMIC and built-in RTC arm64: dts: renesas: r9a07g043: Add MTU3a node arm64: dts: renesas: rzg2ul-smarc: Add support for enabling MTU3 Chris Paterson (1): arm64: dts: renesas: rzg2l: Fix txdv-skew-psec typos Conor Dooley (1): riscv: dts: renesas: Clean up dtbs_check W=1 warning due to empty phy node Fabrizio Castro (1): arm64: dts: renesas: r9a09g011: Add CSI nodes Geert Uytterhoeven (2): arm64: dts: renesas: r8a779f0: Add INTC-EX node arm64: dts: renesas: spider-cpu: Add GP LEDs Krzysztof Kozlowski (4): arm64: dts: renesas: Minor whitespace cleanup around '=' ARM: dts: renesas: Add missing space before { arm64: dts: renesas: Add missing space before { ARM dts: renesas: armadillo800eva: Switch to enable-gpios .../boot/dts/renesas/r8a7740-armadillo800eva.dts | 2 +- .../arm/boot/dts/renesas/r9a06g032-rzn1d400-db.dts | 2 +- arch/arm64/boot/dts/renesas/gmsl-cameras.dtsi | 4 +- arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts | 2 +- arch/arm64/boot/dts/renesas/r8a77990.dtsi | 4 +- .../boot/dts/renesas/r8a779f0-spider-cpu.dtsi | 20 +++++++ arch/arm64/boot/dts/renesas/r8a779f0.dtsi | 15 +++++ arch/arm64/boot/dts/renesas/r9a07g043.dtsi | 70 ++++++++++++++++++++++ arch/arm64/boot/dts/renesas/r9a07g043u11-smarc.dts | 11 ++++ arch/arm64/boot/dts/renesas/r9a07g044c2-smarc.dts | 12 ++++ arch/arm64/boot/dts/renesas/r9a07g044l2-smarc.dts | 21 +++++++ arch/arm64/boot/dts/renesas/r9a07g054l2-smarc.dts | 20 +++++++ arch/arm64/boot/dts/renesas/r9a09g011.dtsi | 28 +++++++++ arch/arm64/boot/dts/renesas/rz-smarc-common.dtsi | 4 +- .../boot/dts/renesas/rzg2l-smarc-pinfunction.dtsi | 20 +++++++ arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi | 22 ++++++- arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi | 23 ++++++- .../boot/dts/renesas/rzg2lc-smarc-pinfunction.dtsi | 9 +++ arch/arm64/boot/dts/renesas/rzg2lc-smarc-som.dtsi | 26 +++++++- arch/arm64/boot/dts/renesas/rzg2lc-smarc.dtsi | 14 ++++- .../boot/dts/renesas/rzg2ul-smarc-pinfunction.dtsi | 6 ++ arch/arm64/boot/dts/renesas/rzg2ul-smarc-som.dtsi | 4 +- arch/arm64/boot/dts/renesas/rzg2ul-smarc.dtsi | 13 ++++ arch/riscv/boot/dts/renesas/rzfive-smarc-som.dtsi | 2 + 24 files changed, 335 insertions(+), 19 deletions(-)