commit | f6737055c1c432a9628a9a731f9881ad8e0a9eee | [log] [tgz] |
---|---|---|
author | Roland Stigge <stigge@antcom.de> | Mon Feb 27 17:28:02 2012 +0100 |
committer | Roland Stigge <stigge@antcom.de> | Mon Feb 27 17:28:02 2012 +0100 |
tree | d601200aac8c13adf74126157baa3bb55cd78180 | |
parent | 6b21d18ed50c7d145220b0724ea7f2613abf0f95 [diff] |
ARM: LPC32xx: Fix irq on GPI_28 The GPI_28 IRQ was not registered properly. The registration of IRQ_LPC32XX_GPI_28 was added and the (wrong) IRQ_LPC32XX_GPI_11 at LPC32XX_SIC1_IRQ(4) was replaced by IRQ_LPC32XX_GPI_28 (see manual of LPC32xx / interrupt controller). Signed-off-by: Roland Stigge <stigge@antcom.de> Cc: stable@vger.kernel.org