]> git.baikalelectronics.ru Git - kernel.git/commit
misc: mic: Remove COSM functionality from the MIC card driver
authorAshutosh Dixit <ashutosh.dixit@intel.com>
Wed, 30 Sep 2015 01:13:54 +0000 (18:13 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Oct 2015 11:46:06 +0000 (12:46 +0100)
commit4147b8b4708527a6a0049b3d5c181fc78818e12b
treebef532e3ede3ec044c48cd2cd31a775e9c0fc426
parent4587bfee76d5171c9891107aaf5f96f3433016ff
misc: mic: Remove COSM functionality from the MIC card driver

Since card side COSM functionality, to trigger MIC device shutdowns
and communicate shutdown status to the host, is now moved into a
separate COSM client driver, this patch removes this functionality
from the base MIC card driver. The mic_bus driver is also updated to
use the device index provided by COSM rather than maintain its own
device index.

Reviewed-by: Nikhil Rao <nikhil.rao@intel.com>
Reviewed-by: Sudeep Dutt <sudeep.dutt@intel.com>
Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mic/bus/mic_bus.c
drivers/misc/mic/card/mic_device.c
drivers/misc/mic/card/mic_x100.c
drivers/misc/mic/common/mic_dev.h
include/linux/mic_bus.h