public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Documentation: devres: add missing mailbox helpers
@ 2024-11-06 23:52 anish kumar
  2024-11-06 23:52 ` [PATCH 2/2] Documentation: devres: add missing remoteproc helpers anish kumar
  2024-11-11 16:58 ` [PATCH 1/2] Documentation: devres: add missing mailbox helpers David Lechner
  0 siblings, 2 replies; 5+ messages in thread
From: anish kumar @ 2024-11-06 23:52 UTC (permalink / raw)
  To: corbet, broonie, dlechner, u.kleine-koenig, Jonathan.Cameron,
	pstanner
  Cc: linux-kernel, linux-doc, anish kumar

mailbox api's were missing from the devres documentation.
This patch adds them.

Signed-off-by: anish kumar <yesanishhere@gmail.com>
---
 Documentation/driver-api/driver-model/devres.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/driver-api/driver-model/devres.rst b/Documentation/driver-api/driver-model/devres.rst
index 5f2ee8d717b1..8350a098f81f 100644
--- a/Documentation/driver-api/driver-model/devres.rst
+++ b/Documentation/driver-api/driver-model/devres.rst
@@ -346,6 +346,10 @@ LED
   devm_led_trigger_register()
   devm_of_led_get()
 
+MAILBOX
+  devm_mbox_controller_register()
+  devm_mbox_controller_unregister()
+
 MDIO
   devm_mdiobus_alloc()
   devm_mdiobus_alloc_size()
-- 
2.39.3 (Apple Git-146)


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-11-12 20:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-06 23:52 [PATCH 1/2] Documentation: devres: add missing mailbox helpers anish kumar
2024-11-06 23:52 ` [PATCH 2/2] Documentation: devres: add missing remoteproc helpers anish kumar
2024-11-11 16:58 ` [PATCH 1/2] Documentation: devres: add missing mailbox helpers David Lechner
2024-11-11 17:35   ` anish kumar
2024-11-12 20:12   ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox