Loading arch/arm/Kconfig +2 −0 Original line number Diff line number Diff line Loading @@ -885,6 +885,7 @@ config ARCH_U8500 select GENERIC_CLOCKEVENTS select HAVE_SMP select MIGHT_HAVE_CACHE_L2X0 select SPARSE_IRQ help Support for ST-Ericsson's Ux500 architecture Loading @@ -899,6 +900,7 @@ config ARCH_NOMADIK select MIGHT_HAVE_CACHE_L2X0 select PINCTRL select PINCTRL_STN8815 select SPARSE_IRQ help Support for the Nomadik platform by ST-Ericsson Loading arch/arm/mach-nomadik/include/mach/irqs.h +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ #define NOMADIK_NR_GPIO 128 /* last 4 not wired to pins */ #define NOMADIK_GPIO_TO_IRQ(gpio) ((gpio) + NOMADIK_GPIO_OFFSET) #define NOMADIK_IRQ_TO_GPIO(irq) ((irq) - NOMADIK_GPIO_OFFSET) #define NR_IRQS NOMADIK_GPIO_TO_IRQ(NOMADIK_NR_GPIO) #define NOMADIK_NR_IRQS NOMADIK_GPIO_TO_IRQ(NOMADIK_NR_GPIO) /* Following two are used by entry_macro.S, to access our dual-vic */ #define VIC_REG_IRQSR0 0 Loading arch/arm/mach-ux500/board-mop500.c +0 −1 Original line number Diff line number Diff line /* * Copyright (C) 2008-2009 ST-Ericsson * Loading arch/arm/mach-ux500/cpu-db8500.c +1 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ #include <mach/setup.h> #include <mach/devices.h> #include <mach/db8500-regs.h> #include <mach/irqs.h> #include "devices-db8500.h" #include "ste-dma40-db8500.h" Loading arch/arm/mach-ux500/devices-common.c +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ #include <linux/platform_data/pinctrl-nomadik.h> #include <mach/hardware.h> #include <mach/irqs.h> #include "devices-common.h" Loading Loading
arch/arm/Kconfig +2 −0 Original line number Diff line number Diff line Loading @@ -885,6 +885,7 @@ config ARCH_U8500 select GENERIC_CLOCKEVENTS select HAVE_SMP select MIGHT_HAVE_CACHE_L2X0 select SPARSE_IRQ help Support for ST-Ericsson's Ux500 architecture Loading @@ -899,6 +900,7 @@ config ARCH_NOMADIK select MIGHT_HAVE_CACHE_L2X0 select PINCTRL select PINCTRL_STN8815 select SPARSE_IRQ help Support for the Nomadik platform by ST-Ericsson Loading
arch/arm/mach-nomadik/include/mach/irqs.h +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ #define NOMADIK_NR_GPIO 128 /* last 4 not wired to pins */ #define NOMADIK_GPIO_TO_IRQ(gpio) ((gpio) + NOMADIK_GPIO_OFFSET) #define NOMADIK_IRQ_TO_GPIO(irq) ((irq) - NOMADIK_GPIO_OFFSET) #define NR_IRQS NOMADIK_GPIO_TO_IRQ(NOMADIK_NR_GPIO) #define NOMADIK_NR_IRQS NOMADIK_GPIO_TO_IRQ(NOMADIK_NR_GPIO) /* Following two are used by entry_macro.S, to access our dual-vic */ #define VIC_REG_IRQSR0 0 Loading
arch/arm/mach-ux500/board-mop500.c +0 −1 Original line number Diff line number Diff line /* * Copyright (C) 2008-2009 ST-Ericsson * Loading
arch/arm/mach-ux500/cpu-db8500.c +1 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ #include <mach/setup.h> #include <mach/devices.h> #include <mach/db8500-regs.h> #include <mach/irqs.h> #include "devices-db8500.h" #include "ste-dma40-db8500.h" Loading
arch/arm/mach-ux500/devices-common.c +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ #include <linux/platform_data/pinctrl-nomadik.h> #include <mach/hardware.h> #include <mach/irqs.h> #include "devices-common.h" Loading