Merge tag 'msm-cleanup-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorOlof Johansson <olof@lixom.net>
Sat, 15 Jun 2013 01:26:26 +0000 (18:26 -0700)
committerOlof Johansson <olof@lixom.net>
Sat, 15 Jun 2013 01:28:02 +0000 (18:28 -0700)
From David Brown:
Cleanups for MSM for 3.11

These are a handful of cleanups to the MSM tree.  The gpio cleanups
get us closer to having proper pinmux and gpio support.

* tag 'msm-cleanup-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm:
  mfd: ssbi: Use devm_* and simplify code
  gpio: msm: Add device tree and irqdomain support for gpio-msm-v2
  ARM: msm: Remove gpiomux-v2 and re-organize MSM_GPIOMUX configs
  msm: iomap: Remove unused bases and mappings
  msm: Remove unused file core.h
  ARM: msm: Remove init_irq declaration in machine description

Signed-off-by: Olof Johansson <olof@lixom.net>
Conflicts:
arch/arm/boot/dts/msm8660-surf.dts
arch/arm/boot/dts/msm8960-cdp.dts

1  2 
arch/arm/boot/dts/msm8660-surf.dts
arch/arm/boot/dts/msm8960-cdp.dts
drivers/gpio/Kconfig
drivers/ssbi/ssbi.c

index d347082d28f3a1a541297bd5c2c36b6d083adfe7,8931906b9263a309534f12a564ffb254ad3eed9a..cdc010e0f93edcd330be85f74bda223951d6eaae
                cpu-offset = <0x40000>;
        };
  
 -      serial@19c400000 {
+       msmgpio: gpio@800000 {
+               compatible = "qcom,msm-gpio";
+               reg = <0x00800000 0x1000>;
+               gpio-controller;
+               #gpio-cells = <2>;
+               ngpio = <173>;
+               interrupts = <0 32 0x4>;
+               interrupt-controller;
+               #interrupt-cells = <2>;
+       };
 +      serial@19c40000 {
                compatible = "qcom,msm-hsuart", "qcom,msm-uart";
                reg = <0x19c40000 0x1000>,
                      <0x19c00000 0x1000>;
index 7c9ef9b80c159afa8f2de2b6ea31d157d7c64642,52fe25328883bc9c0e1967a01006a30315b32da0..e9eb83541c975850af157b532fab6e3d61d2518d
                cpu-offset = <0x80000>;
        };
  
-       serial@16440000 {
+       msmgpio: gpio@fd510000 {
+               compatible = "qcom,msm-gpio";
+               gpio-controller;
+               #gpio-cells = <2>;
+               ngpio = <150>;
+               interrupts = <0 32 0x4>;
+               interrupt-controller;
+               #interrupt-cells = <2>;
+               reg = <0xfd510000 0x4000>;
+       };
 -      serial@19c400000 {
++      serial@19440000 {
                compatible = "qcom,msm-hsuart", "qcom,msm-uart";
                reg = <0x16440000 0x1000>,
                      <0x16400000 0x1000>;
Simple merge
Simple merge