From: Jason Gunthorpe Date: Tue, 26 Nov 2013 18:02:55 +0000 (-0700) Subject: PCI: mvebu: Support a bridge with no IO port window X-Git-Tag: v3.14-rc1~132^2~22^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=641e674d6c0f974162c4c8cc0081c7ffc50b3911;p=pandora-kernel.git PCI: mvebu: Support a bridge with no IO port window Make pcie-io-aperture and the IO port MBUS ID in ranges optional. If not provided the bridge reports to Linux that IO space mapping is not supported and refuses to configure an IO MBUS window. This allows both complete disable (do not specify pcie-io-aperture) and per-port disable (do not specify a IO target ranges entry for the port). Most PCIe devices these days do not require IO support to function, so having an option to disable it in the driver is useful. Tested-by: Thomas Petazzoni Signed-off-by: Jason Gunthorpe Signed-off-by: Bjorn Helgaas Acked-by: Jason Cooper --- Reading git-diff-tree failed