From: Ben Dooks Date: Tue, 18 Feb 2014 02:11:11 +0000 (+0900) Subject: PCI: rcar: Fix bridge logic configuration accesses X-Git-Tag: v3.15-rc1~143^2~2^4~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e64a2a973e179613489a0ddb1bb550dff108164e;p=pandora-kernel.git PCI: rcar: Fix bridge logic configuration accesses The bridge logic at slot 0 only supports reads up to 0x40 and the rest of the PCI configuration space for this slot is marked as reserved in the manual. Trying a read from offset 0x100 is producing an error from the bridge. With error interrupts enabled, the following is printed: pci-rcar-gen2 ee0d0000.pci: error irq: status 00000014 Signed-off-by: Ben Dooks Signed-off-by: Magnus Damm Signed-off-by: Bjorn Helgaas Acked-by: Simon Horman --- Reading git-diff-tree failed