Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1eeff766 authored by Chris Lew's avatar Chris Lew
Browse files

mailbox: msm_qmp: Remove IRQ clear



IRQ clear was wrongly added because an interrupt was incorrectly
configured as a level interrupt. The qmp driver should not clear this
interrupt since there is a chance the interrupt will not be read by the
remote.

Change-Id: Id68af1db0d9ac213958a5b088f1d1c80eb5395a9
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent b98e655c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -222,7 +222,6 @@ static void send_irq(struct qmp_device *mdev)
	 */
	wmb();
	writel_relaxed(mdev->irq_mask, mdev->tx_irq_reg);
	writel_relaxed(0x0, mdev->tx_irq_reg);
	mdev->tx_irq_count++;
}