Major changes in V4: Rename of oppxxx_data.h to data.c, move device_init there omap_init_opp_table now will return -EEXIST if it was called previously. V3: http://marc.info/?l=linux-omap&m=128984926812800&w=2 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 | 135 +++++++++++++++++++++++++++++ arch/arm/mach-omap2/opp3xxx_data.c | 98 +++++++++++++++++++++ arch/arm/mach-omap2/opp4xxx_data.c | 49 +++++++++++ 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, 338 insertions(+), 33 deletions(-) create mode 100644 arch/arm/mach-omap2/opp.c create mode 100644 arch/arm/mach-omap2/opp3xxx_data.c create mode 100644 arch/arm/mach-omap2/opp4xxx_data.c 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