Re: [PATCH v5 2/4] PCI: Add support for Enhanced Allocation devices

2015-10-20 Thread Bjorn Helgaas
On Tue, Oct 06, 2015 at 04:50:36PM -0700, David Daney wrote: > From: "Sean O. Stalley" > > Add support for devices using Enhanced Allocation entries instead of BARs. > This patch allows the kernel to parse the EA Extended Capability structure > in PCI configspace and claim the BAR-equivalent reso

[PATCH v5 2/4] PCI: Add support for Enhanced Allocation devices

2015-10-06 Thread David Daney
From: "Sean O. Stalley" Add support for devices using Enhanced Allocation entries instead of BARs. This patch allows the kernel to parse the EA Extended Capability structure in PCI configspace and claim the BAR-equivalent resources. Signed-off-by: Sean O. Stalley [david.da...@cavium.com: Add mo