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

Commit e7b5d9c3 authored by Vijay kumar Tumati's avatar Vijay kumar Tumati
Browse files

msm: camera: Disable camera csiphy IRQs during stream-on



csiphy IRQs if left enabled after stream-on, causes a
storm.

Change-Id: I295070040aa84a80ca34580b6dd38797a013496d
Signed-off-by: default avatarVijay kumar Tumati <vtumati@codeaurora.org>
parent 43fcd3eb
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2057,7 +2057,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: