linux/arch/arm/mach-exynos
Linus Torvalds f465d145d7 arm-soc: sweeping late_initcall cleanup
This is a patch series from Shawn Guo that moves from individual
 late_initcalls() to using a member in the machine structure to invoke
 a platform's late initcalls.
 
 This cleanup is a step in the move towards multiplatform kernels since
 it would reduce the need to check for compatible platforms in each and
 every initcall.
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.11 (GNU/Linux)
 
 iQIcBAABAgAGBQJPwHYJAAoJEIwa5zzehBx3PugP/2Wd6HN030iO5EhFBcBcrh5T
 WaJ4KfzK3tWev5QA3idvenVNhk5My1HQ+PLij7BLpjNqKCKlNK0k/K9wMI5X827T
 wkFFprdUcoMVrB1ZCjzwCk4/uTGWB5BMxoZ6mlBh1sZIR/yXo91t+wO971Uqr0ho
 Ky1oW9uaPZ6Eja00iDLkfJfygquA5+zNb0a29q19zWnHlRkH76jtqZgfDKy9I2nq
 virYZ4uhoPnY2g1JxhnaMNNC861CgfTDEtmtNjgeEbA6t9bbjqsZoQRhcYHZP4OM
 a4Iu8FOyIvAAzQzUglfAZ4Ar4uYTmVRnG39XFh4wK/8tJYt0hEQwFS26B0pYKx/5
 F76bwc4SqO7H9AWBF0WhyUbny5XmJcNwJjobm/oCeAvemTi3xA6BbubyfKMHPoIr
 dDSEqcAcMt9G6sS48h3Pm0caEYDVzxf202vdylz1JABiJZi1W/7v+NMdhujfotJh
 7IGehNRu0foPEsRIS9wsvD2TzSdQtDdjyFkGHd83XMc3JpvwmyePO6ynbbxrVnJJ
 HzlPnbLIk3VyqyVCqVXj21NKEY1dbsYPItketAwwzc1BUGcld0qvQY/t/UI4JQT6
 9vq77AwNjUhfomDdEWTp7aNx0whkY0R5KEY9jHjuu9WoE+xdPZbQKm589AJ6LA4U
 j6HPMzWKUHOKT6g10rCl
 =21h6
 -----END PGP SIGNATURE-----

Merge tag 'cleanup-initcall' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc

Pull sweeping late_initcall cleanup for arm-soc from Olof Johansson:
 "This is a patch series from Shawn Guo that moves from individual
  late_initcalls() to using a member in the machine structure to invoke
  a platform's late initcalls.

  This cleanup is a step in the move towards multiplatform kernels since
  it would reduce the need to check for compatible platforms in each and
  every initcall."

Fix up trivial conflicts in arch/arm/mach-{exynos/mach-universal_c210.c,
imx/mach-cpuimx51.c, omap2/board-generic.c} due to changes nearby (and,
in the case of cpuimx51.c the board support being deleted)

* tag 'cleanup-initcall' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:
  ARM: ux500: use machine specific hook for late init
  ARM: tegra: use machine specific hook for late init
  ARM: shmobile: use machine specific hook for late init
  ARM: sa1100: use machine specific hook for late init
  ARM: s3c64xx: use machine specific hook for late init
  ARM: prima2: use machine specific hook for late init
  ARM: pnx4008: use machine specific hook for late init
  ARM: omap2: use machine specific hook for late init
  ARM: omap1: use machine specific hook for late init
  ARM: msm: use machine specific hook for late init
  ARM: imx: use machine specific hook for late init
  ARM: exynos: use machine specific hook for late init
  ARM: ep93xx: use machine specific hook for late init
  ARM: davinci: use machine specific hook for late init
  ARM: provide a late_initcall hook for platform initialization
2012-05-26 13:14:01 -07:00
..
include/mach arm-soc: soc specific changes, part 2 2012-05-26 13:05:55 -07:00
clock-exynos4.c Merge branch 'exynos/iommu' into next/soc2 2012-05-15 16:50:36 +02:00
clock-exynos4.h ARM: EXYNOS: Change System MMU platform device definitions 2012-04-04 09:23:02 -07:00
clock-exynos5.c arm-soc: driver specific updates 2012-05-26 12:22:27 -07:00
clock-exynos4210.c ARM: EXYNOS: Change System MMU platform device definitions 2012-04-04 09:23:02 -07:00
clock-exynos4212.c ARM: EXYNOS: Add platform resource definitions for FIMC-LITE 2012-05-12 15:32:00 +09:00
common.c arm-soc: sweeping late_initcall cleanup 2012-05-26 13:14:01 -07:00
common.h ARM: exynos: use machine specific hook for late init 2012-05-08 20:35:33 +08:00
cpuidle.c ARM: EXYNOS: Adapt to cpuidle core time keeping and irq enable 2012-05-12 16:29:21 +09:00
dev-ahci.c ARM: EXYNOS: Use common macro to define resources on dev-ahci.c 2012-05-12 16:12:19 +09:00
dev-audio.c ARM: EXYNOS: Use common macro to define resources on dev-audio.c 2012-05-12 16:12:20 +09:00
dev-drm.c ARM: EXYNOS: add platform device for core DRM subsystem 2012-05-12 06:42:33 +09:00
dev-dwmci.c ARM: EXYNOS: Fix resource on dev-dwmci.c 2012-04-24 13:50:00 -07:00
dev-ohci.c ARM: EXYNOS: Add USB OHCI device 2011-12-23 11:21:28 +09:00
dev-sysmmu.c ARM: EXYNOS: Change System MMU platform device definitions 2012-04-04 09:23:02 -07:00
dev-uart.c ARM: EXYNOS: add support uart for EXYNOS4 and EXYNOS5 2012-03-14 02:13:05 -07:00
dma.c ARM: EXYNOS: Support DMA for EXYNOS5250 SoC 2012-05-13 08:20:04 +09:00
headsmp.S ARM: exynos: remove incorrect BSYM usage 2012-01-16 08:36:04 -06:00
hotplug.c ARM: move CP15 definitions to separate header file 2012-03-28 18:30:01 +01:00
Kconfig arm-soc: soc specific changes, part 2 2012-05-26 13:05:55 -07:00
mach-armlex4210.c arm-soc: sweeping late_initcall cleanup 2012-05-26 13:14:01 -07:00
mach-exynos4-dt.c ARM: exynos: use machine specific hook for late init 2012-05-08 20:35:33 +08:00
mach-exynos5-dt.c arm-soc: sweeping late_initcall cleanup 2012-05-26 13:14:01 -07:00
mach-nuri.c arm-soc: sweeping late_initcall cleanup 2012-05-26 13:14:01 -07:00
mach-origen.c arm-soc: sweeping late_initcall cleanup 2012-05-26 13:14:01 -07:00
mach-smdk4x12.c arm-soc: sweeping late_initcall cleanup 2012-05-26 13:14:01 -07:00
mach-smdkv310.c arm-soc: sweeping late_initcall cleanup 2012-05-26 13:14:01 -07:00
mach-universal_c210.c arm-soc: sweeping late_initcall cleanup 2012-05-26 13:14:01 -07:00
Makefile ARM: EXYNOS: To use common config for EXYNOS4 and EXYNOS5 SPI 2012-05-14 18:22:39 +09:00
Makefile.boot ARM: EXYNOS: add dts files to dtbs target 2012-05-12 06:42:07 +09:00
mct.c ARM: EXYNOS: Redefine IRQ_MCT_L0,1 definition 2012-05-15 16:59:33 +09:00
platsmp.c ARM: EXYNOS: add support get_core_count() for EXYNOS5250 2012-03-14 02:35:15 -07:00
pm.c Merge branch 'next/devel-exynos5250-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/soc2 2012-05-16 15:53:24 +02:00
pm_domains.c ARM: exynos: use machine specific hook for late init 2012-05-08 20:35:33 +08:00
pmu.c ARM: EXYNOS: Support Suspend/Resume for EXYNOS4412 2012-05-15 00:20:09 +09:00
setup-fimc.c
setup-fimd0.c
setup-i2c0.c ARM: EXYNOS: add initial setup-i2c0 for EXYNOS5 2012-03-14 02:13:04 -07:00
setup-i2c1.c
setup-i2c2.c
setup-i2c3.c
setup-i2c4.c
setup-i2c5.c
setup-i2c6.c
setup-i2c7.c
setup-keypad.c
setup-sdhci-gpio.c
setup-spi.c ARM: EXYNOS: Modified files for SPI consolidation work 2011-12-26 16:42:15 +09:00
setup-usb-phy.c ARM: EXYNOS: Add usb otg phy control for EXYNOS4210 2012-05-16 22:31:44 +09:00