From patchwork Fri Aug 13 10:22:35 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 12435239 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-21.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 03BB5C4320A for ; Fri, 13 Aug 2021 10:22:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DB11D6109D for ; Fri, 13 Aug 2021 10:22:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240065AbhHMKXV (ORCPT ); Fri, 13 Aug 2021 06:23:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37000 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240072AbhHMKXS (ORCPT ); Fri, 13 Aug 2021 06:23:18 -0400 Received: from michel.telenet-ops.be (michel.telenet-ops.be [IPv6:2a02:1800:110:4::f00:18]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4B745C0617AD for ; Fri, 13 Aug 2021 03:22:52 -0700 (PDT) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed20:b151:f011:b544:c545]) by michel.telenet-ops.be with bizsmtp id gyNp2500R1MlFFN06yNpLG; Fri, 13 Aug 2021 12:22:49 +0200 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 1mEUKv-002Woo-GM; Fri, 13 Aug 2021 12:22:49 +0200 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1mEUKu-007SUl-Vu; Fri, 13 Aug 2021 12:22:49 +0200 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/2] Renesas ARM DT updates for v5.15 (take two) Date: Fri, 13 Aug 2021 12:22:35 +0200 Message-Id: X-Mailer: git-send-email 2.25.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 651f8cffade8615bb4fce1ecb3a929892c5e60d7: arm64: dts: renesas: r8a77961: Add iommus to ipmmu_ds[01] related nodes (2021-07-30 15:07:25 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-arm-dt-for-v5.15-tag2 for you to fetch changes up to 13bf92e6dec0e2be1ef0c7dd483f2d8b34eaa905: dt-bindings: i2c: renesas,riic: Make interrupt-names required (2021-08-12 12:43:41 +0200) ---------------------------------------------------------------- Renesas ARM DT updates for v5.15 (take two) - Pin control, ADC, and CANFD support for the RZ/G2L SoC, - Add interrupt-names properties to the Renesas RZ/A and RZ/G2L I2C Bus Interface. ---------------------------------------------------------------- Geert Uytterhoeven (5): Merge tag 'renesas-r9a07g044-dt-binding-defs-tag2' into HEAD dt-bindings: i2c: renesas,riic: Add interrupt-names ARM: dts: rza: Add I2C interrupt-names arm64: dts: renesas: r9a07g044: Add I2C interrupt-names dt-bindings: i2c: renesas,riic: Make interrupt-names required Lad Prabhakar (4): dt-bindings: clock: r9a07g044-cpg: Add entry for P0_DIV2 core clock arm64: dts: renesas: r9a07g044: Add pinctrl node arm64: dts: renesas: r9a07g044: Add ADC node arm64: dts: renesas: r9a07g044: Add CANFD node .../devicetree/bindings/i2c/renesas,riic.yaml | 30 ++++-- arch/arm/boot/dts/r7s72100.dtsi | 8 ++ arch/arm/boot/dts/r7s9210.dtsi | 8 ++ arch/arm64/boot/dts/renesas/r9a07g044.dtsi | 104 +++++++++++++++++++++ include/dt-bindings/clock/r9a07g044-cpg.h | 1 + 5 files changed, 143 insertions(+), 8 deletions(-) From patchwork Fri Aug 13 10:22:36 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 12435241 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-21.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 45DF7C432BE for ; Fri, 13 Aug 2021 10:22:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2DE2D6109D for ; Fri, 13 Aug 2021 10:22:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240072AbhHMKXW (ORCPT ); Fri, 13 Aug 2021 06:23:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37002 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240073AbhHMKXS (ORCPT ); Fri, 13 Aug 2021 06:23:18 -0400 Received: from albert.telenet-ops.be (albert.telenet-ops.be [IPv6:2a02:1800:110:4::f00:1a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5246BC0617AE for ; Fri, 13 Aug 2021 03:22:52 -0700 (PDT) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed20:b151:f011:b544:c545]) by albert.telenet-ops.be with bizsmtp id gyNq2500K1MlFFN06yNq7W; Fri, 13 Aug 2021 12:22:50 +0200 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 1mEUKw-002Wov-FB; Fri, 13 Aug 2021 12:22:50 +0200 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1mEUKv-007SUy-NJ; Fri, 13 Aug 2021 12:22:49 +0200 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/2] Renesas driver updates for v5.15 (take two) Date: Fri, 13 Aug 2021 12:22:36 +0200 Message-Id: X-Mailer: git-send-email 2.25.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 bfe6b5590ce6cab81b3ee51b4541bd1d0b18b3b2: soc: renesas: Identify R-Car H3e-2G and M3e-2G (2021-07-27 09:27:19 +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-v5.15-tag2 for you to fetch changes up to 148bcca9ad0488d623aa36b21ac152bb056a1ae4: soc: renesas: Prefer memcpy() over strcpy() (2021-08-12 12:36:57 +0200) ---------------------------------------------------------------- Renesas driver updates for v5.15 (take two) - Prefer memcpy() over strcpy(). ---------------------------------------------------------------- Len Baker (1): soc: renesas: Prefer memcpy() over strcpy() drivers/soc/renesas/r8a779a0-sysc.c | 6 ++++-- drivers/soc/renesas/rcar-sysc.c | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-)