On Fri, Jun 20, 2014 at 3:04 AM, Thomas Gleixner <t...@linutronix.de> wrote:
> Index: linux/drivers/irqchip/spear-shirq.c > -struct shirq_regs { > - u32 enb_reg; > - u32 reset_to_enb; I don't see something similar to 'reset_to_enb' is added again. AFAICT, this field is being used by two blocks: spear300_shirq_ras1: writes 0 to this. i.e. we need to write 0 to mask the interrupt and spear320_shirq_ras3: writes 1 to this. i.e. we need to write 1 to mask the interrupt. And so the new code you have added breaks it for SPEAr300 ? > - u32 status_reg; > -}; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/