Opp layer cleanup series - tries the following: a) remove the BUG_ON being used on functional statements b) improve the voltage conversion routine a bit c) introduce a per-opp data storage mechanism d) remove the hardcoded vdd1-vdd2 thruput dependency using the generic opp data storage mechanism Basic sanity tested on SDP3630 Nishanth Menon (3): omap3: pm: cpufreq: BUG_ON cleanup omap: pm: opp: add ability to store data per opp omap3: srf: remove hardcoded opp dependency Phil Carmody (1): omap: pm: opp: twl: use DIV_ROUND_UP arch/arm/mach-omap2/cpufreq34xx.c | 21 +++++++++- arch/arm/mach-omap2/resource34xx.c | 17 ++++---- arch/arm/plat-omap/include/plat/opp.h | 56 ++++++++++++++++++++++++++++ arch/arm/plat-omap/opp.c | 66 +++++++++++++++++++++++++++++++++ arch/arm/plat-omap/opp_twl_tps.c | 2 +- 5 files changed, 150 insertions(+), 12 deletions(-) Cc: Ambresh K <ambresh@xxxxxx> Cc: Benoit Cousson <b-cousson@xxxxxx> Cc: Eduardo Valentin <eduardo.valentin@xxxxxxxxx> Cc: Kevin Hilman <khilman@xxxxxxxxxxxxxxxxxxx> Cc: Phil Carmody <ext-phil.2.carmody@xxxxxxxxx> Cc: Sanjeev Premi <premi@xxxxxx> Cc: Tero Kristo <tero.kristo@xxxxxxxxx> Cc: Thara Gopinath <thara@xxxxxx> 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