IPC driver for Intel Mobile Internet Device (MID) platforms
authorSreedhara DS <sreedhara.ds@intel.com>
Mon, 26 Apr 2010 17:13:05 +0000 (18:13 +0100)
committerMatthew Garrett <mjg@redhat.com>
Mon, 17 May 2010 16:06:07 +0000 (12:06 -0400)
commit9a58a3333923c7fef4ba6ac9afd817429e63a1fe
treed03aa10c45b458a1661b6f35e1763c9cdbb8104e
parentd5c051f1080e0eec55f3fc42c37d941681941628
IPC driver for Intel Mobile Internet Device (MID) platforms

The IPC (inter processor communications) is used to provide the
communications between kernel and system control units on some embedded
Intel x86 platforms.

(Various bits of clean up and restructuring by Alan Cox)

Signed-off-by: Sreedhara DS <sreedhara.ds@intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
arch/x86/include/asm/intel_scu_ipc.h [new file with mode: 0644]
drivers/platform/x86/Kconfig
drivers/platform/x86/Makefile
drivers/platform/x86/intel_scu_ipc.c [new file with mode: 0644]