Russell King 24353b8bb4 DMA-API: dma: dw_dmac.c: convert to use dma_coerce_mask_and_coherent()
This code sequence:
	if (!pdev->dev.dma_mask) {
		pdev->dev.dma_mask = &pdev->dev.coherent_dma_mask;
		pdev->dev.coherent_dma_mask = DMA_BIT_MASK(32);
	}
bypasses the architectures check on the DMA mask.  It can be replaced
with dma_coerce_mask_and_coherent(), avoiding the direct initialization
of this mask.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2013-10-31 14:48:51 +00:00
..
2013-08-23 00:21:44 -07:00
2013-08-25 16:43:45 +05:30
2013-01-07 17:36:37 +01:00
2013-08-05 09:32:24 +05:30
2012-09-01 08:57:12 -07:00
2013-08-13 16:56:41 +05:30
2013-08-25 22:04:53 +05:30
2013-09-02 11:59:58 +05:30
2013-08-13 16:56:41 +05:30
2013-08-13 16:56:41 +05:30