From patchwork Fri Jun 9 10:06:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13273652 X-Patchwork-Delegate: geert@linux-m68k.org 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5E78BC7EE29 for ; Fri, 9 Jun 2023 10:15:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240230AbjFIKP6 (ORCPT ); Fri, 9 Jun 2023 06:15:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54820 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241519AbjFIKO4 (ORCPT ); Fri, 9 Jun 2023 06:14:56 -0400 Received: from andre.telenet-ops.be (andre.telenet-ops.be [IPv6:2a02:1800:120:4::f00:15]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DC3E749D8 for ; Fri, 9 Jun 2023 03:06:45 -0700 (PDT) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed30:a1e2:1b31:cba3:390d]) by andre.telenet-ops.be with bizsmtp id 6y6i2A00A12zQ4r01y6ilF; Fri, 09 Jun 2023 12:06:42 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1q7Z0d-008L2K-1q; Fri, 09 Jun 2023 12:06:42 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1q7Z10-00G42q-2R; Fri, 09 Jun 2023 12:06:42 +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.5 (take two) Date: Fri, 9 Jun 2023 12:06:36 +0200 Message-Id: X-Mailer: git-send-email 2.34.1 In-Reply-To: References: MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org The following changes since commit 3f1e1ad9230f8b1c415b432841db2b2850450fd4: ARM: shmobile: defconfig: Refresh for v6.4-rc1 (2023-05-15 10:31:22 +0200) 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.5-tag2 for you to fetch changes up to cacde5cc9dbc1af46a5d35efd17365bc3324b4fb: arm64: defconfig: Enable Renesas MTU3a counter config (2023-06-02 11:22:50 +0200) ---------------------------------------------------------------- Renesas ARM defconfig updates for v6.5 (take two) - Enable support for the Renesas MTU3a counter in the arm64 defconfig. ---------------------------------------------------------------- Biju Das (1): arm64: defconfig: Enable Renesas MTU3a counter config arch/arm64/configs/defconfig | 3 +++ 1 file changed, 3 insertions(+) From patchwork Fri Jun 9 10:06:37 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13273651 X-Patchwork-Delegate: geert@linux-m68k.org 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F36F9C7EE37 for ; Fri, 9 Jun 2023 10:15:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240040AbjFIKPw (ORCPT ); Fri, 9 Jun 2023 06:15:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57440 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241515AbjFIKOz (ORCPT ); Fri, 9 Jun 2023 06:14:55 -0400 Received: from andre.telenet-ops.be (andre.telenet-ops.be [IPv6:2a02:1800:120:4::f00:15]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DC25449D6 for ; Fri, 9 Jun 2023 03:06:45 -0700 (PDT) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed30:a1e2:1b31:cba3:390d]) by andre.telenet-ops.be with bizsmtp id 6y6i2A00B12zQ4r01y6ilE; Fri, 09 Jun 2023 12:06:42 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1q7Z0d-008L2M-1u; Fri, 09 Jun 2023 12:06:42 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1q7Z10-00G42t-35; Fri, 09 Jun 2023 12:06:42 +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 driver updates for v6.5 (take two) Date: Fri, 9 Jun 2023 12:06:37 +0200 Message-Id: X-Mailer: git-send-email 2.34.1 In-Reply-To: References: MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org The following changes since commit cb9a39aacd3d6387b6f1f178a96eadceba90454e: soc: renesas: rcar-rst: Allow WDT reset on R-Car V3U (2023-05-15 10:32:12 +0200) 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.5-tag2 for you to fetch changes up to a00d47f7645d6e840a38a62fd961c8aa2c8fed6c: soc: renesas: rmobile-sysc: Convert to readl_poll_timeout_atomic() (2023-06-05 15:43:27 +0200) ---------------------------------------------------------------- Renesas driver updates for v6.5 (take two) - Convert the R-Mobile SYSC driver to readl_poll_timeout_atomic(). ---------------------------------------------------------------- Geert Uytterhoeven (4): iopoll: Call cpu_relax() in busy loops iopoll: Do not use timekeeping in read_poll_timeout_atomic() Merge tag 'iopoll-busy-loop-timeout-tag' into renesas-drivers-for-v6.5 soc: renesas: rmobile-sysc: Convert to readl_poll_timeout_atomic() drivers/soc/renesas/rmobile-sysc.c | 29 +++++++++-------------------- include/linux/iopoll.h | 24 +++++++++++++++++++----- 2 files changed, 28 insertions(+), 25 deletions(-) From patchwork Fri Jun 9 10:06:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13273653 X-Patchwork-Delegate: geert@linux-m68k.org 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B296DC7EE37 for ; Fri, 9 Jun 2023 10:15:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240856AbjFIKP7 (ORCPT ); Fri, 9 Jun 2023 06:15:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54822 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241526AbjFIKO4 (ORCPT ); Fri, 9 Jun 2023 06:14:56 -0400 Received: from laurent.telenet-ops.be (laurent.telenet-ops.be [IPv6:2a02:1800:110:4::f00:19]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DC30C49D7 for ; Fri, 9 Jun 2023 03:06:45 -0700 (PDT) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed30:a1e2:1b31:cba3:390d]) by laurent.telenet-ops.be with bizsmtp id 6y6i2A00312zQ4r01y6i7A; Fri, 09 Jun 2023 12:06:42 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1q7Z0d-008L2N-2W; Fri, 09 Jun 2023 12:06:42 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1q7Z10-00G42w-3m; Fri, 09 Jun 2023 12:06:42 +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.5 (take two) Date: Fri, 9 Jun 2023 12:06:38 +0200 Message-Id: X-Mailer: git-send-email 2.34.1 In-Reply-To: References: MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org The following changes since commit 18cbbdd846c5d74bd56fd1f229d074e1f7068fc8: arm64: dts: renesas: r8a779a0: Add PWM nodes (2023-05-08 09:21:51 +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.5-tag2 for you to fetch changes up to c776a2128dee50a9f10eace4a14ff894e1432a31: arm64: dts: renesas: ulcb-kf: Add HSCIF1 node (2023-06-02 11:36:48 +0200) ---------------------------------------------------------------- Renesas DTS updates for v6.5 (take two) - Add IOMMU support for PCIe devices on R-Car Gen3 and RZ/G2 SoCs, - Add HSCIF1 serial port support on Renesas ULCB boards equipped with the Shimafuji Kingfisher extension, - Miscellaneous fixes and improvements. ---------------------------------------------------------------- Geert Uytterhoeven (1): ARM: dts: iwg20d-q7-common: Fix backlight pwm specifier Wolfram Sang (2): arm64: dts: renesas: ulcb-kf: Remove flow control for SCIF1 arm64: dts: renesas: ulcb-kf: Add HSCIF1 node Yoshihiro Shimoda (1): arm64: dts: renesas: Add IOMMU related properties into PCIe host nodes arch/arm/boot/dts/iwg20d-q7-common.dtsi | 2 +- arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 12 ++++++++---- arch/arm64/boot/dts/renesas/r8a774b1.dtsi | 12 ++++++++---- arch/arm64/boot/dts/renesas/r8a774c0.dtsi | 6 ++++-- arch/arm64/boot/dts/renesas/r8a774e1.dtsi | 12 ++++++++---- arch/arm64/boot/dts/renesas/r8a77951.dtsi | 12 ++++++++---- arch/arm64/boot/dts/renesas/r8a77960.dtsi | 12 ++++++++---- arch/arm64/boot/dts/renesas/r8a77961.dtsi | 12 ++++++++---- arch/arm64/boot/dts/renesas/r8a77965.dtsi | 12 ++++++++---- arch/arm64/boot/dts/renesas/r8a77980.dtsi | 5 ++++- arch/arm64/boot/dts/renesas/r8a77990.dtsi | 6 ++++-- arch/arm64/boot/dts/renesas/ulcb-kf.dtsi | 17 +++++++++++++++-- 12 files changed, 84 insertions(+), 36 deletions(-)