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 <[email protected]> Cc: Benoit Cousson <[email protected]> Cc: Eduardo Valentin <[email protected]> Cc: Kevin Hilman <[email protected]> Cc: Phil Carmody <[email protected]> Cc: Sanjeev Premi <[email protected]> Cc: Tero Kristo <[email protected]> Cc: Thara Gopinath <[email protected]> Regards, Nishanth Menon -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
