summaryrefslogtreecommitdiff
path: root/drivers/misc/mic/Makefile
diff options
context:
space:
mode:
authorSudeep Dutt <sudeep.dutt@intel.com>2013-09-06 03:42:06 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-09-27 00:50:56 +0400
commitaa27badd8972adb731f05d49ab74ec63e0826935 (patch)
treeb83e73982675e15a3f94260ffbade97d2fa1e4ee /drivers/misc/mic/Makefile
parent3a6a9201897c6482573ad07ee880574147761006 (diff)
downloadlinux-aa27badd8972adb731f05d49ab74ec63e0826935.tar.xz
Intel MIC Card Driver for X100 family.
This patch does the following: a) Initializes the Intel MIC X100 platform device and driver. b) Sets up support to handle shutdown requests from the host. c) Maps the device page after obtaining the device page address from the scratchpad registers updated by the host. d) Informs the host upon a card crash by registering a panic notifier. e) Informs the host upon a poweroff/halt event. Co-author: Dasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com> Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com> Signed-off-by: Caz Yokoyama <Caz.Yokoyama@intel.com> Signed-off-by: Dasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com> Signed-off-by: Nikhil Rao <nikhil.rao@intel.com> Signed-off-by: Harshavardhan R Kharche <harshavardhan.r.kharche@intel.com> Signed-off-by: Sudeep Dutt <sudeep.dutt@intel.com> Acked-by: Yaozu (Eddie) Dong <eddie.dong@intel.com> Reviewed-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/mic/Makefile')
-rw-r--r--drivers/misc/mic/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/mic/Makefile b/drivers/misc/mic/Makefile
index 8e724212d94c..05b34d683a58 100644
--- a/drivers/misc/mic/Makefile
+++ b/drivers/misc/mic/Makefile
@@ -3,3 +3,4 @@
# Copyright(c) 2013, Intel Corporation.
#
obj-$(CONFIG_INTEL_MIC_HOST) += host/
+obj-$(CONFIG_INTEL_MIC_CARD) += card/