]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge remote-tracking branch 'arm-soc/for-next'
authorStephen Rothwell <sfr@canb.auug.org.au>
Fri, 7 Sep 2012 05:12:57 +0000 (15:12 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 7 Sep 2012 05:12:57 +0000 (15:12 +1000)
Conflicts:
arch/arm/mach-ux500/cpu-db8500.c
drivers/mtd/nand/Kconfig
drivers/usb/host/Kconfig

22 files changed:
1  2 
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/include/asm/io.h
arch/arm/kernel/Makefile
arch/arm/mach-tegra/pcie.c
arch/arm/mm/mmu.c
arch/powerpc/sysdev/fsl_msi.c
drivers/Makefile
drivers/gpio/gpio-pxa.c
drivers/i2c/busses/Kconfig
drivers/leds/Kconfig
drivers/leds/Makefile
drivers/mmc/host/omap_hsmmc.c
drivers/mtd/nand/bcm_umi_nand.c
drivers/mtd/nand/pxa3xx_nand.c
drivers/spi/spi-omap2-mcspi.c
drivers/tty/serial/mpc52xx_uart.c
drivers/usb/host/Kconfig
drivers/usb/host/ohci-hcd.c
drivers/usb/host/ohci-nxp.c
include/linux/leds.h
include/linux/mod_devicetable.h

Simple merge
Simple merge
Simple merge
index 94663f59a3428d7f752c3a388dd75232d00783e5,d81f3a6d9ad84df7917d2a1edefb68b0dcae6ac9..5c1ca55c43d981eb1c90e97afa05edbcb2823667
@@@ -19,9 -19,8 +19,8 @@@ obj-y         := atags_parse.o elf.o entry-arm
                   process.o ptrace.o return_address.o sched_clock.o \
                   setup.o signal.o stacktrace.o sys_arm.o time.o traps.o
  
 -obj-$(CONFIG_DEPRECATED_PARAM_STRUCT) += compat.o
 +obj-$(CONFIG_DEPRECATED_PARAM_STRUCT) += atags_compat.o
  
- obj-$(CONFIG_LEDS)            += leds.o
  obj-$(CONFIG_OC_ETM)          += etm.o
  obj-$(CONFIG_CPU_IDLE)                += cpuidle.o
  obj-$(CONFIG_ISA_DMA_API)     += dma.o
Simple merge
Simple merge
index 7e2b2f2e3ecde13f9e95c88801297d09c49a2583,51ffafae561ea5a4a12da1f401c76da164811fff..63c5f04ea580177649aba38d101cb3f86b40cb35
@@@ -509,14 -506,12 +509,14 @@@ static const struct of_device_id fsl_of
        },
        {
                .compatible = "fsl,ipic-msi",
-               .data = (void *)&ipic_msi_feature,
+               .data = &ipic_msi_feature,
        },
 +#ifdef CONFIG_EPAPR_PARAVIRT
        {
                .compatible = "fsl,vmpic-msi",
-               .data = (void *)&vmpic_msi_feature,
+               .data = &vmpic_msi_feature,
        },
 +#endif
        {}
  };
  
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 13cd6d558ebac6c7bc2c26f1f12b4400e36af6c5,276add2358a18bb14fd82c681a676fd73fb743ce..73152fdede37457b1e2a1abaf5290448c77e9046
@@@ -292,7 -292,7 +292,7 @@@ config USB_OHCI_HC
        depends on USB && USB_ARCH_HAS_OHCI
        select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3
        select USB_OTG_UTILS if ARCH_OMAP
-       depends on USB_ISP1301 || !(ARCH_LPC32XX || ARCH_PNX4008)
 -      select USB_ISP1301 if ARCH_LPC32XX
++      depends on USB_ISP1301 || !ARCH_LPC32XX
        ---help---
          The Open Host Controller Interface (OHCI) is a standard for accessing
          USB 1.1 host controller hardware.  It does more in hardware than Intel's
Simple merge
Simple merge
Simple merge
Simple merge