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

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

Merge "msm: msm_bus: Use rpmh_write for AWAKE_STATE requests" into msm-4.9

parents 5510fa23 eadc3549
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -584,6 +584,10 @@ int msm_bus_commit_data(struct list_head *clist)
				cmdlist_wake, cmdlist_sleep, cur_bcm_clist);

	ret = rpmh_invalidate(cur_mbox);
	if (cur_rsc->rscdev->req_state == RPMH_AWAKE_STATE)
		ret = rpmh_write(cur_mbox, cur_rsc->rscdev->req_state,
						cmdlist_active, cnt_active);
	else
		ret = rpmh_write_passthru(cur_mbox, cur_rsc->rscdev->req_state,
						cmdlist_active, n_active);