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

Commit f102d457 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mhi: mhi_qcom: Track force suspend using flags"

parents e1f9b140 7463df1d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -722,6 +722,7 @@ int mhi_arch_link_resume(struct mhi_controller *mhi_cntrl)
	}

	msm_pcie_l1ss_timeout_enable(pci_dev);
	mhi_cntrl->force_m3_done = true;

	MHI_LOG("Exited\n");

+2 −0
Original line number Diff line number Diff line
@@ -770,6 +770,8 @@ static struct mhi_controller *mhi_register_controller(struct pci_dev *pci_dev)
	mhi_cntrl->iova_start = memblock_start_of_DRAM();
	mhi_cntrl->iova_stop = memblock_end_of_DRAM();

	mhi_cntrl->need_force_m3 = true;

	/* setup host support for SFR retreival */
	if (of_property_read_bool(of_node, "mhi,sfr-support"))
		mhi_cntrl->sfr_len = MHI_MAX_SFR_LEN;