From bb18be4257f8a9b8b54f70f2d7abd7b7b43dd73f Mon Sep 17 00:00:00 2001 From: Jindong Yue Date: Fri, 26 Nov 2021 20:15:19 +0800 Subject: [PATCH] ANDROID: ABI: Add several iio related symbols Add several iio related symbols required by st_lsm6dsx.ko Leaf changes summary: 5 artifacts changed Changed leaf types summary: 0 leaf type changed Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 5 Added functions Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable 5 Added functions: [A] 'function int iio_device_claim_direct_mode(iio_dev*)' [A] 'function void iio_device_release_direct_mode(iio_dev*)' [A] 'function int iio_push_event(iio_dev*, u64, s64)' [A] 'function int iio_read_mount_matrix(device*, const char*, iio_mount_matrix*)' [A] 'function ssize_t iio_show_mount_matrix(iio_dev*, uintptr_t, const iio_chan_spec*, char*)' Bug: 194108974 Signed-off-by: Jindong Yue Change-Id: I7f7b78d510f120497f597463e69ce35cb7203417 --- android/abi_gki_aarch64.xml | 41 +++++++++++++++++++++++++++++++++++++ android/abi_gki_aarch64_imx | 20 ++++++++++++++++++ 2 files changed, 61 insertions(+) diff --git a/android/abi_gki_aarch64.xml b/android/abi_gki_aarch64.xml index a9acb98e0004..ae660185094b 100644 --- a/android/abi_gki_aarch64.xml +++ b/android/abi_gki_aarch64.xml @@ -2667,14 +2667,19 @@ + + + + + @@ -21362,6 +21367,11 @@ + + + + + @@ -26249,6 +26259,9 @@ + + + @@ -99177,6 +99190,7 @@ + @@ -128076,10 +128090,18 @@ + + + + + + + + @@ -128093,6 +128115,12 @@ + + + + + + @@ -128115,6 +128143,19 @@ + + + + + + + + + + + + + diff --git a/android/abi_gki_aarch64_imx b/android/abi_gki_aarch64_imx index 3c6bb1b282f5..4e2fb222d0d1 100644 --- a/android/abi_gki_aarch64_imx +++ b/android/abi_gki_aarch64_imx @@ -1608,6 +1608,14 @@ __irq_domain_add irq_domain_xlate_onecell +# required by kfifo_buf.ko + iio_buffer_init + iio_buffer_put + __kfifo_alloc + __kfifo_free + __kfifo_in + __kfifo_to_user + # required by leds-gpio.ko device_get_child_node_count device_get_next_child_node @@ -2183,6 +2191,18 @@ spi_sync stream_open +# required by st_lsm6dsx.ko + devm_iio_device_alloc + __devm_iio_device_register + iio_device_attach_buffer + iio_device_claim_direct_mode + iio_device_release_direct_mode + iio_get_time_ns + iio_push_event + iio_push_to_buffers + iio_read_mount_matrix + iio_show_mount_matrix + # required by st_lsm6dsx_i3c.ko i3c_device_match_id i3c_driver_register_with_owner