Merge branch 'imx/board' into next/boards
authorArnd Bergmann <arnd@arndb.de>
Tue, 3 Jan 2012 21:22:31 +0000 (21:22 +0000)
committerArnd Bergmann <arnd@arndb.de>
Tue, 3 Jan 2012 21:22:46 +0000 (21:22 +0000)
* imx/board: (4 commits)
  Enable 32 bit flash support for iMX21ADS board
  ARM: mx31pdk: Add MC13783 RTC support
  iomux-mx25: configuration to support CSPI3 on CSI pins
  MX1:apf9328: Add i2c support

Updated to v3.2-rc6, conflicts:
arch/arm/kernel/setup.c

1  2 
arch/arm/Kconfig
arch/arm/kernel/perf_event.c
arch/arm/kernel/setup.c
arch/arm/mach-omap2/board-rx51-peripherals.c
arch/arm/mach-s5pv210/mach-smdkv210.c

Simple merge
Simple merge
index 5c7094e8f6e9e5f765e0ef2ac79c3711fc7fc923,8fc2c8fcbdc646a4a8babecbf4a758f88e6d8d60..095d6611c84e60443ae429e2c5e36b4074a02df7
@@@ -911,8 -902,14 +909,14 @@@ void __init setup_arch(char **cmdline_p
        machine_desc = mdesc;
        machine_name = mdesc->name;
  
 -      if (mdesc->soft_reboot)
 -              reboot_setup("s");
+ #ifdef CONFIG_ZONE_DMA
+       if (mdesc->dma_zone_size) {
+               extern unsigned long arm_dma_zone_size;
+               arm_dma_zone_size = mdesc->dma_zone_size;
+       }
+ #endif
 +      if (mdesc->restart_mode)
 +              reboot_setup(&mdesc->restart_mode);
  
        init_mm.start_code = (unsigned long) _text;
        init_mm.end_code   = (unsigned long) _etext;
Simple merge