Hi all, Here are some patches to almost remove plat-omap/devices.c as omap2+ is using hwmod to initialize most things. The only driver remaining in plat-omap/devices.c is the rng driver. This also changes omap1 and 2420 specific mmc driver to pass DMA request lines via platform_data as requested by Russell. Regards, Tony --- Tony Lindgren (7): ARM: OMAP1: Move omap_init_audio() to keep the devices in alphabetical order ARM: OMAP1: Move omap_init_uwire to mach-omap1 ARM: OMAP2+: Move omap_dsp_reserve_sdram_memblock() to mach-omap2 ARM: OMAP2: Add MMC hwmod data for 2420 ARM: OMAP2: Use hwmod to initialize mmc for 2420 ARM: OMAP: Move omap_mmc_add() to mach-omap1 ARM: OMAP1: Pass dma request lines in platform data to MMC driver arch/arm/mach-omap1/devices.c | 121 +++++++++++++++++++++++++--- arch/arm/mach-omap2/devices.c | 19 ++++ arch/arm/mach-omap2/dsp.c | 27 ++++++ arch/arm/mach-omap2/omap_hwmod_2420_data.c | 63 ++++++++++++++ arch/arm/plat-omap/devices.c | 122 ---------------------------- arch/arm/plat-omap/include/plat/mmc.h | 9 -- 6 files changed, 214 insertions(+), 147 deletions(-) -- Signature -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html