intel_scu_mip: update intel mip driver
authorShijie Zhang <shijie.zhang@intel.com>
Wed, 28 Mar 2012 22:39:51 +0000 (06:39 +0800)
committerbuildbot <buildbot@intel.com>
Sun, 1 Apr 2012 10:24:05 +0000 (03:24 -0700)
commit645f2d69560456a4c9dd20c43618f86f7199979b
treecb2ef82edcf2842e851ad895b67571991636fcfc
parent59f03a5f3f12936d2036c1af8455041687ddac5c
intel_scu_mip: update intel mip driver

BZ: 28902

Base on current IPC driver framework, it is not suitable to put MIP
access code inside IPC bus driver. So we move it to a dedicated mip
driver, to make it more clear in logic.

Change-Id: I2b2392f586d5c5ef17b3498cdfe6e58e396e7ebf
Signed-off-by: Shijie Zhang <shijie.zhang@intel.com>
Reviewed-on: http://android.intel.com:8080/41379
Reviewed-by: Du, Alek <alek.du@intel.com>
Tested-by: Wang, Zhifeng <zhifeng.wang@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
arch/x86/include/asm/intel_scu_ipc.h
arch/x86/platform/intel-mid/intel-mid.c
drivers/platform/x86/Makefile
drivers/platform/x86/intel_scu_ipc.c
drivers/platform/x86/intel_scu_mip.c [new file with mode: 0644]