commit | 97dcc21bd3dc7f04a48ff37700ae838feb35fca4 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu Jun 19 21:34:41 2014 +0000 |
committer | Jason Cooper <jason@lakedaemon.net> | Tue Jun 24 12:38:07 2014 +0000 |
tree | f96def3ea47d6475a0b83436ac9603d3bbb6eacc | |
parent | 4ecc832f4ef25dcb684ca986de3612e881748c0e [diff] |
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>