From a90c09dd41d3d11d99c24f39721a7f5b854e9c5a Mon Sep 17 00:00:00 2001 From: Kever Yang Date: Sun, 26 Sep 2021 15:59:52 +0800 Subject: [PATCH] ANDROID: GKI: rockchip: Enable symbols for mmc driver Functions changes summary: 0 Removed, 0 Changed, 5 Added functions Variables changes summary: 0 Removed, 0 Changed, 0 Added variable 5 Added functions: [A] 'function int clk_get_phase(clk*)' [A] 'function int clk_set_phase(clk*, int)' [A] 'function void sdhci_adma_write_desc(sdhci_host*, void**, dma_addr_t, int, unsigned int)' [A] 'function unsigned int sdhci_pltfm_clk_get_max_clock(sdhci_host*)' [A] 'function void sdhci_set_clock(sdhci_host*, unsigned int)' Bug: 194515348 Signed-off-by: Kever Yang Signed-off-by: Greg Kroah-Hartman Change-Id: I2eaf765788b782d397a9291d2351f033a9e5c05f --- android/abi_gki_aarch64.xml | 31 +++++++++++++++++++++++++++++++ android/abi_gki_aarch64_rockchip | 5 +++++ 2 files changed, 36 insertions(+) diff --git a/android/abi_gki_aarch64.xml b/android/abi_gki_aarch64.xml index f017b98c6b47..d27594402fb0 100644 --- a/android/abi_gki_aarch64.xml +++ b/android/abi_gki_aarch64.xml @@ -942,6 +942,7 @@ + @@ -976,6 +977,7 @@ + @@ -4125,6 +4127,7 @@ + @@ -4134,6 +4137,7 @@ + @@ -4144,6 +4148,7 @@ + @@ -118434,6 +118439,10 @@ + + + + @@ -118636,6 +118645,11 @@ + + + + + @@ -134817,6 +134831,14 @@ + + + + + + + + @@ -134859,6 +134881,10 @@ + + + + @@ -134907,6 +134933,11 @@ + + + + + diff --git a/android/abi_gki_aarch64_rockchip b/android/abi_gki_aarch64_rockchip index c24a5111eafa..0c8ded03c08d 100644 --- a/android/abi_gki_aarch64_rockchip +++ b/android/abi_gki_aarch64_rockchip @@ -561,6 +561,8 @@ regmap_raw_write # required by dw_mmc-rockchip.ko + clk_get_phase + clk_set_phase mmc_send_tuning # required by dw_mmc.ko @@ -1030,7 +1032,9 @@ devm_clk_bulk_get_optional dma_get_required_mask sdhci_add_host + sdhci_adma_write_desc sdhci_get_property + sdhci_pltfm_clk_get_max_clock sdhci_pltfm_free sdhci_pltfm_init sdhci_remove_host @@ -1038,6 +1042,7 @@ sdhci_reset sdhci_resume_host sdhci_set_bus_width + sdhci_set_clock sdhci_suspend_host # required by sg.ko