History log of /arch/arm/mach-imx/irq-common.c
Revision Date Author Comments
baa2559e60eecbad011391d8b374987b4f2b988d 24-May-2013 Fabio Estevam <fabio.estevam@freescale.com> ARM: imx: irq-common: Include header to avoid sparse warning

Fix the following sparse warning:

arch/arm/mach-imx/irq-common.c:24:5: warning: symbol 'mxc_set_irq_fiq' was not declared. Should it be static?

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
bce344eae643663c087a976f9496d143d4d32a1e 25-Mar-2013 Fabio Estevam <fabio.estevam@freescale.com> ARM: mach-imx: irq-common: Remove imx_irq_set_priority()

imx_irq_set_priority() is not used anywhere, so remove it.

This fixes the following sparse warnings:

arch/arm/mach-imx/irq-common.c:24:5: warning: symbol 'imx_irq_set_priority' was not declared. Should it be static?

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
3995eb82050a81e11217a0b88b2a5eddd53eb4d6 13-Sep-2012 Shawn Guo <shawn.guo@linaro.org> ARM: imx: merge plat-mxc into mach-imx

It's really unnecessary to have plat-mxc, and let's merge it into
mach-imx. It's pretty much just a bunch of file renaming and
Kconfig/Makefile merge.

To make the change less invasive, we keep using Kconfig symbol
CONFIG_ARCH_MXC for mach-imx sub-architecture.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>