Searched hist:"113 fa857b74c947137d845e7e635afcf6a59c43a" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/pci/controller/dwc/ |
H A D | pcie-designware-host.c | diff 113fa857b74c947137d845e7e635afcf6a59c43a Fri Jun 24 16:34:11 CEST 2022 Serge Semin <Sergey.Semin@baikalelectronics.ru> PCI: dwc: Stop link on host_init errors and de-initialization
It's logically correct to undo everything that was done when an error is discovered or in the corresponding cleanup counterpart. Otherwise the host controller will be left in an undetermined state. Since the link is set up in the host_init method, deactivate it there in the cleanup-on-error block and stop the link in the antagonistic routine - dw_pcie_host_deinit(). Link deactivation is platform-specific and should be implemented in dw_pcie_ops.stop_link().
Fixes: 886a9c134755 ("PCI: dwc: Move link handling into common code") Link: https://lore.kernel.org/r/20220624143428.8334-2-Sergey.Semin@baikalelectronics.ru Tested-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Reviewed-by: Rob Herring <robh@kernel.org>
|