[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8f8d755d573080144a8b9369d05b71dda2165106.1660127865.git.mazziesaccount@gmail.com>
Date: Wed, 10 Aug 2022 14:29:15 +0300
From: Matti Vaittinen <mazziesaccount@...il.com>
To: matti.vaittinen@...rohmeurope.com, mazziesaccount@...il.com
Cc: Jonathan Corbet <corbet@....net>,
Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Matti Vaittinen <mazziesaccount@...il.com>,
Peter Rosin <peda@...ntia.se>,
Jonathan Cameron <Jonathan.Cameron@...wei.com>,
Alexandru Ardelean <aardelean@...iqon.com>,
Aswath Govindraju <a-govindraju@...com>,
Johan Hovold <johan+linaro@...nel.org>,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [RFC PATCH 1/7] docs: devres: 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@...il.com>
---
This one is actually a documentation fix which adds existing APIs to the
list. I guess this patch is good for being merged independently from the
rest of the series (which is just an RFC atm).
Documentation/driver-api/driver-model/devres.rst | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/Documentation/driver-api/driver-model/devres.rst b/Documentation/driver-api/driver-model/devres.rst
index 2d39967bafcc..271d1eb2234b 100644
--- a/Documentation/driver-api/driver-model/devres.rst
+++ b/Documentation/driver-api/driver-model/devres.rst
@@ -406,10 +406,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()
--
2.37.1
--
Matti Vaittinen, Linux device drivers
ROHM Semiconductors, Finland SWDC
Kiviharjunlenkki 1E
90220 OULU
FINLAND
~~~ "I don't think so," said Rene Descartes. Just then he vanished ~~~
Simon says - in Latin please.
~~~ "non cogito me" dixit Rene Descarte, deinde evanescavit ~~~
Thanks to Simon Glass for the translation =]
Download attachment "signature.asc" of type "application/pgp-signature" (489 bytes)
Powered by blists - more mailing lists