mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
ANDROID: Update the ABI representation
3 symbol(s) added 'struct gpio_desc * devm_fwnode_gpiod_get_index(struct device *, struct fwnode_handle *, const char *, int, enum gpiod_flags, const char *)' 'struct gpio_descs * devm_gpiod_get_array_optional(struct device *, const char *, enum gpiod_flags)' 'int regulator_set_active_discharge_regmap(struct regulator_dev *, bool)' Bug: 240242346 Signed-off-by: Leo Chen <yinchiuan@google.com> Change-Id: I070f3539a23e4c140b00f78eca3a23428af4cb27
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -332,6 +332,7 @@
|
||||
crypto_register_notifier
|
||||
crypto_register_scomp
|
||||
crypto_register_shash
|
||||
crypto_req_done
|
||||
crypto_shash_digest
|
||||
crypto_shash_final
|
||||
crypto_shash_finup
|
||||
@@ -443,11 +444,13 @@
|
||||
devm_extcon_dev_allocate
|
||||
devm_extcon_dev_register
|
||||
devm_free_irq
|
||||
devm_fwnode_gpiod_get_index
|
||||
devm_fwnode_pwm_get
|
||||
devm_gen_pool_create
|
||||
devm_gpiochip_add_data_with_key
|
||||
devm_gpiod_get
|
||||
devm_gpiod_get_array
|
||||
devm_gpiod_get_array_optional
|
||||
devm_gpiod_get_optional
|
||||
devm_gpiod_put_array
|
||||
devm_gpio_free
|
||||
@@ -1768,6 +1771,7 @@
|
||||
regulator_notifier_call_chain
|
||||
regulator_put
|
||||
regulator_register
|
||||
regulator_set_active_discharge_regmap
|
||||
regulator_set_load
|
||||
regulator_set_voltage
|
||||
regulator_set_voltage_sel_regmap
|
||||
|
||||
Reference in New Issue
Block a user