]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - MAINTAINERS
platform:x86: add Intel P-Unit mailbox IPC driver
authorQipeng Zha <qipeng.zha@intel.com>
Fri, 11 Dec 2015 14:45:00 +0000 (22:45 +0800)
committerTim Gardner <tim.gardner@canonical.com>
Mon, 29 Feb 2016 15:58:13 +0000 (08:58 -0700)
commit0ee7f7ddf7ad069f38d786a7d852519f69b5a86c
tree2bf169606ca9e4ca21e9d0fe0c2a9d75f0c8dd48
parent5bde4f68a484f224a9ece2d136cca4edfb8fccd4
platform:x86: add Intel P-Unit mailbox IPC driver

BugLink: http://bugs.launchpad.net/bugs/1520457
This driver provides support for P-Unit mailbox IPC on Intel platforms.
The heart of the P-Unit is the Foxton microcontroller and its firmware,
which provide mailbox interface for power management usage.

Signed-off-by: Qipeng Zha <qipeng.zha@intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
(cherry picked from commit fdca4f16f57da76a8e68047923588a87d1c01f0a)
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
MAINTAINERS
arch/x86/include/asm/intel_punit_ipc.h [new file with mode: 0644]
drivers/platform/x86/Kconfig
drivers/platform/x86/Makefile
drivers/platform/x86/intel_punit_ipc.c [new file with mode: 0644]