Merge branch 'mxs/saif' into next/drivers
authorArnd Bergmann <arnd@arndb.de>
Tue, 6 Dec 2011 14:23:35 +0000 (14:23 +0000)
committerArnd Bergmann <arnd@arndb.de>
Tue, 6 Dec 2011 14:23:35 +0000 (14:23 +0000)
Conflicts:
drivers/net/ethernet/cadence/Kconfig

1  2 
arch/arm/Kconfig
arch/arm/mach-mmp/gplugd.c
arch/arm/mach-mmp/include/mach/gpio-pxa.h
arch/arm/mach-pxa/balloon3.c
arch/arm/mach-pxa/colibri-pxa320.c
arch/arm/mach-pxa/vpac270.c
drivers/net/ethernet/cadence/Kconfig

Simple merge
index 933420a7c3ba4fffa516e774a04a222ec2692cd0,4665767a4f79ee918ec1fd24053d296ce13d0806..e266f66a4670a55d566b41016b35a7d088bb9a65
@@@ -182,9 -182,8 +182,9 @@@ static void __init gplugd_init(void
  
        /* on-chip devices */
        pxa168_add_uart(3);
-       pxa168_add_ssp(0);
+       pxa168_add_ssp(1);
        pxa168_add_twsi(0, NULL, ARRAY_AND_SIZE(gplugd_i2c_board_info));
 +      platform_device_register(&pxa168_device_gpio);
  
        pxa168_add_eth(&gplugd_eth_platform_data);
  }
index 9b79937d78172e07f9dda2f06386190498f293a1,99b4ce1b6562cebf64651b9a0039599d624593d6..0e135a599f3e190fa04f94a7b5044431cf52bbb7
@@@ -8,8 -7,10 +8,8 @@@
  #define GPIO_REGS_VIRT        (APB_VIRT_BASE + 0x19000)
  
  #define BANK_OFF(n)   (((n) < 3) ? (n) << 2 : 0x100 + (((n) - 3) << 2))
- #define GPIO_REG(x)   (GPIO_REGS_VIRT + (x))
+ #define GPIO_REG(x)   (*(volatile u32 *)(GPIO_REGS_VIRT + (x)))
  
 -#define NR_BUILTIN_GPIO               IRQ_GPIO_NUM
 -
  #define gpio_to_bank(gpio)    ((gpio) >> 5)
  
  /* NOTE: these macros are defined here to make optimization of
Simple merge
Simple merge
Simple merge
index a2e150059bc78b38796c6007a6e7d5cb5a7f596d,b48378a41e492ce3df245214235c25b901a436c1..db931916da08c8ddfd26b9068a94b7dddd1bfb46
@@@ -5,8 -5,9 +5,9 @@@
  config HAVE_NET_MACB
        bool
  
 -config NET_ATMEL
 -      bool "Atmel devices"
 +config NET_CADENCE
 +      bool "Cadence devices"
+       default y
        depends on HAVE_NET_MACB || (ARM && ARCH_AT91RM9200)
        ---help---
          If you have a network (Ethernet) card belonging to this class, say Y.