diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2013-08-21 14:27:05 +0300 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2013-08-25 16:43:45 +0530 |
commit | 0244d84f4c13e9a5aea302f7d679a5b6216708a2 (patch) | |
tree | 5e3b51092784bdd780beefa054f35496a4fd445a /Documentation/driver-model | |
parent | 5be2190af4b03be5959684f7336c8da62606809e (diff) | |
download | linux-stable-0244d84f4c13e9a5aea302f7d679a5b6216708a2.tar.gz linux-stable-0244d84f4c13e9a5aea302f7d679a5b6216708a2.tar.bz2 linux-stable-0244d84f4c13e9a5aea302f7d679a5b6216708a2.zip |
acpi-dma, doc: append managed function to the list
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>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'Documentation/driver-model')
-rw-r--r-- | Documentation/driver-model/devres.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt index b4671459857f..2850110b343a 100644 --- a/Documentation/driver-model/devres.txt +++ b/Documentation/driver-model/devres.txt @@ -293,3 +293,6 @@ PWM PHY devm_usb_get_phy() devm_usb_put_phy() + +SLAVE DMA ENGINE + devm_acpi_dma_controller_register() |