mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
ANDROID: Update the ABI symbol list
Add the following symbols: - gpiod_get_direction - irq_domain_simple_ops - regmap_get_max_register Bug: 275412100 Change-Id: I25479fa4134130698f5e52274c66f73861486095 Signed-off-by: Jim Wylder <jwylder@google.com>
This commit is contained in:
committed by
Treehugger Robot
parent
18c78ecd82
commit
aacdf4e7ea
@@ -313792,6 +313792,15 @@ elf_symbol {
|
||||
type_id: 0x5f272d07
|
||||
full_name: "gpiod_get"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x80497778
|
||||
name: "gpiod_get_direction"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x6ee55349
|
||||
type_id: 0x94d8cba3
|
||||
full_name: "gpiod_get_direction"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x4950fc9e
|
||||
name: "gpiod_get_optional"
|
||||
@@ -323715,6 +323724,15 @@ elf_symbol {
|
||||
type_id: 0xaf453ff9
|
||||
full_name: "regmap_get_device"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x29b53308
|
||||
name: "regmap_get_max_register"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x679362f2
|
||||
type_id: 0x9feaece8
|
||||
full_name: "regmap_get_max_register"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x248856c2
|
||||
name: "regmap_get_val_bytes"
|
||||
@@ -342191,6 +342209,10 @@ symbols {
|
||||
key: "gpiod_get"
|
||||
value: 0x652eb3f5
|
||||
}
|
||||
symbol {
|
||||
key: "gpiod_get_direction"
|
||||
value: 0x80497778
|
||||
}
|
||||
symbol {
|
||||
key: "gpiod_get_optional"
|
||||
value: 0x4950fc9e
|
||||
@@ -346603,6 +346625,10 @@ symbols {
|
||||
key: "regmap_get_device"
|
||||
value: 0x2b688ec7
|
||||
}
|
||||
symbol {
|
||||
key: "regmap_get_max_register"
|
||||
value: 0x29b53308
|
||||
}
|
||||
symbol {
|
||||
key: "regmap_get_val_bytes"
|
||||
value: 0x248856c2
|
||||
|
||||
@@ -94,10 +94,10 @@
|
||||
blocking_notifier_call_chain
|
||||
blocking_notifier_chain_register
|
||||
blocking_notifier_chain_unregister
|
||||
bpf_trace_run1
|
||||
bpf_trace_run10
|
||||
bpf_trace_run11
|
||||
bpf_trace_run12
|
||||
bpf_trace_run1
|
||||
bpf_trace_run2
|
||||
bpf_trace_run3
|
||||
bpf_trace_run4
|
||||
@@ -897,6 +897,7 @@
|
||||
gpiod_direction_input
|
||||
gpiod_direction_output
|
||||
gpiod_direction_output_raw
|
||||
gpiod_get_direction
|
||||
gpiod_get_raw_value
|
||||
gpiod_get_raw_value_cansleep
|
||||
gpiod_get_value
|
||||
@@ -1082,6 +1083,7 @@
|
||||
irq_domain_get_irq_data
|
||||
irq_domain_remove
|
||||
irq_domain_set_info
|
||||
irq_domain_simple_ops
|
||||
irq_domain_xlate_twocell
|
||||
irq_force_affinity
|
||||
irq_get_irq_data
|
||||
@@ -1099,8 +1101,8 @@
|
||||
irq_work_queue
|
||||
irq_work_sync
|
||||
is_vmalloc_addr
|
||||
jiffies
|
||||
jiffies64_to_msecs
|
||||
jiffies
|
||||
jiffies_to_msecs
|
||||
jiffies_to_usecs
|
||||
kasan_flag_enabled
|
||||
@@ -1229,8 +1231,8 @@
|
||||
memparse
|
||||
memremap
|
||||
mem_section
|
||||
memset
|
||||
memset64
|
||||
memset
|
||||
__memset_io
|
||||
memstart_addr
|
||||
memunmap
|
||||
@@ -1309,8 +1311,8 @@
|
||||
nla_find
|
||||
nla_memcpy
|
||||
__nla_parse
|
||||
nla_put
|
||||
nla_put_64bit
|
||||
nla_put
|
||||
nla_put_nohdr
|
||||
nla_reserve
|
||||
nla_strscpy
|
||||
@@ -1661,6 +1663,7 @@
|
||||
regmap_bulk_read
|
||||
regmap_bulk_write
|
||||
regmap_get_device
|
||||
regmap_get_max_register
|
||||
regmap_multi_reg_write
|
||||
regmap_multi_reg_write_bypassed
|
||||
regmap_raw_read
|
||||
|
||||
Reference in New Issue
Block a user