This series adds base support needed to be able to boot on a OMAP4460 device. Patches are based on Benoit's for_3.0.1/7_hwmod_modulemode branch and boot tested on both 4460sdp as well as 4430sdp. Aneesh V (2): OMAP: ID: introduce chip detection for OMAP4460 OMAP4: ID: add omap_has_feature for max freq supported Rajendra Nayak (5): OMAP4: PRCM: OMAP4460 specific PRM and CM register bitshifts OMAP4: clocks: Update the clock tree with 4460 clock nodes OMAP4: powerdomain: Reuse on 4460 using CHIP_IS_44XX OMAP4: clockdomain: Reuse on 4460 using CHIP_IS_44XX 4460sdp/blaze/panda: hwmod: Prevent gpio1 reset during hwmod init arch/arm/mach-omap2/board-4430sdp.c | 14 ++ arch/arm/mach-omap2/board-omap4panda.c | 14 ++ arch/arm/mach-omap2/clock44xx_data.c | 39 +++++ arch/arm/mach-omap2/clockdomains44xx_data.c | 200 ++++++++++++------------ arch/arm/mach-omap2/cm-regbits-44xx.h | 36 +++++ arch/arm/mach-omap2/id.c | 44 +++++- arch/arm/mach-omap2/powerdomains44xx_data.c | 30 ++-- arch/arm/mach-omap2/prm-regbits-44xx.h | 8 + arch/arm/plat-omap/include/plat/clkdev_omap.h | 2 +- arch/arm/plat-omap/include/plat/clock.h | 3 +- arch/arm/plat-omap/include/plat/cpu.h | 32 ++++- 11 files changed, 301 insertions(+), 121 deletions(-) -- 1.7.4.1 -- 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