ANDROID: abi_gki_aarch64_qcom: Add I3C core symbols to qcom tree
This change adds I3C core functions being used by Geni Master driver into the qcom symbol list. Helps fixing the ABI differences. Leaf changes summary: 14 artifacts changed Changed leaf types summary: 0 leaf type changed Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 14 Added functions Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable 14 Added functions: [A] 'function i3c_generic_ibi_pool* i3c_generic_ibi_alloc_pool(i3c_dev_desc*, const i3c_ibi_setup*)' [A] 'function void i3c_generic_ibi_free_pool(i3c_generic_ibi_pool*)' [A] 'function i3c_ibi_slot* i3c_generic_ibi_get_free_slot(i3c_generic_ibi_pool*)' [A] 'function void i3c_generic_ibi_recycle_slot(i3c_generic_ibi_pool*, i3c_ibi_slot*)' [A] 'function int i3c_master_add_i3c_dev_locked(i3c_master_controller*, u8)' [A] 'function int i3c_master_disec_locked(i3c_master_controller*, u8, u8)' [A] 'function int i3c_master_do_daa(i3c_master_controller*)' [A] 'function int i3c_master_enec_locked(i3c_master_controller*, u8, u8)' [A] 'function int i3c_master_entdaa_locked(i3c_master_controller*)' [A] 'function int i3c_master_get_free_addr(i3c_master_controller*, u8)' [A] 'function void i3c_master_queue_ibi(i3c_dev_desc*, i3c_ibi_slot*)' [A] 'function int i3c_master_register(i3c_master_controller*, device*, const i3c_master_controller_ops*, bool)' [A] 'function int i3c_master_set_info(i3c_master_controller*, const i3c_device_info*)' [A] 'function int i3c_master_unregister(i3c_master_controller*)' Bug: 193223418 Change-Id: I8cbcba99e3843bc0e06c772954a7120f7ee33148 Signed-off-by: Mukesh Kumar Savaliya <msavaliy@codeaurora.org> Signed-off-by: Giuliano Procida <gprocida@google.com>
This commit is contained in:

committed by
Giuliano Procida

parent
eecc725a8e
commit
292baba45a
File diff suppressed because it is too large
Load Diff
@@ -1052,6 +1052,20 @@
|
|||||||
i2c_register_driver
|
i2c_register_driver
|
||||||
i2c_transfer
|
i2c_transfer
|
||||||
i2c_transfer_buffer_flags
|
i2c_transfer_buffer_flags
|
||||||
|
i3c_generic_ibi_alloc_pool
|
||||||
|
i3c_generic_ibi_free_pool
|
||||||
|
i3c_generic_ibi_get_free_slot
|
||||||
|
i3c_generic_ibi_recycle_slot
|
||||||
|
i3c_master_add_i3c_dev_locked
|
||||||
|
i3c_master_disec_locked
|
||||||
|
i3c_master_do_daa
|
||||||
|
i3c_master_enec_locked
|
||||||
|
i3c_master_entdaa_locked
|
||||||
|
i3c_master_get_free_addr
|
||||||
|
i3c_master_queue_ibi
|
||||||
|
i3c_master_register
|
||||||
|
i3c_master_set_info
|
||||||
|
i3c_master_unregister
|
||||||
icc_disable
|
icc_disable
|
||||||
icc_enable
|
icc_enable
|
||||||
icc_get
|
icc_get
|
||||||
|
Reference in New Issue
Block a user