]> www.infradead.org Git - users/jedix/linux-maple.git/commit
PCI: qcom-ep: Mask PTM_UPDATING interrupt
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Mon, 5 May 2025 14:24:42 +0000 (19:54 +0530)
committerKrzysztof Wilczyński <kwilczynski@kernel.org>
Thu, 15 May 2025 09:16:33 +0000 (09:16 +0000)
commit5fbfae69e78d242c5efb2a4b62eeea883af145ee
tree5bf754efa6b48c8cf49fb413c4d7f21766568af7
parent852a1fdd34a82d719bd67a55111f13a72891a868
PCI: qcom-ep: Mask PTM_UPDATING interrupt

When PTM is enabled, PTM_UPDATING interrupt will be fired for each PTM
context update, which will be once every 10ms in the case of auto context
update. Since the interrupt is not strictly needed for making use of PTM,
mask it to avoid the overhead of processing it.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org>
Link: https://patch.msgid.link/20250505-pcie-ptm-v4-4-02d26d51400b@linaro.org
drivers/pci/controller/dwc/pcie-qcom-ep.c