Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp581237ybl; Fri, 6 Dec 2019 02:54:13 -0800 (PST) X-Google-Smtp-Source: APXvYqyJPz/qGbrrx1egn1kKfdvp+m69jK1BSnphoqoK/+x2VUvIf1aDrg7fmDnXnxSCTB7+Jpe9 X-Received: by 2002:a05:6830:1cf:: with SMTP id r15mr10866796ota.231.1575629653124; Fri, 06 Dec 2019 02:54:13 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1575629653; cv=none; d=google.com; s=arc-20160816; b=leuDKgxQFWhQ+f748G0zcBgQ6341l5N+jWynUE5PhrYsvMTzRL6uZZMqvUkHJ12SaH W81CdzgPw83yuwEeB3E+vDFZeVsv3jXfNWYXDmKH9qIGn4DGl2NMYulaFzREKU1EgOJc qwERExrJHeCx89ZQN/vlEGT51ODNEO0ROMV7RP3yYTgSB7qloJSDe5a42tgwaKMkrgI6 0TKFwLARjvffL/FMerevjOaEfcxr+vVFvBJ1w+/G6FC2kWNoz9v7SIkk7Hu8OjJwp+lO SMbGtUvhJZt3kw1i44plCOS+47CU6gDHnVoe4ZaiTHKYbbq1wzbzmNXFFj+98HbqEe+w bWNg== 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=WHFqTCKDbPsxcd+4egHCMBbNwEKpvlzkVweilpnRe8M=; b=DHhpKyfSD8B2LwOp3Mn63Cm9LVaRKLYxKi5gch0XHv83SWAD0pL/lbtoZ6SOOpXhtn /5yaTFoZHRfg9DmQmOzn/SRsDanzFO4lT2pvyV6HLVHRcvyz2VIk8IrOhg+CFTyIPTM3 e/piiVmBe6co2AZcBe4xQIZSr2o4aoIoZXqtqsYDa+blEp34UR1PnWbi4sLcx+KXD2Fk wzRhgr7nRiQK8zbKJGs3cs3QKSw91QXUHTQOXhzkaUk2WnqtoKS+bYQILP7UTeLywl2p X1fNBDqoeKgxg+o7Xx1SL7HtTEBNMydpspEHP5Msbc0u1IRlLGOpxOV8Ret3lwgoMWWa 0fKQ== 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 t195si4578337oih.209.2019.12.06.02.54.00; Fri, 06 Dec 2019 02:54:13 -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 S1726706AbfLFKwF (ORCPT + 99 others); Fri, 6 Dec 2019 05:52:05 -0500 Received: from foss.arm.com ([217.140.110.172]:39402 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726608AbfLFKwD (ORCPT ); Fri, 6 Dec 2019 05:52:03 -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 F13D9DA7; Fri, 6 Dec 2019 02:52:02 -0800 (PST) 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 8801D3F52E; Fri, 6 Dec 2019 02:52:01 -0800 (PST) Date: Fri, 6 Dec 2019 10:51:55 +0000 From: Lorenzo Pieralisi To: Dilip Kota Cc: linux-pci@vger.kernel.org, devicetree@vger.kernel.org, andriy.shevchenko@intel.com, gustavo.pimentel@synopsys.com, andrew.murray@arm.com, robh@kernel.org, linux-kernel@vger.kernel.org, cheol.yong.kim@intel.com, chuanhua.lei@linux.intel.com, qi-ming.wu@intel.com Subject: Re: [PATCH v10 0/3] PCI: Add Intel PCIe Driver and respective dt-binding yaml file Message-ID: <20191206105155.GA20804@e121166-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.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 06, 2019 at 03:27:47PM +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 v10: > Rebase the patches on mainline v5.4 I meant current mainline (given that the PCI PR for v5.5 is now merged), not v5.4, patchset does not apply. Given that v5.5-rc1 is coming up, please rebase on top of v5.5-rc1 and repost it I will try to merge it then. Thanks, Lorenzo > Squashed the patch that fixes the below issue to this patch series. > > WARNING: unmet direct dependencies detected for PCIE_DW_HOST > Depends on [n]: PCI [=y] && PCI_MSI_IRQ_DOMAIN [=n] > Selected by [y]: > - PCIE_INTEL_GW [=y] && PCI [=y] && OF [=y] && (X86 [=y] || COMPILE_TEST [=n]) > "reportedby Randy Dunlap " > > 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 >