]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge branch 'samsung/exynos-multiplatform' into next/multiplatform
authorArnd Bergmann <arnd@arndb.de>
Fri, 19 Apr 2013 11:35:57 +0000 (13:35 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 19 Apr 2013 12:33:09 +0000 (14:33 +0200)
These patches get us closer to adding multiplatform support on
the Exynos platform, they are part of a longer series of
patches.  This would get all the simple stuff out of the
way, and I don't think there is a big risk of introducing
regressions with these.

A lot of the other patches have already been merged into
subsystem trees. After this series in in arm-soc, what is
left comes down to

* The ASoC conversion to dmaengine won't make it unless someone
  who knows that code better steps up to do it right away. This
  means that we won't have audio in a 3.10 multiplatform kernel
  on Exynos, but it will still work for users that don't enable
  multiplatform.

* The irqchip (combiner), clk and clksource patches are all based
  on top   of other changesets we pulled in from your trees, so I
  would not make them part of the next/multiplatform branch. We can
  apply them on top of the next/drivers branch once they are
  tested successfully.

* A trivial patch is needed in the end to actually make
  CONFIG_ARCH_EXYNOS visible in multiplatform configurations.
  We will do that as a separate patch once everything else is
  there.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1  2 
arch/arm/Kconfig
arch/arm/Kconfig.debug
arch/arm/mach-exynos/Kconfig

Simple merge
index e00bd4d4ab63e93bed453050b0a9afa3683bbdc1,59ce26afdcc53087037df2837ea1dd011e527f7a..54d6fdc03e04f687e7e5d1768d5ecc945f1d7c03
@@@ -605,8 -587,7 +612,9 @@@ endchoic
  
  config DEBUG_LL_INCLUDE
        string
 +      default "debug/bcm2835.S" if DEBUG_BCM2835
 +      default "debug/cns3xxx.S" if DEBUG_CNS3XXX
+       default "debug/exynos.S" if DEBUG_EXYNOS_UART
        default "debug/icedcc.S" if DEBUG_ICEDCC
        default "debug/imx.S" if DEBUG_IMX1_UART || \
                                 DEBUG_IMX25_UART || \
index 54cf73e7a7912d1d8ad570b34dee9fb64d214067,1d69c62fe3d84df00887983662dc5c6c5577a530..9cfbb33a9eeaac1c13b1e1a9105d02053f95228c
@@@ -20,9 -33,11 +34,12 @@@ config ARCH_EXYNOS
        help
          Samsung EXYNOS4 SoCs based systems
  
+ config ARCH_EXYNOS4_SINGLE
+       def_bool ARCH_EXYNOS4 && ARCH_EXYNOS_SINGLE
  config ARCH_EXYNOS5
        bool "SAMSUNG EXYNOS5"
 +      select HAVE_ARM_SCU if SMP
        select HAVE_SMP
        help
          Samsung EXYNOS5 (Cortex-A15) SoC based systems