Commit 9b6744f6 authored by Matti Vaittinen's avatar Matti Vaittinen Committed by Mark Brown

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: default avatarMatti Vaittinen <mazziesaccount@gmail.com>
Link: https://lore.kernel.org/r/5efc0c90342b0a0ef3322b8fc1472b84cfc0eb45.1660292316.git.mazziesaccount@gmail.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent efb0cb50
...@@ -405,10 +405,17 @@ PWM ...@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment