|
@@ -1790,6 +1790,8 @@ int swrm_wcd_notify(struct platform_device *pdev, u32 id, void *data)
|
|
|
(swrm->state == SWR_MSTR_UP)) {
|
|
|
dev_dbg(swrm->dev, "%s: SWR master is already UP: %d\n",
|
|
|
__func__, swrm->state);
|
|
|
+ list_for_each_entry(swr_dev, &mstr->devices, dev_list)
|
|
|
+ swr_reset_device(swr_dev);
|
|
|
} else {
|
|
|
pm_runtime_mark_last_busy(&pdev->dev);
|
|
|
mutex_unlock(&swrm->reslock);
|