This series continues on top of Paul's OPP cleanup series and aims to completly hide the OPP layer implementation details. To do this, a couple more temporary (a.k.a already deprecated) helper functions have been added so current SR/SRF code can still function. The goal here is to allow continued OPP layer cleanup and possibly alternate implementations to be done in parallel with the ongoing SR/SRF rework efforts. Unless I hear some objections, this series will be added onto my pm-wip-opp branch after some more thorough testing. Kevin Hilman (4): OMAP OPP: Add accessor function for getting OPP ID. OMAP OPP: add helper function to find OPP by index OMAP SR/SRF: use OPP API for OPP ID, find by index OMAP OPP: hide struct omap_opp internals in OPP layer implementation arch/arm/mach-omap2/resource34xx.c | 14 ++++++++-- arch/arm/mach-omap2/smartreflex.c | 4 +- arch/arm/plat-omap/include/plat/opp.h | 23 ++++------------- arch/arm/plat-omap/opp.c | 43 +++++++++++++++++++++++++++++++++ 4 files changed, 61 insertions(+), 23 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