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

Commit 43b13c75 authored by Skylar Chang's avatar Skylar Chang
Browse files

msm: ipa: Sync reset command between ipa and uC



Register reset command with interrupt mode and
don't poll for reset command status.

Change-Id: I249b94c36e1ef9c4427b81ea742c75ff8e937582
Acked-by: default avatarSunil Paidimarri <hisunil@qti.qualcomm.com>
Signed-off-by: default avatarSkylar Chang <chiaweic@codeaurora.org>
parent 63bc4524
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2012-2015, The Linux Foundation. All rights reserved.
/* Copyright (c) 2012-2016, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -732,7 +732,7 @@ int ipa_uc_reset_pipe(enum ipa_client_type ipa_client)
	       IPA_CLIENT_IS_PROD(ipa_client) ? "CONS" : "PROD", ep_idx);

	ret = ipa_uc_send_cmd(cmd.raw32b, IPA_CPU_2_HW_CMD_RESET_PIPE, 0,
			      true, 10*HZ);
			      false, 10*HZ);

	return ret;
}