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>
This commit is contained in:

کامیت شده توسط
Greg Kroah-Hartman

والد
1da2b3eeef
کامیت
d411e79391
@@ -261,7 +261,7 @@ static int __init mic_probe(struct platform_device *pdev)
|
||||
mic_hw_intr_init(mdrv);
|
||||
platform_set_drvdata(pdev, mdrv);
|
||||
mdrv->dma_mbdev = mbus_register_device(mdrv->dev, MBUS_DEV_DMA_MIC,
|
||||
NULL, &mbus_hw_ops,
|
||||
NULL, &mbus_hw_ops, 0,
|
||||
mdrv->mdev.mmio.va);
|
||||
if (IS_ERR(mdrv->dma_mbdev)) {
|
||||
rc = PTR_ERR(mdrv->dma_mbdev);
|
||||
|
مرجع در شماره جدید
Block a user