commit | b72f92ff551d9151c146c8d0f1c5c743611df982 | [log] [tgz] |
---|---|---|
author | Paulius Zaleckas <paulius.zaleckas@teltonika.lt> | Tue Sep 09 10:19:43 2008 +0200 |
committer | Sascha Hauer <s.hauer@pengutronix.de> | Tue Sep 09 12:13:55 2008 +0200 |
tree | 26182bb9f13e2d621690a5d22d0300896faed613 | |
parent | 8b69ac577e644e5084a9d7a93e4ccd5184c77626 [diff] |
i.MX: Add FIQ support Drivers which are going to use it will have to select it and use imx_set_irq_fiq() to set FIQ mode for this interrupt. Changes since V1: - removed '#ifdef CONFIG_FIQ' from irqs.h - renamed imx_set_irq_type() to imx_set_irq_fiq() - made irqt unsigned - fixed irq number check Signed-off-by: Paulius Zaleckas <paulius.zaleckas@teltonika.lt> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>