All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: devres: Add missing DRM functions
@ 2020-12-16  1:10 Tian Tao
  0 siblings, 0 replies; only message in thread
From: Tian Tao @ 2020-12-16  1:10 UTC (permalink / raw)
  To: corbet, p.zabel, Jonathan.Cameron, alexandru.ardelean,
	bgolaszewski, davem, zhengdejin5, matti.vaittinen, daniel.vetter
  Cc: linux-doc

Commit d96bc380a50f ("drm/irq: Add the new api to install irq")
introduced devm_drm_irq_install. Add the new functionion to the list of
managed interfaces.

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
---
 Documentation/driver-api/driver-model/devres.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/driver-api/driver-model/devres.rst b/Documentation/driver-api/driver-model/devres.rst
index bb67657..e8f900d 100644
--- a/Documentation/driver-api/driver-model/devres.rst
+++ b/Documentation/driver-api/driver-model/devres.rst
@@ -264,6 +264,7 @@ DMA
 
 DRM
   devm_drm_dev_alloc()
+  devm_drm_irq_install()
 
 GPIO
   devm_gpiod_get()
-- 
2.7.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-16  1:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-16  1:10 [PATCH] Documentation: devres: Add missing DRM functions Tian Tao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.