Today Paul had given pull request for AM33XX hwmod data and related patches, and I wanted to make sure that things are working fine irrespective of merge window changes coming in. I without adding any further delay I tried the pull request on linux-next/master (-rc6) linux-omap/master (-rc4 + omap merges) and found that hwmod needs minor changes required for both, build and to boot. [1/2]: With recent mainline changes on gpio and mcspi drivers, platform specific header files (plat/gpio.h and plat/mcspi.h) have been removed, which results into build failure. Observed on linux-next/master checkout. [2/2]: With recent migration of omap architectures to SPARSE_IRQ framework, it is important to add OMAP_INTC_START to all interrupt numbers which will be eventually requested by drivers. Observed on linux-omap/master checkout. Both the patches have been varified for, - Build Test (omap2plus_defconfig) - Boot tested on Bone - Sparse check pass Paul, Request to review these patches and give another pull request for this. Vaibhav Hiremath (2): ARM: AM33XX: hwmod: Remove platform specific header files ARM: AM33XX: hwmod: Add OMAP_INTC_START offset to all module int nos arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 174 ++++++++++++++-------------- 1 files changed, 88 insertions(+), 86 deletions(-) -- 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