From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f45.google.com ([209.85.220.45]:64896 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755274AbaIBXKG (ORCPT ); Tue, 2 Sep 2014 19:10:06 -0400 Received: by mail-pa0-f45.google.com with SMTP id bj1so15780292pad.32 for ; Tue, 02 Sep 2014 16:10:06 -0700 (PDT) Date: Tue, 2 Sep 2014 17:10:03 -0600 From: Bjorn Helgaas To: Lucas Stach Cc: linux-pci@vger.kernel.org, Richard Zhu , Mohit Kumar , Jingoo Han , Marek Vasut , Kishon Vijay Abraham I , kernel@pengutronix.de Subject: Re: [PATCH 0/4] PCI: designware: init order/resource alloc fixes Message-ID: <20140902231003.GA12657@google.com> References: <1406137961-14684-1-git-send-email-l.stach@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1406137961-14684-1-git-send-email-l.stach@pengutronix.de> Sender: linux-pci-owner@vger.kernel.org List-ID: On Wed, Jul 23, 2014 at 07:52:37PM +0200, Lucas Stach wrote: > This series fixes a couple of issues with the initialisation > ordering and ressource allocation handling in the designware > driver and moves its behavior much closer to other PCI host > controller drivers like MVEBU and Tegra. > For more detailed explanation see the commit messages. > > This effectively enables the i.MX6 pcie driver to be > probed from module initcall level, instead of relying on > being probed early. > > Lucas Stach (4): > PCI: designware: start parsing bus-range > PCI: designware: get rid of pci_scan_root_bus > PCI: designware: remove pci_assign_unassigned_resources call > PCI: imx6: move to module_init > > .../devicetree/bindings/pci/designware-pcie.txt | 3 +++ > drivers/pci/host/pci-imx6.c | 2 +- > drivers/pci/host/pcie-designware.c | 29 ++++++++++++++-------- > drivers/pci/host/pcie-designware.h | 1 + > 4 files changed, 24 insertions(+), 11 deletions(-) I'm waiting for an ack from Mohit and/or Jingoo before applying these. I think Richard already acked the one that touches IMX6. Bjorn