summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api/driver-model/devres.rst
diff options
context:
space:
mode:
authorMatti Vaittinen <mazziesaccount@gmail.com>2022-08-12 12:09:03 +0200
committerMark Brown <broonie@kernel.org>2022-08-15 13:18:05 +0200
commit9b6744f60b6b47bc0757a1955adb4d2c3ab22e13 (patch)
treefc18955d4aaf77418315d67aa4f5ff740b3e88c0 /Documentation/driver-api/driver-model/devres.rst
parentregulator: qcom-rpmh: Implement get_optimum_mode(), not set_load() (diff)
downloadlinux-9b6744f60b6b47bc0757a1955adb4d2c3ab22e13.tar.xz
linux-9b6744f60b6b47bc0757a1955adb4d2c3ab22e13.zip
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>
Diffstat (limited to 'Documentation/driver-api/driver-model/devres.rst')
-rw-r--r--Documentation/driver-api/driver-model/devres.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/driver-api/driver-model/devres.rst b/Documentation/driver-api/driver-model/devres.rst
index 55272942e721..882b14089454 100644
--- a/Documentation/driver-api/driver-model/devres.rst
+++ b/Documentation/driver-api/driver-model/devres.rst
@@ -405,10 +405,17 @@ PWM
devm_fwnode_pwm_get()
REGULATOR
+ devm_regulator_bulk_register_supply_alias()
devm_regulator_bulk_get()
devm_regulator_get()
+ devm_regulator_get_exclusive()
+ devm_regulator_get_optional()
+ devm_regulator_irq_helper()
devm_regulator_put()
devm_regulator_register()
+ devm_regulator_register_notifier()
+ devm_regulator_register_supply_alias()
+ devm_regulator_unregister_notifier()
RESET
devm_reset_control_get()