From patchwork Mon Jul 18 19:56:46 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lad Prabhakar X-Patchwork-Id: 12921711 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 6B847CCA487 for ; Mon, 18 Jul 2022 19:57:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235615AbiGRT5Z (ORCPT ); Mon, 18 Jul 2022 15:57:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45972 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235201AbiGRT47 (ORCPT ); Mon, 18 Jul 2022 15:56:59 -0400 Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 26A1C2D1FE; Mon, 18 Jul 2022 12:56:58 -0700 (PDT) X-IronPort-AV: E=Sophos;i="5.92,281,1650898800"; d="scan'208";a="128258229" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 19 Jul 2022 04:56:57 +0900 Received: from localhost.localdomain (unknown [10.226.36.204]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 75F5C40EE277; Tue, 19 Jul 2022 04:56:54 +0900 (JST) From: Lad Prabhakar To: Geert Uytterhoeven , Magnus Damm , Rob Herring , Krzysztof Kozlowski , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Prabhakar , Biju Das , Lad Prabhakar Subject: [PATCH 0/5] Add IRQC support to Renesas RZ/G2L and RZ/V2L SoC Date: Mon, 18 Jul 2022 20:56:46 +0100 Message-Id: <20220718195651.7711-1-prabhakar.mahadev-lad.rj@bp.renesas.com> X-Mailer: git-send-email 2.17.1 Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi All, This patch series adds IRQC support to handle GPIO and external interrupts support to RZ/G2L and RZ/V2L SoC's. Alongside enables PHY interrupt support to ETH0/1 on SMARC EVK. Note: The driver patches are in -next and the DT binding patch for RZ/V2L is posted [0]. [0] https://patchwork.kernel.org/project/linux-renesas-soc/patch/ 20220718193745.7472-1-prabhakar.mahadev-lad.rj@bp.renesas.com/ Cheers, Prabhakar Lad Prabhakar (5): arm64: dts: renesas: r9a07g044: Add IRQC node to SoC DTSI arm64: dts: renesas: r9a07g044: Update pinctrl node to handle GPIO interrupts arm64: dts: renesas: r9a07g054: Add IRQC node to SoC DTSI arm64: dts: renesas: r9a07g054: Update pinctrl node to handle GPIO interrupts arm64: dts: renesas: rzg2l-smarc-som: Add PHY interrupt support for ETH{0/1} arch/arm64/boot/dts/renesas/r9a07g044.dtsi | 59 +++++++++++++++++++ arch/arm64/boot/dts/renesas/r9a07g054.dtsi | 59 +++++++++++++++++++ .../boot/dts/renesas/rzg2l-smarc-som.dtsi | 10 +++- 3 files changed, 126 insertions(+), 2 deletions(-)