]> Git Repo - linux.git/commit
of: configure the platform device dma parameters
authorSantosh Shilimkar <[email protected]>
Thu, 24 Apr 2014 15:30:04 +0000 (11:30 -0400)
committerSantosh Shilimkar <[email protected]>
Wed, 7 May 2014 13:21:21 +0000 (09:21 -0400)
commit591c1ee465ce5372385dbc41e7d3e36cbb477bd8
tree9a1a70d862e00f8431956479eb15899565f0f6bd
parent92ea637edea36e58236e3124f199161da6f5c5de
of: configure the platform device dma parameters

Retrieve DMA configuration from DT and setup platform device's DMA
parameters. The DMA configuration in DT has to be specified using
"dma-ranges" and "dma-coherent" properties if supported.

We setup dma_pfn_offset using "dma-ranges" and dma_coherent_ops
using "dma-coherent" device tree properties.

The set_arch_dma_coherent_ops macro has to be defined by arch if
it supports coherent dma_ops. Otherwise, set_arch_dma_coherent_ops() is
declared as nop.

Cc: Greg Kroah-Hartman <[email protected]>
Cc: Russell King <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Olof Johansson <[email protected]>
Cc: Grant Likely <[email protected]>
Cc: Catalin Marinas <[email protected]>
Cc: Linus Walleij <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Signed-off-by: Grygorii Strashko <[email protected]>
Signed-off-by: Santosh Shilimkar <[email protected]>
drivers/of/platform.c
include/linux/dma-mapping.h
This page took 0.06291 seconds and 4 git commands to generate.