summaryrefslogtreecommitdiffstats
path: root/sound/arm
diff options
context:
space:
mode:
authorRussell King2013-06-27 13:21:45 +0200
committerRussell King2013-10-31 15:48:46 +0100
commitfa6a8d6d65b19ab44e5244ea499bcd553cc72343 (patch)
tree789f1db34489c2eed65718df5c4bbcb102c09b48 /sound/arm
parentDMA-API: usb: ohci-sa1111: add a note about DMA masks (diff)
downloadkernel-qcow2-linux-fa6a8d6d65b19ab44e5244ea499bcd553cc72343.tar.gz
kernel-qcow2-linux-fa6a8d6d65b19ab44e5244ea499bcd553cc72343.tar.xz
kernel-qcow2-linux-fa6a8d6d65b19ab44e5244ea499bcd553cc72343.zip
DMA-API: provide a helper to setup DMA masks
Many drivers contain code such as: dev->dma_mask = &dev->coherent_dma_mask; dev->coherent_dma_mask = MASK; Let's move this pattern out of drivers and have the DMA API provide a helper for it. This helper uses dma_set_mask_and_coherent() to allow platform issues to be properly dealt with via dma_set_mask()/ dma_is_supported(). Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'sound/arm')
0 files changed, 0 insertions, 0 deletions