diff options
author | Manivannan Sadhasivam <[email protected]> | 2023-01-24 12:41:55 +0530 |
---|---|---|
committer | Krzysztof Wilczyński <[email protected]> | 2023-02-14 07:26:56 +0900 |
commit | c2cc5cdda46c0a94ff82bf61016ada2e120f1a3f (patch) | |
tree | c3ded6aa320899139ce7c4644edf65d694a7240f /tools/perf/scripts/python/Perf-Trace-Util | |
parent | da87d35a6e51480703d6f055e7a1b52c85731d7e (diff) |
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/[email protected]
Signed-off-by: Manivannan Sadhasivam <[email protected]>
Signed-off-by: Krzysztof Wilczyński <[email protected]>
Reviewed-by: Vidya Sagar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util')
0 files changed, 0 insertions, 0 deletions