From: Gavin Shan Date: Tue, 30 Sep 2014 02:39:03 +0000 (+1000) Subject: powerpc/eeh: Block PCI config access during reset X-Git-Tag: fixes-against-v3.18-rc2~117^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9372dddb189a7a7689b674ad2dd31117a407bfd5;p=pandora-kernel.git powerpc/eeh: Block PCI config access during reset Function pcibios_set_pcie_reset_state() can be used to do PCI reset. PCI config access during the reset usually causes EEH errors unexpectedly. In order to avoid the EEH error, the patch blocks PCI config access during reset with the help of flag EEH_PE_RESET, which is similar to what we did in EEH PE reset path. Signed-off-by: Gavin Shan Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed