All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] acpi-dma, doc: append managed function to the list
@ 2013-08-21 11:27 Andy Shevchenko
  2013-08-21 11:27 ` [PATCH 2/2] acpi-dma: remove ugly conversion Andy Shevchenko
  2013-08-25 11:14 ` [PATCH 1/2] acpi-dma, doc: append managed function to the list Vinod Koul
  0 siblings, 2 replies; 4+ messages in thread
From: Andy Shevchenko @ 2013-08-21 11:27 UTC (permalink / raw)
  To: Vinod Koul, linux-kernel; +Cc: Andy Shevchenko, Rob Landley

ACPI DMA provides managed function to register the slave DMA controller in the
internal container. This patch anounces that function in the corresponding
documentation file.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Rob Landley <rob@landley.net>
---
 Documentation/driver-model/devres.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt
index fb57d85..fcb34a5 100644
--- a/Documentation/driver-model/devres.txt
+++ b/Documentation/driver-model/devres.txt
@@ -299,3 +299,6 @@ PWM
 PHY
   devm_usb_get_phy()
   devm_usb_put_phy()
+
+SLAVE DMA ENGINE
+  devm_acpi_dma_controller_register()
-- 
1.8.4.rc2


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

end of thread, other threads:[~2013-08-25 11:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-21 11:27 [PATCH 1/2] acpi-dma, doc: append managed function to the list Andy Shevchenko
2013-08-21 11:27 ` [PATCH 2/2] acpi-dma: remove ugly conversion Andy Shevchenko
2013-08-21 12:11   ` Mika Westerberg
2013-08-25 11:14 ` [PATCH 1/2] acpi-dma, doc: append managed function to the list Vinod Koul

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.