]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
irqchip: spear_shirq: Kill the clear_reg nonsense
authorThomas Gleixner <tglx@linutronix.de>
Thu, 19 Jun 2014 21:34:41 +0000 (21:34 +0000)
committerJason Cooper <jason@lakedaemon.net>
Tue, 24 Jun 2014 12:38:07 +0000 (12:38 +0000)
commit97dcc21bd3dc7f04a48ff37700ae838feb35fca4
treef96def3ea47d6475a0b83436ac9603d3bbb6eacc
parent4ecc832f4ef25dcb684ca986de3612e881748c0e
irqchip: spear_shirq: Kill the clear_reg nonsense

None of the chips has a ACK register. The code brainlessly fiddles
with the enable register, so it might even reenable a disabled
interrupt at least on spear300.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20140619212713.570396433@linutronix.de
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/irqchip/spear-shirq.c