regulator: Add missing devm_* functions to devres.rst
A few managed regulator functions were missing from the API list. Add missing functions. Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com> Link: https://lore.kernel.org/r/5efc0c90342b0a0ef3322b8fc1472b84cfc0eb45.1660292316.git.mazziesaccount@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Родитель
efb0cb50c4
Коммит
9b6744f60b
|
@ -405,10 +405,17 @@ PWM
|
||||||
devm_fwnode_pwm_get()
|
devm_fwnode_pwm_get()
|
||||||
|
|
||||||
REGULATOR
|
REGULATOR
|
||||||
|
devm_regulator_bulk_register_supply_alias()
|
||||||
devm_regulator_bulk_get()
|
devm_regulator_bulk_get()
|
||||||
devm_regulator_get()
|
devm_regulator_get()
|
||||||
|
devm_regulator_get_exclusive()
|
||||||
|
devm_regulator_get_optional()
|
||||||
|
devm_regulator_irq_helper()
|
||||||
devm_regulator_put()
|
devm_regulator_put()
|
||||||
devm_regulator_register()
|
devm_regulator_register()
|
||||||
|
devm_regulator_register_notifier()
|
||||||
|
devm_regulator_register_supply_alias()
|
||||||
|
devm_regulator_unregister_notifier()
|
||||||
|
|
||||||
RESET
|
RESET
|
||||||
devm_reset_control_get()
|
devm_reset_control_get()
|
||||||
|
|
Загрузка…
Ссылка в новой задаче