regulator: Add missing devm_* functions to devres.rst
authorMatti Vaittinen <mazziesaccount@gmail.com>
Fri, 12 Aug 2022 10:09:03 +0000 (13:09 +0300)
committerMark Brown <broonie@kernel.org>
Mon, 15 Aug 2022 11:18:05 +0000 (12:18 +0100)
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>
Documentation/driver-api/driver-model/devres.rst

index 55272942e721a8a70b80cc0598f16e33f9ca186b..882b14089454590f478535ec1dbd612c4efcfd60 100644 (file)
@@ -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()