Re: [PATCH 01/14] PCI: qcom-ep: Drop the redundant masking of global IRQ events

From: Konrad Dybcio
Date: Mon Jul 15 2024 - 15:58:09 EST


On 15.07.2024 7:33 PM, Manivannan Sadhasivam via B4 Relay wrote:
> From: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx>
>
> Once the events are disabled in PARF_INT_ALL_MASK register, only the
> enabled events will generate global IRQ. So there is no need to do the
> masking again in the IRQ handler, drop it.
>
> If there are any spurious IRQs getting generated, they will be reported
> using the existing dev_err() in the handler.
>
> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx>
> ---


Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>

Konrad