diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-03-28 07:25:51 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-03-28 07:25:51 -0400 |
commit | 063ab6daeb2ba5ef8f47c3fc04a749936c62d5bb (patch) | |
tree | 43532e85397b7105999851a2875db9bbf043080e /arch/arm/configs/multi_v7_defconfig | |
parent | cde35bd027023b052316c14ae3fc01e2f487a6ab (diff) | |
parent | dbaf6a8d5de7b63f85eea10a47681f920cbf7385 (diff) |
Merge branch 'prima2/multiplatform' into next/multiplatform
This series enables multiplatform support on the SIRF prima2/marco/atlas6
platform. The code was already quite tidy, so this is a relatively simple
change, and it follows similar changes we made to other ARMv7 based
platforms recently.
* prima2/multiplatform:
ARM: sirf: enable support in multi_v7_defconfig
ARM: sirf: enable multiplatform support
ARM: sirf: use clocksource_of infrastructure
ARM: sirf: move debug-macro.S to include/debug/sirf.S
ARM: sirf: enable sparse IRQ
ARM: sirf: move irq driver to drivers/irqchip
ARM: sirf: fix prima2 interrupt lookup
pinctrl: sirf: convert to linear irq domain
clocksource: make CLOCKSOURCE_OF_DECLARE type safe
ARM/dts: prima2: add .dtsi for atlas6 and .dts for atla6-evb board
arm: prima2: add new SiRFatlas6 machine in common board
ARM: smp_twd: convert to use CLKSRC_OF init
clocksource: tegra20: use the device_node pointer passed to init
clocksource: pass DT node pointer to init functions
clocksource: add empty version of clocksource_of_init
Conflicts:
arch/arm/configs/multi_v7_defconfig
arch/arm/mach-spear/spear13xx.c
Tested-by: Barry Song <Barry.Song@csr.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs/multi_v7_defconfig')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 3bf0c543216a..e3f2f6a5709b 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig | |||
@@ -3,6 +3,7 @@ CONFIG_NO_HZ=y | |||
3 | CONFIG_HIGH_RES_TIMERS=y | 3 | CONFIG_HIGH_RES_TIMERS=y |
4 | CONFIG_ARCH_MVEBU=y | 4 | CONFIG_ARCH_MVEBU=y |
5 | CONFIG_MACH_ARMADA_370=y | 5 | CONFIG_MACH_ARMADA_370=y |
6 | CONFIG_ARCH_SIRF=y | ||
6 | CONFIG_MACH_ARMADA_XP=y | 7 | CONFIG_MACH_ARMADA_XP=y |
7 | CONFIG_ARCH_HIGHBANK=y | 8 | CONFIG_ARCH_HIGHBANK=y |
8 | CONFIG_ARCH_SOCFPGA=y | 9 | CONFIG_ARCH_SOCFPGA=y |
@@ -40,12 +41,16 @@ CONFIG_KEYBOARD_SPEAR=y | |||
40 | CONFIG_SERIAL_AMBA_PL011=y | 41 | CONFIG_SERIAL_AMBA_PL011=y |
41 | CONFIG_SERIAL_AMBA_PL011_CONSOLE=y | 42 | CONFIG_SERIAL_AMBA_PL011_CONSOLE=y |
42 | CONFIG_SERIAL_OF_PLATFORM=y | 43 | CONFIG_SERIAL_OF_PLATFORM=y |
44 | CONFIG_SERIAL_SIRFSOC=y | ||
45 | CONFIG_SERIAL_SIRFSOC_CONSOLE=y | ||
43 | CONFIG_IPMI_HANDLER=y | 46 | CONFIG_IPMI_HANDLER=y |
44 | CONFIG_IPMI_SI=y | 47 | CONFIG_IPMI_SI=y |
45 | CONFIG_I2C=y | 48 | CONFIG_I2C=y |
46 | CONFIG_I2C_DESIGNWARE_PLATFORM=y | 49 | CONFIG_I2C_DESIGNWARE_PLATFORM=y |
50 | CONFIG_I2C_SIRF=y | ||
47 | CONFIG_SPI=y | 51 | CONFIG_SPI=y |
48 | CONFIG_SPI_PL022=y | 52 | CONFIG_SPI_PL022=y |
53 | CONFIG_SPI_SIRF=y | ||
49 | CONFIG_GPIO_PL061=y | 54 | CONFIG_GPIO_PL061=y |
50 | CONFIG_FB=y | 55 | CONFIG_FB=y |
51 | CONFIG_FB_ARMCLCD=y | 56 | CONFIG_FB_ARMCLCD=y |
@@ -66,4 +71,5 @@ CONFIG_RTC_CLASS=y | |||
66 | CONFIG_RTC_DRV_PL031=y | 71 | CONFIG_RTC_DRV_PL031=y |
67 | CONFIG_DMADEVICES=y | 72 | CONFIG_DMADEVICES=y |
68 | CONFIG_PL330_DMA=y | 73 | CONFIG_PL330_DMA=y |
74 | CONFIG_SIRF_DMA=y | ||
69 | CONFIG_DW_DMAC=y | 75 | CONFIG_DW_DMAC=y |