From c81f4841b429742a3001faea1ddd101d07eec3ca Mon Sep 17 00:00:00 2001 From: Taniya Das Date: Wed, 12 Oct 2022 10:49:44 +0530 Subject: [PATCH] ANDROID: abi_gki_aarch64_qcom: Add clk_restore_context and clk_save_context There is a qcom clock driver which uses the clock restore and save context for the hibernation use case. The PLLs, always enabled clocks are saved and restored during this use case. Leaf changes summary: 2 artifact changed Changed leaf types summary: 0 leaf type changed Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 2 Added functions Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable 2 Added functions: [A] 'function void clk_restore_context()' [A] 'function void clk_save_context()' Bug: 279879797 Change-Id: I0f9f0853f9593239dedb7d84941002d346038843 Signed-off-by: Taniya Das Signed-off-by: Shreyas K K --- android/abi_gki_aarch64_qcom | 1 + 1 file changed, 1 insertion(+) diff --git a/android/abi_gki_aarch64_qcom b/android/abi_gki_aarch64_qcom index 2397a89696cd..03ffaa7bc07b 100644 --- a/android/abi_gki_aarch64_qcom +++ b/android/abi_gki_aarch64_qcom @@ -299,6 +299,7 @@ clk_register clk_restore_context clk_round_rate + clk_save_context clk_set_parent clk_set_rate clk_sync_state