mirror of https://github.com/torvalds/linux.git
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
|
||
|---|---|---|
| .. | ||
| 3ds_debugboard.h | ||
| board-mx31lilly.h | ||
| board-mx31lite.h | ||
| board-mx31moboard.h | ||
| board-pcm038.h | ||
| clock.h | ||
| common.h | ||
| debug-macro.S | ||
| devices-common.h | ||
| dma.h | ||
| esdhc.h | ||
| eukrea-baseboards.h | ||
| gpio.h | ||
| hardware.h | ||
| i2c.h | ||
| iim.h | ||
| imx-uart.h | ||
| imxfb.h | ||
| iomux-mx1.h | ||
| iomux-mx2x.h | ||
| iomux-mx3.h | ||
| iomux-mx21.h | ||
| iomux-mx25.h | ||
| iomux-mx27.h | ||
| iomux-mx35.h | ||
| iomux-mx50.h | ||
| iomux-mx51.h | ||
| iomux-mx53.h | ||
| iomux-v1.h | ||
| iomux-v3.h | ||
| ipu.h | ||
| iram.h | ||
| irqs.h | ||
| mmc.h | ||
| mx1.h | ||
| mx1_camera.h | ||
| mx2_cam.h | ||
| mx2x.h | ||
| mx3_camera.h | ||
| mx3fb.h | ||
| mx3x.h | ||
| mx6q.h | ||
| mx21-usbhost.h | ||
| mx21.h | ||
| mx25.h | ||
| mx27.h | ||
| mx31.h | ||
| mx35.h | ||
| mx50.h | ||
| mx51.h | ||
| mx53.h | ||
| mxc.h | ||
| mxc_ehci.h | ||
| mxc_nand.h | ||
| sdma.h | ||
| spi.h | ||
| ssi.h | ||
| timex.h | ||
| ulpi.h | ||
| uncompress.h | ||
| usb.h | ||