ANDROID: GKI: Bulk ABI update
Leaf changes summary: 2 artifacts changed Changed leaf types summary: 2 leaf types changed Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 0 Added function Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable 'struct devfreq at devfreq.h:148:1' changed: type size changed from 13824 to 14144 (in bits) 2 data member insertions: 'mutex devfreq::event_lock', at offset 384 (in bits) at devfreq.h:152:1 'bool devfreq::dev_suspended', at offset 14080 (in bits) at devfreq.h:178:1 there are data member changes: 'device devfreq::dev' offset changed from 384 to 640 (in bits) (by +256 bits) 'devfreq_dev_profile* devfreq::profile' offset changed from 6656 to 6912 (in bits) (by +256 bits) 'const devfreq_governor* devfreq::governor' offset changed from 6720 to 6976 (in bits) (by +256 bits) 'char devfreq::governor_name[16]' offset changed from 6784 to 7040 (in bits) (by +256 bits) 'notifier_block devfreq::nb' offset changed from 6912 to 7168 (in bits) (by +256 bits) 'delayed_work devfreq::work' offset changed from 7104 to 7360 (in bits) (by +256 bits) 'unsigned long int devfreq::previous_freq' offset changed from 7808 to 8064 (in bits) (by +256 bits) 'devfreq_dev_status devfreq::last_status' offset changed from 7872 to 8128 (in bits) (by +256 bits) 'void* devfreq::data' offset changed from 8128 to 8384 (in bits) (by +256 bits) 'unsigned long int devfreq::min_freq' offset changed from 8192 to 8448 (in bits) (by +256 bits) 'unsigned long int devfreq::max_freq' offset changed from 8256 to 8512 (in bits) (by +256 bits) 'unsigned long int devfreq::scaling_min_freq' offset changed from 8320 to 8576 (in bits) (by +256 bits) 'unsigned long int devfreq::scaling_max_freq' offset changed from 8384 to 8640 (in bits) (by +256 bits) 'bool devfreq::stop_polling' offset changed from 8448 to 8704 (in bits) (by +256 bits) 'unsigned int devfreq::total_trans' offset changed from 8480 to 8736 (in bits) (by +256 bits) 'unsigned int* devfreq::trans_table' offset changed from 8512 to 8768 (in bits) (by +256 bits) 'unsigned long int* devfreq::time_in_state' offset changed from 8576 to 8832 (in bits) (by +256 bits) 'unsigned long int devfreq::last_stat_updated' offset changed from 8640 to 8896 (in bits) (by +256 bits) 'srcu_notifier_head devfreq::transition_notifier_list' offset changed from 8704 to 8960 (in bits) (by +256 bits) 20 impacted interfaces: function devfreq* devfreq_add_device(device*, devfreq_dev_profile*, const char*, void*) function int devfreq_add_governor(devfreq_governor*) function void devfreq_interval_update(devfreq*, unsigned int*) function void devfreq_monitor_resume(devfreq*) function void devfreq_monitor_start(devfreq*) function void devfreq_monitor_stop(devfreq*) function void devfreq_monitor_suspend(devfreq*) function int devfreq_remove_device(devfreq*) function int devfreq_remove_governor(devfreq_governor*) function int devfreq_resume_device(devfreq*) function int devfreq_suspend_device(devfreq*) function devfreq* devm_devfreq_add_device(device*, devfreq_dev_profile*, const char*, void*) function thermal_cooling_device* of_devfreq_cooling_register(device_node*, devfreq*) function int ufshcd_dme_get_attr(ufs_hba*, u32, u32*, u8) function int ufshcd_dme_set_attr(ufs_hba*, u32, u8, u32, u8) function u32 ufshcd_get_local_unipro_ver(ufs_hba*) function int ufshcd_hold(ufs_hba*, bool) function void ufshcd_release(ufs_hba*) function void ufshcd_remove(ufs_hba*) function int update_devfreq(devfreq*) 'struct regmap_irq_chip at regmap.h:1138:1' changed: type size hasn't changed 1 data member insertion: 'unsigned int regmap_irq_chip::clear_ack', at offset 288 (in bits) at regmap.h:1148:1 there are data member changes: 'bool regmap_irq_chip::type_invert' offset changed from 288 to 320 (in bits) (by +32 bits) 'int regmap_irq_chip::num_regs' offset changed from 320 to 352 (in bits) (by +32 bits) 3 impacted interfaces: function int devm_regmap_add_irq_chip(device*, regmap*, int, int, int, const regmap_irq_chip*, regmap_irq_chip_data**) function void devm_regmap_del_irq_chip(device*, int, regmap_irq_chip_data*) function int regmap_irq_get_virq(regmap_irq_chip_data*, int) Bug: 149430094 Signed-off-by: Saravana Kannan <saravanak@google.com> Change-Id: I1ce004bc7d52ef153ef54be9feb7f32cd031288e
This commit is contained in:
parent
4f9183cc24
commit
b55bfe2fd5
2 changed files with 22056 additions and 22097 deletions
44150
abi_gki_aarch64.xml
44150
abi_gki_aarch64.xml
File diff suppressed because it is too large
Load diff
|
@ -532,8 +532,6 @@
|
|||
__memset_io
|
||||
memstart_addr
|
||||
memzero_explicit
|
||||
__might_fault
|
||||
__might_sleep
|
||||
misc_deregister
|
||||
misc_register
|
||||
mod_delayed_work_on
|
||||
|
@ -2191,7 +2189,6 @@
|
|||
ip_compute_csum
|
||||
ipv6_ext_hdr
|
||||
ipv6_skip_exthdr
|
||||
___might_sleep
|
||||
netdev_rx_handler_register
|
||||
netdev_rx_handler_unregister
|
||||
netif_schedule_queue
|
||||
|
|
Loading…
Reference in a new issue