Revert "mfld-pmu: [REVERT ME] Enbaling PM ON Cloverview"
authorYouvedeep Singh <youvedeep.singh@intel.com>
Thu, 22 Mar 2012 15:13:49 +0000 (20:43 +0530)
committerbuildbot <buildbot@intel.com>
Tue, 3 Apr 2012 19:03:39 +0000 (12:03 -0700)
BZ: 25901

This reverts commit 7157dace4c5f3680d889b94befe16562f9752b38.
Currently Drivers are merged into CVT platform. Now we are not getting hanged at boot time.
This patch will put the devices into D0ix which do not have Drivers.
This is am importand patch for Power Optimisation.

Change-Id: If59ecb30fa13050603bfa0983b82691c7aa34593
Signed-off-by: Youvedeep Singh <youvedeep.singh@intel.com>
Reviewed-on: http://android.intel.com:8080/39933
Reviewed-by: Mansoor, Illyas <illyas.mansoor@intel.com>
Reviewed-by: Cuesta, FernandX <fernandx.cuesta@intel.com>
Tested-by: Cuesta, FernandX <fernandx.cuesta@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
arch/x86/platform/intel-mid/mfld-pmu.c

index f9ab7ed..32d92d6 100644 (file)
@@ -2412,16 +2412,10 @@ static int pmu_init(void)
         */
        pmu_initialized = true;
 
-       /* FIXME:: This is the workaround to enable the PM on CVT Platform.
-        * Currenlty CVT Platform is getting hanged in this portion.
-        * In mfld this is code is for Power optimisation
+       /* get the current status of each of the driver
+        * and update it in SCU
         */
-       if (__intel_mid_cpu_chip != INTEL_MID_CPU_CHIP_CLOVERVIEW) {
-               /* get the current status of each of the driver
-                * and update it in SCU
-                */
-               update_all_lss_states(&pmu_config);
-       }
+       update_all_lss_states(&pmu_config);
 
        /* send a interactive command to fw */
        mid_pmu_cxt->interactive_cmd_sent = true;