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)
commitd411e79391092925457d89b77d7cd3038ba6d04b
treebef532e3ede3ec044c48cd2cd31a775e9c0fc426
parent1da2b3eeef3667dbb92749f269e81757a6a79a16
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