From patchwork Fri Nov 4 10:49:54 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13031630 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 655C9C433FE for ; Fri, 4 Nov 2022 10:50:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 4D4BEC433D6; Fri, 4 Nov 2022 10:50:23 +0000 (UTC) Received: from riemann.telenet-ops.be (riemann.telenet-ops.be [195.130.137.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 4E1A0C433D7 for ; Fri, 4 Nov 2022 10:50:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 4E1A0C433D7 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 michel.telenet-ops.be (michel.telenet-ops.be [IPv6:2a02:1800:110:4::f00:18]) by riemann.telenet-ops.be (Postfix) with ESMTPS id 4N3cpX184Kz513Wb for ; Fri, 4 Nov 2022 11:50:12 +0100 (CET) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed10:c5ee:bf27:9df:5172]) by michel.telenet-ops.be with bizsmtp id gAq32800W2kjr6L06Aq3P3; Fri, 04 Nov 2022 11:50:04 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1oquGx-002mVJ-DG; Fri, 04 Nov 2022 11:50:03 +0100 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1oquGw-00HWEn-NU; Fri, 04 Nov 2022 11:50:02 +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 1/4] Renesas ARM DT updates for v6.2 Date: Fri, 4 Nov 2022 11:49:54 +0100 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git renesas-arm-dt-for-v6.2-tag1 for you to fetch changes up to b9a0be2054964026aa58966ce9724b672f210835: arm64: dts: renesas: r9a07g043: Split out RZ/G2UL SoC specific parts (2022-10-28 14:23:00 +0200) ---------------------------------------------------------------- Renesas ARM DT updates for v6.2 - DMA, SPI (MSIOF), external interrupt (INTC-EX), PWM (PWM and TPU), SDHI, HyperFLASH/QSPI (RPC), and serial ((H)SCIF) support for the R-Car V4H SoC, - I/O expander, eMMC, and QSPI FLASH support for the White Hawk development board, - Preparatory work to share r9a07g043.dtsi between the ARM-based RZ/G2UL (R9A07G043U) and the RISC-V-based RZ/Five (R9A07G043F) SoCs, - Miscellaneous fixes and improvements. ---------------------------------------------------------------- CongDang (2): arm64: dts: renesas: r8a779g0: Add PWM device nodes arm64: dts: renesas: r8a779g0: Add TPU device node Geert Uytterhoeven (10): arm64: dts: renesas: r8a779g0: Add DMA support arm64: dts: renesas: r8a779g0: Add MSIOF nodes arm64: dts: renesas: r8a779g0: Add INTC-EX node arm64: dts: renesas: white-hawk-cpu: Add PCA9654 I/O Expander arm64: dts: renesas: r8a779g0: Fix HSCIF0 "brg_int" clock arm64: dts: renesas: r8a779g0: Add SDHI node arm64: dts: renesas: r8a779g0: Add SCIF nodes arm64: dts: renesas: r8a779g0: Add remaining HSCIF nodes arm64: dts: renesas: r8a779a0: Update to R-Car Gen4 compatible values ARM: dts: renesas: Miscellaneous whitespace fixes Hai Pham (2): arm64: dts: renesas: r8a779g0: Add RPC node arm64: dts: renesas: white-hawk-cpu: Add QSPI FLASH support Kuninori Morimoto (1): arm64: dts: renesas: condor-common: Add missing bootargs Lad Prabhakar (5): arm64: dts: renesas: rzg2lc-smarc: Include SoM DTSI into board DTS arm64: dts: renesas: rzg2ul-smarc: Move spi1 pinmux to carrier board DTSI arm64: dts: renesas: rzg2l: Drop WDT2 nodes arm64: dts: renesas: r9a07g043: Introduce SOC_PERIPHERAL_IRQ() macro to specify interrupt property arm64: dts: renesas: r9a07g043: Split out RZ/G2UL SoC specific parts Takeshi Kihara (1): arm64: dts: renesas: white-hawk-cpu: Add eMMC support arch/arm/boot/dts/r8a7742.dtsi | 2 +- arch/arm/boot/dts/r8a7790.dtsi | 2 +- arch/arm/boot/dts/r8a7791.dtsi | 2 +- arch/arm/boot/dts/r8a7793.dtsi | 2 +- arch/arm/boot/dts/r9a06g032.dtsi | 10 +- arch/arm64/boot/dts/renesas/condor-common.dtsi | 1 + arch/arm64/boot/dts/renesas/r8a779a0.dtsi | 24 +- .../boot/dts/renesas/r8a779g0-white-hawk-cpu.dtsi | 85 ++++ arch/arm64/boot/dts/renesas/r8a779g0.dtsi | 470 ++++++++++++++++++++- arch/arm64/boot/dts/renesas/r9a07g043.dtsi | 362 +++++++--------- arch/arm64/boot/dts/renesas/r9a07g043u.dtsi | 72 ++++ arch/arm64/boot/dts/renesas/r9a07g043u11-smarc.dts | 2 +- arch/arm64/boot/dts/renesas/r9a07g044.dtsi | 15 - arch/arm64/boot/dts/renesas/r9a07g044c2-smarc.dts | 30 ++ arch/arm64/boot/dts/renesas/r9a07g054.dtsi | 15 - arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi | 5 - arch/arm64/boot/dts/renesas/rzg2lc-smarc-som.dtsi | 5 - arch/arm64/boot/dts/renesas/rzg2lc-smarc.dtsi | 28 -- .../boot/dts/renesas/rzg2ul-smarc-pinfunction.dtsi | 7 + arch/arm64/boot/dts/renesas/rzg2ul-smarc-som.dtsi | 7 - 20 files changed, 830 insertions(+), 316 deletions(-) create mode 100644 arch/arm64/boot/dts/renesas/r9a07g043u.dtsi From patchwork Fri Nov 4 10:49:55 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13031629 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 96852C4332F for ; Fri, 4 Nov 2022 10:50:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 751CBC43470; Fri, 4 Nov 2022 10:50:22 +0000 (UTC) Received: from riemann.telenet-ops.be (riemann.telenet-ops.be [195.130.137.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 4E210C433B5 for ; Fri, 4 Nov 2022 10:50:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 4E210C433B5 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 michel.telenet-ops.be (michel.telenet-ops.be [IPv6:2a02:1800:110:4::f00:18]) by riemann.telenet-ops.be (Postfix) with ESMTPS id 4N3cpX0sKHz513WT for ; Fri, 4 Nov 2022 11:50:12 +0100 (CET) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed10:c5ee:bf27:9df:5172]) by michel.telenet-ops.be with bizsmtp id gAq32800U2kjr6L06Aq3Nz; Fri, 04 Nov 2022 11:50:03 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1oquGx-002mVK-8Y; Fri, 04 Nov 2022 11:50:03 +0100 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1oquGw-00HWEu-O7; Fri, 04 Nov 2022 11:50:02 +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 ARM SoC updates for v6.2 Date: Fri, 4 Nov 2022 11:49:55 +0100 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git renesas-arm-soc-for-v6.2-tag1 for you to fetch changes up to d84ea59e20158ca7a1b6c1dfc3c0e2e652eb4b00: arm64: renesas: Drop selecting GPIOLIB and PINCTRL (2022-10-28 14:31:24 +0200) ---------------------------------------------------------------- Renesas ARM SoC updates for v6.2 - Drop selecting GPIOLIB and PINCTRL, which are already automatically selected as part of the SOC_RENESAS config option in drivers/soc/renesas/Kconfig. ---------------------------------------------------------------- Lad Prabhakar (3): soc: renesas: Kconfig: Explicitly select GPIOLIB and PINCTRL config under SOC_RENESAS ARM: shmobile: Drop selecting GPIOLIB and PINCTRL arm64: renesas: Drop selecting GPIOLIB and PINCTRL arch/arm/mach-shmobile/Kconfig | 2 -- arch/arm64/Kconfig.platforms | 2 -- drivers/soc/renesas/Kconfig | 2 ++ 3 files changed, 2 insertions(+), 4 deletions(-) From patchwork Fri Nov 4 10:49:56 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13031628 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 92AD4C4332F for ; Fri, 4 Nov 2022 10:50:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 65C84C433D7; Fri, 4 Nov 2022 10:50:15 +0000 (UTC) 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.kernel.org (Postfix) with ESMTPS id C9876C433D6 for ; Fri, 4 Nov 2022 10:50:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org C9876C433D6 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 michel.telenet-ops.be (michel.telenet-ops.be [IPv6:2a02:1800:110:4::f00:18]) by cantor.telenet-ops.be (Postfix) with ESMTPS id 4N3cpX16bZz4x4Lw for ; Fri, 4 Nov 2022 11:50:12 +0100 (CET) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed10:c5ee:bf27:9df:5172]) by michel.telenet-ops.be with bizsmtp id gAq32800Q2kjr6L06Aq3Nv; Fri, 04 Nov 2022 11:50:04 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1oquGx-002mVL-6S; Fri, 04 Nov 2022 11:50:03 +0100 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1oquGw-00HWF1-Oh; Fri, 04 Nov 2022 11:50:02 +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 3/4] Renesas driver updates for v6.2 Date: Fri, 4 Nov 2022 11:49:56 +0100 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git renesas-drivers-for-v6.2-tag1 for you to fetch changes up to b3acbca3c80e612478b354e43c1480c3fc15873e: soc: renesas: Kconfig: Explicitly select GPIOLIB and PINCTRL config under SOC_RENESAS (2022-10-17 12:18:49 +0200) ---------------------------------------------------------------- Renesas driver updates for v6.2 - Let SOC_RENESAS select GPIOLIB and PINCTRL, so this does not have to be handled in two (soon three: arm/arm64/riscv), places. ---------------------------------------------------------------- Lad Prabhakar (1): soc: renesas: Kconfig: Explicitly select GPIOLIB and PINCTRL config under SOC_RENESAS drivers/soc/renesas/Kconfig | 2 ++ 1 file changed, 2 insertions(+) From patchwork Fri Nov 4 10:49:57 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13031627 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 C0EBCC4332F for ; Fri, 4 Nov 2022 10:50:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 85C17C433B5; Fri, 4 Nov 2022 10:50:09 +0000 (UTC) Received: from laurent.telenet-ops.be (laurent.telenet-ops.be [195.130.137.89]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id E7285C43150 for ; Fri, 4 Nov 2022 10:50:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org E7285C43150 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 ramsan.of.borg ([IPv6:2a02:1810:ac12:ed10:c5ee:bf27:9df:5172]) by laurent.telenet-ops.be with bizsmtp id gAq4280132kjr6L01Aq4SS; Fri, 04 Nov 2022 11:50:04 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1oquGx-002mVM-Iu; Fri, 04 Nov 2022 11:50:03 +0100 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1oquGw-00HWF8-PG; Fri, 04 Nov 2022 11:50:02 +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 4/4] Renesas DT binding updates for v6.2 Date: Fri, 4 Nov 2022 11:49:57 +0100 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git renesas-dt-bindings-for-v6.2-tag1 for you to fetch changes up to 7dd1d57c052e88f98b9e9145461b13bca019d108: dt-bindings: soc: renesas: renesas.yaml: Document Renesas RZ/Five SoC (2022-10-28 14:43:12 +0200) ---------------------------------------------------------------- Renesas DT binding updates for v6.2 - Move renesas.yaml from arm to soc, and document RZ/Five support. ---------------------------------------------------------------- Lad Prabhakar (2): dt-bindings: soc: renesas: Move renesas.yaml from arm to soc dt-bindings: soc: renesas: renesas.yaml: Document Renesas RZ/Five SoC Documentation/devicetree/bindings/{arm => soc/renesas}/renesas.yaml | 5 +++-- MAINTAINERS | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) rename Documentation/devicetree/bindings/{arm => soc/renesas}/renesas.yaml (98%)