Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp4091800ybl; Mon, 9 Dec 2019 05:25:55 -0800 (PST) X-Google-Smtp-Source: APXvYqx+jgSNcuJPCK4sJ9R6/xFYJF7KvUD2rsy1sjbeeOSexXauSa3z8PAePdh/t5UIUpX1dIcG X-Received: by 2002:aca:cc87:: with SMTP id c129mr23298123oig.13.1575897955241; Mon, 09 Dec 2019 05:25:55 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1575897955; cv=none; d=google.com; s=arc-20160816; b=qRqmn1SL1smfjltI9qPQqqX5D9gLz97bD1LZp28FNTuQ1n1TOVB24GZZudJgmmtouL lpgoug9PvxoTSUDnUV+hhGVCUSYQH9nWmso59bGt7okvvhH1x+Ho2BaoGUpkBh1UZK5i VPEbW0Jwef2/3Sqw7C/cm2ioQuDmMqtSHiv6LCL/H1JQMxd0Wy3gYabD0c5JzEkBF9lI jnAVRCyi6Vn9qysnH2Suj7VvK/O2x8fZHWtqWog6yHn4VHdJFDxX238GPd9fczSxjwSV lMNck8BDxiEr58OMKWwDmZeRa5zyKttxB6w24uzo06clNQUJb5B2ePnf4Rxv5H/z09IA XCWw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=sIvy7j+rRCNJrGWPPIlpi8n4spGxXRIyA4wSMC0fOGQ=; b=n9rzDLPrQvl4kqVwIJ6lWm35QbIlRGgbAtd7HISu22QJEdCCrGflz63YVaueLq/FTp xJVTEzJVGAvl3iUOXDXBFwkOvyiJrzSwOMEwCgLrncytUyC8qA8uLtxI9PrSb3BpFfe8 o9sj/116oTiAC6hxE45VZWoAUVZNwnE+lhkyWjL6WmnGiedM1xB02dnAeQOfXdPJLzAm AvegwmhfGCVHg/ZVleW0n+S2OC9aMYZhPLwq9UiROJSvUVmxdmytCWrGRBcCMKeHeEcn /ZPaYy6PoxvUMAQVxN5/TLJ4PZGWVuAUK2KckJfAZcaWG1U3uu2yJQ8kA0LmcwDpFg1y pRlQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t195si9663189oih.209.2019.12.09.05.25.43; Mon, 09 Dec 2019 05:25:55 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727665AbfLINVZ (ORCPT + 99 others); Mon, 9 Dec 2019 08:21:25 -0500 Received: from foss.arm.com ([217.140.110.172]:60316 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727513AbfLINVZ (ORCPT ); Mon, 9 Dec 2019 08:21:25 -0500 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 C177E328; Mon, 9 Dec 2019 05:21:24 -0800 (PST) Received: from localhost (unknown [10.37.6.20]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 355563F718; Mon, 9 Dec 2019 05:21:24 -0800 (PST) Date: Mon, 9 Dec 2019 13:21:22 +0000 From: Andrew Murray To: Dilip Kota Cc: lorenzo.pieralisi@arm.com, linux-pci@vger.kernel.org, devicetree@vger.kernel.org, jingoohan1@gmail.com, gustavo.pimentel@synopsys.com, robh@kernel.org, linux-kernel@vger.kernel.org, andriy.shevchenko@intel.com, cheol.yong.kim@intel.com, chuanhua.lei@linux.intel.com, qi-ming.wu@intel.com Subject: Re: [PATCH v11 0/3] PCI: Add Intel PCIe Driver and respective dt-binding yaml file Message-ID: <20191209132122.GR18399@e119886-lin.cambridge.arm.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1+81 (426a6c1) (2018-08-26) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 09, 2019 at 11:20:03AM +0800, Dilip Kota wrote: > Intel PCIe is Synopsys based controller. Intel PCIe driver uses > DesignWare PCIe framework for host initialization and register > configurations. > > Changes on v11: > Patches rebase on kernel v5.5-rc1 Thanks for this. Looks OK to me. Andrew Murray > > Dilip Kota (3): > dt-bindings: PCI: intel: Add YAML schemas for the PCIe RC controller > PCI: dwc: intel: PCIe RC controller driver > PCI: artpec6: Configure FTS with dwc helper function > > .../devicetree/bindings/pci/intel-gw-pcie.yaml | 138 ++++++ > drivers/pci/controller/dwc/Kconfig | 11 + > drivers/pci/controller/dwc/Makefile | 1 + > drivers/pci/controller/dwc/pcie-artpec6.c | 8 +- > drivers/pci/controller/dwc/pcie-designware.c | 57 +++ > drivers/pci/controller/dwc/pcie-designware.h | 12 + > drivers/pci/controller/dwc/pcie-intel-gw.c | 545 +++++++++++++++++++++ > include/uapi/linux/pci_regs.h | 1 + > 8 files changed, 766 insertions(+), 7 deletions(-) > create mode 100644 Documentation/devicetree/bindings/pci/intel-gw-pcie.yaml > create mode 100644 drivers/pci/controller/dwc/pcie-intel-gw.c > > -- > 2.11.0 >