ANDROID: GKI: db845c: Update symbols list and ABI
android12-5.10-lts is broken on Dragonboard 845c because of
recently added symbols.
So updating the symbols list by running:
BUILD_CONFIG=common/build.config.db845c build/build_abi.sh -s
And updated the abi_gki_aarch64 ABI by running:
"BUILD_CONFIG=common/build.config.gki.aarch64 \
ABI_DEFINITION=abi_gki_aarch64.xml build/build_abi.sh \
--update --print-report"
========================================================
Leaf changes summary: 1 artifact changed
Changed leaf types summary: 0 leaf type changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 1 Added function
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
1 Added function:
[A] 'function reset_control* __reset_control_get(device*, const char*, int, bool, bool, bool)'
========================================================
Bug: 146449535
Fixes: 66651d7199
("mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHC")
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Change-Id: I620624933bde04c663d753b4e970f9b1156c396b
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -319,6 +319,7 @@
|
|||||||
ktime_get
|
ktime_get
|
||||||
ktime_get_mono_fast_ns
|
ktime_get_mono_fast_ns
|
||||||
ktime_get_real_ts64
|
ktime_get_real_ts64
|
||||||
|
ktime_get_with_offset
|
||||||
kvfree
|
kvfree
|
||||||
kvfree_call_rcu
|
kvfree_call_rcu
|
||||||
kvmalloc_node
|
kvmalloc_node
|
||||||
@@ -605,6 +606,7 @@
|
|||||||
strlen
|
strlen
|
||||||
strncmp
|
strncmp
|
||||||
strncpy
|
strncpy
|
||||||
|
strnlen
|
||||||
strpbrk
|
strpbrk
|
||||||
strsep
|
strsep
|
||||||
__sw_hweight16
|
__sw_hweight16
|
||||||
@@ -897,7 +899,9 @@
|
|||||||
dma_buf_put
|
dma_buf_put
|
||||||
dma_buf_unmap_attachment
|
dma_buf_unmap_attachment
|
||||||
dma_get_sgtable_attrs
|
dma_get_sgtable_attrs
|
||||||
|
down_read
|
||||||
find_vma
|
find_vma
|
||||||
|
up_read
|
||||||
wait_for_completion_interruptible
|
wait_for_completion_interruptible
|
||||||
|
|
||||||
# required by gpio-regulator.ko
|
# required by gpio-regulator.ko
|
||||||
@@ -1018,7 +1022,6 @@
|
|||||||
kernel_param_unlock
|
kernel_param_unlock
|
||||||
kfree_skb_list
|
kfree_skb_list
|
||||||
ktime_get_seconds
|
ktime_get_seconds
|
||||||
ktime_get_with_offset
|
|
||||||
napi_gro_receive
|
napi_gro_receive
|
||||||
netdev_set_default_ethtool_ops
|
netdev_set_default_ethtool_ops
|
||||||
netif_carrier_off
|
netif_carrier_off
|
||||||
@@ -1413,9 +1416,6 @@
|
|||||||
usb_put_hcd
|
usb_put_hcd
|
||||||
usb_remove_hcd
|
usb_remove_hcd
|
||||||
|
|
||||||
# required by pdr_interface.ko
|
|
||||||
strnlen
|
|
||||||
|
|
||||||
# required by phy-qcom-qmp.ko
|
# required by phy-qcom-qmp.ko
|
||||||
of_clk_get_by_name
|
of_clk_get_by_name
|
||||||
__of_reset_control_get
|
__of_reset_control_get
|
||||||
@@ -1647,6 +1647,8 @@
|
|||||||
mmc_regulator_set_vqmmc
|
mmc_regulator_set_vqmmc
|
||||||
mmc_send_tuning
|
mmc_send_tuning
|
||||||
regulator_is_supported_voltage
|
regulator_is_supported_voltage
|
||||||
|
__reset_control_get
|
||||||
|
reset_control_put
|
||||||
__sdhci_add_host
|
__sdhci_add_host
|
||||||
sdhci_add_host
|
sdhci_add_host
|
||||||
sdhci_cleanup_host
|
sdhci_cleanup_host
|
||||||
|
Reference in New Issue
Block a user