From patchwork Fri Sep 4 10:38:48 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lad Prabhakar X-Patchwork-Id: 11756573 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 04EB292C for ; Fri, 4 Sep 2020 10:40:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DBC68206D4 for ; Fri, 4 Sep 2020 10:40:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730056AbgIDKkL (ORCPT ); Fri, 4 Sep 2020 06:40:11 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:60430 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729584AbgIDKkG (ORCPT ); Fri, 4 Sep 2020 06:40:06 -0400 X-IronPort-AV: E=Sophos;i="5.76,389,1592838000"; d="scan'208";a="56169404" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 04 Sep 2020 19:39:56 +0900 Received: from localhost.localdomain (unknown [10.226.36.204]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 26DBB40061A2; Fri, 4 Sep 2020 19:39:52 +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 , linux-pci@vger.kernel.org, devicetree@vger.kernel.org Cc: linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Biju Das , Lad Prabhakar , Prabhakar Subject: [PATCH 0/3] Add PCIe EP to RZ/G2H Date: Fri, 4 Sep 2020 11:38:48 +0100 Message-Id: <20200904103851.3946-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 PCIe EP support to R8A774E1 SoC. patch 2/3 applies on top of [1] and patch 3/3 is dependent on series [2]. [1] https://git.kernel.org/pub/scm/linux/kernel/git/geert/ renesas-devel.git/log/?h=renesas-arm-dt-for-v5.10 [2] https://patchwork.kernel.org/project/linux-pci/list/ ?series=332849&submitter=&state=&q=&archive=&delegate= Cheers, Prabhakar Lad Prabhakar (3): dt-bindings: pci: rcar-pci-ep: Document r8a774e1 arm64: dts: renesas: r8a774e1: Add PCIe EP nodes misc: pci_endpoint_test: Add Device ID for RZ/G2H PCIe controller .../devicetree/bindings/pci/rcar-pci-ep.yaml | 1 + arch/arm64/boot/dts/renesas/r8a774e1.dtsi | 38 +++++++++++++++++++ drivers/misc/pci_endpoint_test.c | 2 + 3 files changed, 41 insertions(+)