OSDN Git Service

intel_pmc_ipc: Add Intel Apollo Lake PMC IPC driver
authorqipeng.zha <qipeng.zha@intel.com>
Fri, 26 Jun 2015 16:32:15 +0000 (00:32 +0800)
committerDarren Hart <dvhart@linux.intel.com>
Mon, 29 Jun 2015 22:28:14 +0000 (15:28 -0700)
commit0a8b83530b6f67b9a50bd7937d57a5deea187b5b
tree30851cbb0eb824a75ccc4b7a0212a5403ad5b26f
parent0d44b410a01a75daff60ce4cb78313135cdb3649
intel_pmc_ipc: Add Intel Apollo Lake PMC IPC driver

This driver provides support for PMC control on Apollo Lake platforms.
The PMC is an ARC processor which defines some IPC commands for
communication with other entities in the CPU.

Signed-off-by: qipeng.zha <qipeng.zha@intel.com>
[fengguang.wu@intel.com: Fix Sparse and Cocinelle warnings]
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
MAINTAINERS
arch/x86/include/asm/intel_pmc_ipc.h [new file with mode: 0644]
drivers/platform/x86/Kconfig
drivers/platform/x86/Makefile
drivers/platform/x86/intel_pmc_ipc.c [new file with mode: 0644]