diff options
author | Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> | 2023-01-24 10:11:55 +0300 |
---|---|---|
committer | Krzysztof Wilczyński <kwilczynski@kernel.org> | 2023-02-14 01:26:56 +0300 |
commit | c2cc5cdda46c0a94ff82bf61016ada2e120f1a3f (patch) | |
tree | c3ded6aa320899139ce7c4644edf65d694a7240f /include/linux/pci-epc.h | |
parent | da87d35a6e51480703d6f055e7a1b52c85731d7e (diff) | |
download | linux-c2cc5cdda46c0a94ff82bf61016ada2e120f1a3f.tar.xz |
PCI: tegra194: Move dw_pcie_ep_linkup() to threaded IRQ handler
dw_pcie_ep_linkup() may take more time to execute depending on the EPF
driver implementation. Calling this API in the hard IRQ handler is not
encouraged since the hard IRQ handlers are supposed to complete quickly.
So move the dw_pcie_ep_linkup() call to threaded IRQ handler.
Link: https://lore.kernel.org/linux-pci/20230124071158.5503-3-manivannan.sadhasivam@linaro.org
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org>
Reviewed-by: Vidya Sagar <vidyas@nvidia.com>
Diffstat (limited to 'include/linux/pci-epc.h')
0 files changed, 0 insertions, 0 deletions