Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 17a94367 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: Disable camera csiphy IRQs during stream-on" into msm-4.9

parents 40f1c4f6 e7b5d9c3
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2089,7 +2089,10 @@ static int32_t msm_csiphy_cmd(struct csiphy_device *csiphy_dev, void *arg)
			rc = -EFAULT;
			break;
		}
		if (csiphy_dev->csiphy_sof_debug == SOF_DEBUG_ENABLE) {
			csiphy_dev->csiphy_sof_debug = SOF_DEBUG_DISABLE;
			rc = msm_camera_enable_irq(csiphy_dev->irq, false);
		}
		rc = msm_csiphy_lane_config(csiphy_dev, &csiphy_params);
		break;
	case CSIPHY_RELEASE: