commit | 410630513f5ad1aa0d49a81b8e6acb65ee6dc095 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Tue Feb 15 11:23:35 2022 +0100 |
committer | Stefan Roese <sr@denx.de> | Thu Feb 17 14:17:07 2022 +0100 |
tree | 33bc05f0abe7482cd90e5b70327f1d71b7735dad | |
parent | 790dd14ffd89cade4ccc0fb6ca8228a0977a0ac4 [diff] |
arm: a37xx: pci: Do not try to access other buses when link is down If a PIO request is executed while link-down, the whole controller gets stuck in a non-functional state, and even after link comes up again, PIO requests won't work anymore, and a reset of the whole PCIe controller is needed. Therefore we need to prevent sending PIO requests while the link is down. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>