linux_dsm_epyc7002/drivers/pci/endpoint
Alan Mikhak dbb7bbcc8a PCI: endpoint: Clear BAR before freeing its space
Associated pci_epf_bar structure is needed in pci_epc_clear_bar() to
clear a BAR correctly but it is reset in pci_epf_free_space() (that
is called first) which results in pci_epc_clear_bar() failure.

Reorder the pci_epc_clear_bar()/pci_epf_free_space() calls execution
to fix the issue.

Signed-off-by: Alan Mikhak <alan.mikhak@sifive.com>
[lorenzo.pieralisi@arm.com: reworded the commit log]
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
2019-06-11 10:57:54 +01:00
..
functions PCI: endpoint: Clear BAR before freeing its space 2019-06-11 10:57:54 +01:00
Kconfig
Makefile
pci-ep-cfs.c
pci-epc-core.c PCI: endpoint: Set endpoint controller pointer to NULL 2019-06-11 10:55:12 +01:00
pci-epc-mem.c
pci-epf-core.c