Re: [PATCH] PCI: Apply _HPX link control for all supported pcie device

2014-11-11 Thread Yinghai Lu
On Mon, Nov 10, 2014 at 8:23 PM, Bjorn Helgaas wrote: > > But I don't want to move pcie_cap_has_lnkctl() to pci.h and leave > pcie_cap_has_sltctl() and pcie_cap_has_rtctl() in access.c. They're all > related, so I think they should stay together. > > What if we left them in access.c, made them no

Re: [PATCH] PCI: Apply _HPX link control for all supported pcie device

2014-11-10 Thread Bjorn Helgaas
On Thu, Nov 06, 2014 at 05:59:40PM -0800, Yinghai Lu wrote: > With commit 6cd33649fa83 ("PCI: Add pci_configure_device() during > enumeration") > and following commits, we apply _HPX for pci devices. > > that is called via pci_scan_slot > ==>pci_scan_single_device >

[PATCH] PCI: Apply _HPX link control for all supported pcie device

2014-11-06 Thread Yinghai Lu
With commit 6cd33649fa83 ("PCI: Add pci_configure_device() during enumeration") and following commits, we apply _HPX for pci devices. that is called via pci_scan_slot ==>pci_scan_single_device ==>pci_device_add