Menon, Nishanth had written, on 01/28/2010 02:40 PM, the following:
From: Romit Dasgupta <romit@xxxxxx> Using omap_opp * to refer to domain types entails opp implementation into maintaining pointers outside the opp layer. Since all we need is an identifier to a specific domain for query/operational purposes, we introduce enum for identifying OPP types instead of using opp layer's internal data structure pointer. Currently, OMAP3 is the only silicon supporting the OPP layer, hence mpu_opps, l3_opps and dsp_opps are deprecated and replaced with OPP_MPU, OPP_L3 and OPP_DSP respectively. Cc: Benoit Cousson <b-cousson@xxxxxx> Cc: Eduardo Valentin <eduardo.valentin@xxxxxxxxx> Cc: Kevin Hilman <khilman@xxxxxxxxxxxxxxxxxxx> Cc: Madhusudhan Chikkature Rajashekar <madhu.cr@xxxxxx> Cc: Nishanth Menon <nm@xxxxxx> Cc: Paul Walmsley <paul@xxxxxxxxx> Cc: Sanjeev Premi <premi@xxxxxx> Cc: Santosh Shilimkar <santosh.shilimkar@xxxxxx> Cc: Sergio Alberto Aguirre Rodriguez <saaguirre@xxxxxx> Cc: Tero Kristo <Tero.Kristo@xxxxxxxxx> Cc: Thara Gopinath <thara@xxxxxx> Cc: Vishwanath Sripathy <vishwanath.bs@xxxxxx> Signed-off-by: Romit Dasgupta <romit@xxxxxx>
arrgh.. forgot to add, anyways, for patchworks: Acked-by: Nishanth Menon <nm@xxxxxx> Tested also on SDP3430, SDP3630
--- Synopsys of changes: Rev 1: http://marc.info/?t=126330004800004&r=1&w=2 Rev 2: http://marc.info/?t=126355341800003&r=1&w=2 Rev 3: http://marc.info/?t=126408156100006&r=1&w=2 Rev 4 specific changes Vs Rev 3: * Multiple TI copyrights merged to a single one * Couple of checkpatch warnings for multiple assignments fixed * Cpufreq rates were reversed during initialization - fixed * Rebased to pm-wip-opp branch as requested for rev 3.
[...] -- 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