From 13fe7b9964ca41b72845bd494506149ea20eae5d Mon Sep 17 00:00:00 2001 From: Mukesh Kumar Savaliya Date: Mon, 26 Jul 2021 11:46:30 +0530 Subject: [PATCH] ANDROID: abi_gki_aarch64_qcom: Add I3C interface symbols to qcom tree This change adds I3C device inteface functions into the qcom symbol list. Helps fixing the ABI differences. These functions can be used by client driver registering with the i3c master. Leaf changes summary: 9 artifacts changed Changed leaf types summary: 0 leaf type changed Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 9 Added functions Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable 9 Added functions: [A] 'function int i3c_device_disable_ibi(i3c_device*)' [A] 'function int i3c_device_do_priv_xfers(i3c_device*, i3c_priv_xfer*, int)' [A] 'function int i3c_device_enable_ibi(i3c_device*)' [A] 'function void i3c_device_free_ibi(i3c_device*)' [A] 'function void i3c_device_get_info(i3c_device*, i3c_device_info*)' [A] 'function int i3c_device_request_ibi(i3c_device*, const i3c_ibi_setup*)' [A] 'function int i3c_driver_register_with_owner(i3c_driver*, module*)' [A] 'function void i3c_driver_unregister(i3c_driver*)' [A] 'function device* i3cdev_to_dev(i3c_device*)' Bug: 194547961 Change-Id: Ie85412e101e9201d4eed212669731b46fb222ce2 Signed-off-by: Mukesh Kumar Savaliya --- android/abi_gki_aarch64.xml | 101 +++++++++++++++++++++++++++++++++-- android/abi_gki_aarch64_qcom | 9 ++++ 2 files changed, 106 insertions(+), 4 deletions(-) diff --git a/android/abi_gki_aarch64.xml b/android/abi_gki_aarch64.xml index f45bde39acce..8d9698530776 100755 --- a/android/abi_gki_aarch64.xml +++ b/android/abi_gki_aarch64.xml @@ -2222,6 +2222,14 @@ + + + + + + + + @@ -2236,6 +2244,7 @@ + @@ -18233,6 +18242,26 @@ + + + + + + + + + + + + + + + + + + + + @@ -19792,6 +19821,7 @@ + @@ -22971,6 +23001,7 @@ + @@ -36152,6 +36183,7 @@ + @@ -39597,6 +39629,7 @@ + @@ -42725,12 +42758,12 @@ - + - + - + @@ -72818,6 +72851,7 @@ + @@ -81645,6 +81679,20 @@ + + + + + + + + + + + + + + @@ -96471,6 +96519,10 @@ + + + + @@ -105199,7 +105251,7 @@ - + @@ -119975,6 +120027,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -120044,6 +120133,10 @@ + + + + diff --git a/android/abi_gki_aarch64_qcom b/android/abi_gki_aarch64_qcom index 359d2723e7a4..aa6355d8b95b 100644 --- a/android/abi_gki_aarch64_qcom +++ b/android/abi_gki_aarch64_qcom @@ -1053,6 +1053,15 @@ i2c_register_driver i2c_transfer i2c_transfer_buffer_flags + i3c_device_disable_ibi + i3c_device_do_priv_xfers + i3c_device_enable_ibi + i3c_device_free_ibi + i3c_device_get_info + i3c_device_request_ibi + i3cdev_to_dev + i3c_driver_register_with_owner + i3c_driver_unregister i3c_generic_ibi_alloc_pool i3c_generic_ibi_free_pool i3c_generic_ibi_get_free_slot