From patchwork Fri Aug 14 17:30:32 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lad Prabhakar X-Patchwork-Id: 11715057 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3C88B13A4 for ; Fri, 14 Aug 2020 17:31:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2534520768 for ; Fri, 14 Aug 2020 17:31:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728519AbgHNRbr (ORCPT ); Fri, 14 Aug 2020 13:31:47 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:58950 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728346AbgHNRbq (ORCPT ); Fri, 14 Aug 2020 13:31:46 -0400 X-IronPort-AV: E=Sophos;i="5.76,313,1592838000"; d="scan'208";a="54383282" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 15 Aug 2020 02:31:44 +0900 Received: from localhost.localdomain (unknown [10.226.36.204]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id B7E5F40061B7; Sat, 15 Aug 2020 02:31:40 +0900 (JST) From: Lad Prabhakar To: Geert Uytterhoeven , Marek Vasut , Yoshihiro Shimoda , Bjorn Helgaas , Rob Herring , Magnus Damm , Kishon Vijay Abraham I , Lorenzo Pieralisi , Arnd Bergmann , Greg Kroah-Hartman Cc: linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Lad Prabhakar , Prabhakar , Biju Das Subject: [PATCH 0/5] Add PCIe EP nodes on RZ/G2[EMN] Date: Fri, 14 Aug 2020 18:30:32 +0100 Message-Id: <20200814173037.17822-1-prabhakar.mahadev-lad.rj@bp.renesas.com> X-Mailer: git-send-email 2.17.1 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi All, This patch series adds support for PCIe EP nodes to Renesas r8a774a1, r8a774b1 and r8a774c0 SoC's. Patches are based on top of [1]. [1] https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/ pci.git/log/?h=next Cheers, Prabhakar Lad Prabhakar (5): dt-bindings: pci: rcar-pci-ep: Document r8a774a1 and r8a774b1 misc: pci_endpoint_test: Add Device ID for RZ/G2M and RZ/G2N PCIe controllers arm64: dts: renesas: r8a774a1: Add PCIe EP nodes arm64: dts: renesas: r8a774b1: Add PCIe EP nodes arm64: dts: renesas: r8a774c0: Add PCIe EP node .../devicetree/bindings/pci/rcar-pci-ep.yaml | 7 +++- arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 38 +++++++++++++++++++ arch/arm64/boot/dts/renesas/r8a774b1.dtsi | 38 +++++++++++++++++++ arch/arm64/boot/dts/renesas/r8a774c0.dtsi | 19 ++++++++++ drivers/misc/pci_endpoint_test.c | 7 +++- 5 files changed, 105 insertions(+), 4 deletions(-)