mirror of
https://github.com/torvalds/linux.git
synced 2024-12-21 10:31:54 +00:00
1da2b3eeef
Since COSM functionality is now moved into a separate COSM driver drivers, this patch removes this functionality from the base MIC host driver. The MIC host driver now implements cosm_hw_ops and registers a COSM device which allows the COSM driver to trigger boot/shutdown/reset of the MIC devices via the cosm_hw_ops. Reviewed-by: Nikhil Rao <nikhil.rao@intel.com> Reviewed-by: Sudeep Dutt <sudeep.dutt@intel.com> Signed-off-by: Dasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com> Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7 lines
123 B
Makefile
7 lines
123 B
Makefile
#
|
|
# Makefile - Intel MIC Linux driver.
|
|
# Copyright(c) 2013, Intel Corporation.
|
|
#
|
|
obj-y += bus/
|
|
obj-$(CONFIG_SCIF) += scif/
|