Merge branch 'tegra/cleanups' into next/timer
authorArnd Bergmann <arnd@arndb.de>
Wed, 21 Mar 2012 14:27:34 +0000 (14:27 +0000)
committerArnd Bergmann <arnd@arndb.de>
Wed, 21 Mar 2012 14:27:34 +0000 (14:27 +0000)
Conflicts:
arch/arm/mach-tegra/Makefile
arch/arm/mach-vexpress/core.h

The tegra Makefile was changed in four different branches
in the same line. This merge should reduce the amount
of churn.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
12 files changed:
1  2 
arch/arm/Kconfig
arch/arm/mach-nomadik/board-nhk8815.c
arch/arm/mach-omap2/pm24xx.c
arch/arm/mach-realview/realview_eb.c
arch/arm/mach-realview/realview_pb11mp.c
arch/arm/mach-realview/realview_pbx.c
arch/arm/mach-tegra/Makefile
arch/arm/mach-vexpress/core.h
arch/arm/mach-vexpress/ct-ca9x4.c
arch/arm/mach-vexpress/include/mach/ct-ca9x4.h
arch/arm/mach-vexpress/v2m.c
drivers/mmc/host/mmci.c

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index f7d044369ed51ebf1a43ecfe0f361ea531df3452,829066fdc2ad60ca85b1de04a2eefe7ec8124856..bcbb4e8d553068e0528e847799d6fd9aad8a8297
@@@ -13,7 -13,8 +13,7 @@@ obj-$(CONFIG_ARCH_TEGRA_2x_SOC)               += teg
  obj-$(CONFIG_ARCH_TEGRA_2x_SOC)               += pinmux-tegra20-tables.o
  obj-$(CONFIG_ARCH_TEGRA_3x_SOC)               += pinmux-tegra30-tables.o
  obj-$(CONFIG_ARCH_TEGRA_3x_SOC)               += board-dt-tegra30.o
- obj-$(CONFIG_SMP)                       += platsmp.o headsmp.o
+ obj-$(CONFIG_SMP)                     += platsmp.o headsmp.o
 -obj-$(CONFIG_LOCAL_TIMERS)            += localtimer.o
  obj-$(CONFIG_HOTPLUG_CPU)               += hotplug.o
  obj-$(CONFIG_TEGRA_SYSTEM_DMA)                += dma.o
  obj-$(CONFIG_CPU_FREQ)                  += cpu-tegra.o
index 3508f6ef78ea15af992928934e9268825dec060f,9f0f2827c7111fad6f4825d633960224aa89a6cc..33c5a825aba104ba92f0beb7edb269ee7e46ca1d
@@@ -1,22 -1,2 +1,5 @@@
- #define AMBA_DEVICE(name,busid,base,plat)     \
- struct amba_device name##_device = {          \
-       .dev            = {                     \
-               .coherent_dma_mask = ~0UL,      \
-               .init_name = busid,             \
-               .platform_data = plat,          \
-       },                                      \
-       .res            = {                     \
-               .start  = base,                 \
-               .end    = base + SZ_4K - 1,     \
-               .flags  = IORESOURCE_MEM,       \
-       },                                      \
-       .dma_mask       = ~0UL,                 \
-       .irq            = IRQ_##base,           \
-       /* .dma         = DMA_##base,*/         \
- }
 -#define __MMIO_P2V(x) (((x) & 0xfffff) | (((x) & 0x0f000000) >> 4) | 0xf8000000)
 -#define MMIO_P2V(x)   ((void __iomem *)__MMIO_P2V(x))
 +/* 2MB large area for motherboard's peripherals static mapping */
 +#define V2M_PERIPH 0xf8000000
 +
 +/* Tile's peripherals static mappings should start here */
 +#define V2T_PERIPH 0xf8200000
Simple merge
Simple merge
Simple merge