[PATCH 2/2] Documentation: devres: add missing remoteproc helpers
From: anish kumar
Date: Wed Nov 06 2024 - 18:52:39 EST
remoteproc helpers were missing from the devres documentation.
This patch adds them.
Signed-off-by: anish kumar <yesanishhere@xxxxxxxxx>
---
Documentation/driver-api/driver-model/devres.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Documentation/driver-api/driver-model/devres.rst b/Documentation/driver-api/driver-model/devres.rst
index 8350a098f81f..7bf06e5c9274 100644
--- a/Documentation/driver-api/driver-model/devres.rst
+++ b/Documentation/driver-api/driver-model/devres.rst
@@ -448,6 +448,12 @@ REGULATOR
devm_regulator_register_supply_alias()
devm_regulator_unregister_notifier()
+REMOTEPROC
+ devm_rproc_add()
+ devm_rproc_free()
+ devm_rproc_alloc()
+ devm_rproc_remove()
+
RESET
devm_reset_control_get()
devm_reset_controller_register()
--
2.39.3 (Apple Git-146)