Series version 3 incorporating changes for the comments for using device_initcall to initialize the opp layer patches based on kernel.org 2.6.37-rc1 V2: http://marc.info/?t=128753665300003&r=1&w=2 Kevin Hilman (1): OMAP3: remove OPP interfaces from OMAP PM layer Nishanth Menon (2): omap: opp: add OMAP3 OPP table data and common init omap4: opp: add OPP table data Documentation/arm/OMAP/omap_pm | 26 +++++ arch/arm/mach-omap2/Kconfig | 2 + arch/arm/mach-omap2/Makefile | 2 + arch/arm/mach-omap2/io.c | 3 +- arch/arm/mach-omap2/opp.c | 172 +++++++++++++++++++++++++++++ arch/arm/mach-omap2/opp3xxx_data.h | 82 ++++++++++++++ arch/arm/mach-omap2/opp4xxx_data.h | 37 ++++++ arch/arm/mach-omap2/pm.h | 14 +++ arch/arm/plat-omap/include/plat/omap-pm.h | 31 ++---- arch/arm/plat-omap/omap-pm-noop.c | 11 +-- 10 files changed, 347 insertions(+), 33 deletions(-) create mode 100644 arch/arm/mach-omap2/opp.c create mode 100644 arch/arm/mach-omap2/opp3xxx_data.h create mode 100644 arch/arm/mach-omap2/opp4xxx_data.h Regards, Nishanth Menon -- 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