From mboxrd@z Thu Jan 1 00:00:00 1970 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=-10.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 91D5EC43461 for ; Mon, 7 Sep 2020 10:14:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 59A422168B for ; Mon, 7 Sep 2020 10:14:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728345AbgIGKO4 (ORCPT ); Mon, 7 Sep 2020 06:14:56 -0400 Received: from foss.arm.com ([217.140.110.172]:59700 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728243AbgIGKOz (ORCPT ); Mon, 7 Sep 2020 06:14:55 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 40919D6E; Mon, 7 Sep 2020 03:14:55 -0700 (PDT) Received: from e121166-lin.cambridge.arm.com (e121166-lin.cambridge.arm.com [10.1.196.255]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 448E63F66E; Mon, 7 Sep 2020 03:14:53 -0700 (PDT) Date: Mon, 7 Sep 2020 11:14:50 +0100 From: Lorenzo Pieralisi To: Lad Prabhakar Cc: Geert Uytterhoeven , Marek Vasut , Yoshihiro Shimoda , Bjorn Helgaas , Rob Herring , Magnus Damm , Kishon Vijay Abraham I , Arnd Bergmann , Greg Kroah-Hartman , linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Prabhakar , Biju Das Subject: Re: [PATCH 0/5] Add PCIe EP nodes on RZ/G2[EMN] Message-ID: <20200907101450.GG6428@e121166-lin.cambridge.arm.com> References: <20200814173037.17822-1-prabhakar.mahadev-lad.rj@bp.renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200814173037.17822-1-prabhakar.mahadev-lad.rj@bp.renesas.com> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Fri, Aug 14, 2020 at 06:30:32PM +0100, Lad Prabhakar wrote: > 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(-) I took the first two patches in pci/rcar, thanks. Lorenzo