Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752060AbdCSPMy (ORCPT ); Sun, 19 Mar 2017 11:12:54 -0400 Received: from mail-pg0-f67.google.com ([74.125.83.67]:36440 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751511AbdCSPMw (ORCPT ); Sun, 19 Mar 2017 11:12:52 -0400 Date: Mon, 20 Mar 2017 15:09:30 +0800 From: Dong Aisheng To: Andrey Smirnov Cc: linux-pci@vger.kernel.org, yurovsky@gmail.com, Lucas Stach , Fabio Estevam , Bjorn Helgaas , Rob Herring , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v6 0/4] i.MX7 PCI support Message-ID: <20170320070930.GB11325@b29396-OptiPlex-7040> References: <20170314151827.31248-1-andrew.smirnov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170314151827.31248-1-andrew.smirnov@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1486 Lines: 48 On Tue, Mar 14, 2017 at 08:18:23AM -0700, Andrey Smirnov wrote: > Hello, everyone: > > This is a sixth iteration of the code that adds PCI-subsystem bits > necessary for enabling PCI support on i.MX7. > .... > Andrey Smirnov (4): > PCI: imx6: Add code to support i.MX7D > PCI: imx6: Do not wait for speed change on i.MX7 > PCI: imx6: Do not switch speed if Gen2 is disabled > PCI: imx6: Allow probe deferal by reset GPIO > > .../devicetree/bindings/pci/fsl,imx6q-pcie.txt | 13 +- > drivers/pci/host/pci-imx6.c | 199 +++++++++++++++------ Can't apply and test it. The directory has been changed to drivers/pci/host/dwc/pci-imx6.c since the commit below: commit 950bf6388bc22c2749b8b66c501df1462639d6bd Author: Kishon Vijay Abraham I Date: Fri Jan 6 18:22:48 2017 +0530 PCI: Move DesignWare IP support to new drivers/pci/dwc/ directory Group all the PCI drivers that use DesignWare core in dwc directory. dwc IP is capable of operating in both host mode and device mode and keeping it inside the *host* directory is misleading. Signed-off-by: Kishon Vijay Abraham I Signed-off-by: Bjorn Helgaas Acked-by: Jingoo Han Acked-By: Joao Pinto Regards Dong Aisheng > include/linux/mfd/syscon/imx7-iomuxc-gpr.h | 4 + > 3 files changed, 161 insertions(+), 55 deletions(-) > > -- > 2.9.3 >