]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: imx6: Fix config read timeout handling
authorLucas Stach <l.stach@pengutronix.de>
Mon, 22 May 2017 22:06:30 +0000 (17:06 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 22 May 2017 22:06:30 +0000 (17:06 -0500)
commitad52c8386b45dd28909adf42e50c5110f6662a84
tree121553c9ebc44f7bd541370e38f2b3c9c7cd9114
parent8cf67bdf8179ef0b3da416720d28748375607862
PCI: imx6: Fix config read timeout handling

Commit 27aede2c3fab ("PCI: designware: Update PCI config space remap
function") made PCI configuration requests non-posted, which means we now
get a synchronous abort when the CFG space read to probe for downstream
devices times out.

Synchronous aborts need to be handled differently from the async aborts we
were getting before, in particular the PC needs to be advanced when
resolving the abort.  This is mostly a copy of what other PCI drivers do on
ARM to handle those aborts.

[bhelgaas: changelog, "Fixes"]
Fixes: 27aede2c3fab ("PCI: designware: Update PCI config space remap function")
Tested-by: Fabio Estevam <fabio.estevam@nxp.com>
Tested-by: Peter Senna Tschudin <peter.senna@collabora.com>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Richard Zhu <hongxing.zhu@nxp.com>
drivers/pci/dwc/pci-imx6.c