[PATCH 2] intel_soc_pm: Refactored code for pm
authorVishwesh M Rudramuni <vishwesh.m.rudramuni@intel.com>
Thu, 29 Mar 2012 07:30:35 +0000 (13:00 +0530)
committerbuildbot <buildbot@intel.com>
Thu, 26 Apr 2012 16:15:02 +0000 (09:15 -0700)
commit27a75a08e169ae007b01ac3b7760d0e708361745
treefecbae8bb1133c107e09737427324da82fc67cdc
parente73392bd46068dfc7858711d64846bfa26d29785
[PATCH 2] intel_soc_pm: Refactored code for pm

BZ:26897

Power Management driver after code refactoring the existing pmu/idle driver
to have a single driver supporting future platforms like CLV
& Tangier.

intel_soc_pmu.c has code mostly interfacing pmu's in North Complex &
South Complex. Mostly platform independant code.

intel_soc_pm_debug.c for mostly debug related code.

intel_soc_pci.c for pci related functions.

Signed-off-by: Vishwesh M Rudramuni <vishwesh.m.rudramuni@intel.com>
Signed-off-by: Nivedha Krishnakumar <nivedha.krishnakumar@intel.com>
Signed-off-by: Ramachandra Sudarshan N <sudarshan.n.ramachandra@intel.com>
Signed-off-by: Youvedeep Singh <youvedeep.singh@intel.com>
Signed-off-by: Dyut K Sil <dyut.k.sil@intel.com>
Change-Id: Id57714bbdf426dee451d0c7c062323cd91e2cdf7
Reviewed-on: http://android.intel.com:8080/40184
Reviewed-by: Rudramuni, Vishwesh M <vishwesh.m.rudramuni@intel.com>
Reviewed-by: Krishnakumar, Nivedha <nivedha.krishnakumar@intel.com>
Reviewed-by: Mansoor, Illyas <illyas.mansoor@intel.com>
Reviewed-by: Gross, Mark <mark.gross@intel.com>
Tested-by: Martin, LoicX <loicx.martin@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
arch/x86/Kconfig
arch/x86/platform/intel-mid/Makefile
arch/x86/platform/intel-mid/intel_soc_pm_debug.c [new file with mode: 0644]
arch/x86/platform/intel-mid/intel_soc_pm_debug.h [new file with mode: 0644]
arch/x86/platform/intel-mid/intel_soc_pmu.c [new file with mode: 0644]
arch/x86/platform/intel-mid/intel_soc_pmu.h [new file with mode: 0644]
drivers/pci/Makefile
drivers/pci/intel_soc_pci.c [moved from drivers/pci/mid_pci.c with 80% similarity]
drivers/platform/x86/intel_scu_ipc.c
include/linux/intel_mid_pm.h