]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge remote-tracking branch 'tty/tty-next'
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 9 Apr 2015 06:59:00 +0000 (16:59 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 9 Apr 2015 06:59:00 +0000 (16:59 +1000)
Conflicts:
drivers/dma/Kconfig

1  2 
arch/x86/kernel/early_printk.c
drivers/dma/Kconfig
drivers/dma/Makefile
include/asm-generic/vmlinux.lds.h
kernel/printk/printk.c

Simple merge
index 38ece743f61d15036f1625558878911c3cc7a3d1,074ffad334a70bcf444974b4f7c2225666f31d2b..fd7ac13f2574ab0aab2ecf0c5f6b38019459da99
@@@ -112,17 -125,8 +112,19 @@@ config FSL_DM
          EloPlus is on mpc85xx and mpc86xx and Pxxx parts, and the Elo3 is on
          some Txxx and Bxxx parts.
  
 +config FSL_RAID
 +        tristate "Freescale RAID engine Support"
 +        depends on FSL_SOC && !ASYNC_TX_ENABLE_CHANNEL_SWITCH
 +        select DMA_ENGINE
 +        select DMA_ENGINE_RAID
 +        ---help---
 +          Enable support for Freescale RAID Engine. RAID Engine is
 +          available on some QorIQ SoCs (like P5020/P5040). It has
 +          the capability to offload memcpy, xor and pq computation
 +        for raid5/6.
 +
+ source "drivers/dma/hsu/Kconfig"
  config MPC512X_DMA
        tristate "Freescale MPC512x built-in DMA engine support"
        depends on PPC_MPC512x || PPC_MPC831x
Simple merge
index e874efc3ba7122fcc28de4240893525ef69e1a59,87e5b6f8f4fc742b3d753da2d873e5268aa36515..7b0ef491440d74884fa824d4d8264b326e59cfcc
        CLKSRC_OF_TABLES()                                              \
        IOMMU_OF_TABLES()                                               \
        CPU_METHOD_OF_TABLES()                                          \
 +      CPUIDLE_METHOD_OF_TABLES()                                      \
        KERNEL_DTB()                                                    \
        IRQCHIP_OF_MATCH_TABLE()                                        \
+       EARLYCON_TABLE()                                                \
        EARLYCON_OF_TABLES()
  
  #define INIT_TEXT                                                     \
Simple merge