From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from szxga02-in.huawei.com ([119.145.14.65]:42348 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751226AbbENIdR (ORCPT ); Thu, 14 May 2015 04:33:17 -0400 Message-ID: <55545D81.7020105@huawei.com> Date: Thu, 14 May 2015 16:32:01 +0800 From: Yijing Wang MIME-Version: 1.0 To: Yijing Wang , Bjorn Helgaas CC: , , Arnd Bergmann , Subject: Re: [PATCH Part1 v11 0/5] Some cleanup for pcie host drivers References: <1430204499-19571-1-git-send-email-wangyijing@huawei.com> In-Reply-To: <1430204499-19571-1-git-send-email-wangyijing@huawei.com> Content-Type: text/plain; charset="UTF-8" Sender: linux-pci-owner@vger.kernel.org List-ID: Hi Bjorn, sorry to bother you, do you have time to look at these patches ? On 2015/4/28 15:01, Yijing Wang wrote: > These patches are split out from patchset(patch 5 is new) > "Refine PCI scan interfaces and make generic pci host bridge". > They are independent of the series, pci_bus_add_devices() > has been ripped out from pci_scan_root_bus(), so we could > use pci_scan_root_bus() instead of pci_create_root_bus() + > pci_scan_child_bus() for simplicity. Also this is the preparation > for the series. > > Yijing Wang (5): > PCI: mvebu: Use pci_common_init_dev() to simplify code > PCI: tegra: Remove redundant tegra_pcie_scan_bus() > PCI: designware: Use pci_scan_root_bus() for simplicity > PCI: xgene: Use pci_scan_root_bus() instead of pci_create_root_bus() > PCI: iproc: Use pci_scan_root_bus() instead of pci_create_root_bus() > > drivers/pci/host/pci-mvebu.c | 18 +----------------- > drivers/pci/host/pci-tegra.c | 16 ---------------- > drivers/pci/host/pci-xgene.c | 3 +-- > drivers/pci/host/pcie-designware.c | 4 +--- > drivers/pci/host/pcie-iproc.c | 5 ++--- > 5 files changed, 5 insertions(+), 41 deletions(-) > > > . > -- Thanks! Yijing