Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 into next...
authorArnd Bergmann <arnd@arndb.de>
Thu, 15 Mar 2012 15:19:05 +0000 (15:19 +0000)
committerArnd Bergmann <arnd@arndb.de>
Thu, 15 Mar 2012 15:20:07 +0000 (15:20 +0000)
commitf4e2467bad53023589cbff18dd1ab6e0aa3f004c
tree8d7abbf418eabd25bbcdc9b6de2f8216d2eaa616
parente3643b77de143c5548ec93abd8aa68f4123295ea
parenta6de3df4f172e124280d88e617ee7d29f7af970b
Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 into next/cleanup

* 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6:
  ep93xx: Remove unnecessary includes of ep93xx-regs.h
  ep93xx: Move EP93XX_SYSCON defines to SoC private header
  ep93xx: Move crunch code to mach-ep93xx directory
  ep93xx: Make syscon access functions private to SoC
  ep93xx: Configure GPIO ports in core code
  ep93xx: Move peripheral defines to local SoC header
  ep93xx: Convert the watchdog driver into a platform device.
  ep93xx: Use ioremap for backlight driver
  ep93xx: Move GPIO defines to gpio-ep93xx.h
  ep93xx: Don't use system controller defines in audio drivers
  ep93xx: Move PHYS_BASE defines to local SoC header file

(update to v3.3-rc7)

Conflicts:
arch/arm/mach-s3c2440/common.h
16 files changed:
arch/arm/Kconfig
arch/arm/mach-ep93xx/core.c
arch/arm/mach-exynos/mach-universal_c210.c
arch/arm/mach-s3c24xx/mach-anubis.c
arch/arm/mach-s3c24xx/mach-at2440evb.c
arch/arm/mach-s3c24xx/mach-gta02.c
arch/arm/mach-s3c24xx/mach-mini2440.c
arch/arm/mach-s3c24xx/mach-nexcoder.c
arch/arm/mach-s3c24xx/mach-osiris.c
arch/arm/mach-s3c24xx/mach-rx1950.c
arch/arm/mach-s3c24xx/mach-rx3715.c
arch/arm/mach-s3c24xx/mach-smdk2440.c
arch/arm/mach-s3c24xx/s3c2440.c
arch/arm/mach-s3c24xx/s3c244x.c
arch/arm/plat-samsung/devs.c
drivers/mmc/host/mmci.c