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-09-12 11:22:45 -07:00
2013-10-31 14:48:38 +00:00
2013-10-31 14:48:49 +00:00
2013-09-04 14:41:55 -04:00
2013-09-12 15:38:03 -07:00
2013-09-21 21:02:24 +01:00
2013-09-06 13:30:06 -07:00
2013-09-13 15:09:52 +02:00
2013-09-09 15:49:04 -07:00
2013-09-16 16:10:26 -04:00
2013-09-12 13:04:11 +02:00
2013-09-12 11:22:45 -07:00
2013-09-07 12:53:35 +10:00
2013-10-31 14:48:51 +00:00
2013-09-06 11:14:33 -07:00
2013-09-03 11:37:15 -07:00
2013-09-11 15:58:51 -07:00
2013-09-13 15:09:52 +02:00
2013-09-12 15:01:38 -07:00
2013-09-13 15:09:52 +02:00
2013-09-12 08:17:40 -07:00
2013-09-13 15:09:52 +02:00
2013-09-05 15:21:30 -04:00
2013-09-13 15:09:52 +02:00
2013-09-13 15:09:52 +02:00
2013-09-15 07:13:39 -04:00
2013-09-12 11:29:26 -07:00
2013-09-09 16:35:29 -07:00
2013-09-05 14:54:29 -07:00
2013-09-12 11:35:33 -07:00
2013-09-06 08:09:27 +09:30
2013-09-12 15:01:38 -07:00
2013-09-13 15:09:52 +02:00
2013-09-06 13:30:06 -07:00
2013-09-11 15:59:35 -07:00
2013-09-13 15:09:52 +02:00
2013-09-13 15:09:52 +02:00
2013-09-13 15:09:52 +02:00
2013-09-16 15:37:52 -04:00
2013-09-21 21:02:23 +01:00
2013-09-05 11:08:01 -07:00
2013-10-31 14:48:38 +00:00
2013-09-03 22:52:48 -04:00
2013-09-03 16:24:35 -07:00
2013-09-13 15:09:52 +02:00
2013-09-04 17:31:11 -07:00
2013-09-15 17:42:59 -04:00
2013-09-11 15:58:15 -07:00
2013-09-13 15:09:52 +02:00
2013-09-13 15:09:52 +02:00
2013-09-06 13:21:16 -07:00
2013-09-04 17:31:11 -07:00
2013-09-11 15:58:59 -07:00
2013-09-11 15:59:15 -07:00
2013-09-15 17:41:30 -04:00
2013-09-13 15:09:52 +02:00
2013-10-31 14:48:27 +00:00
2013-09-12 16:11:45 -07:00
2013-09-03 09:10:34 -04:00
2013-09-13 15:09:52 +02:00
2013-09-03 11:37:15 -07:00
2013-10-31 14:48:44 +00:00
2013-09-04 11:28:04 -06:00
2013-09-12 16:11:45 -07:00
2013-10-31 14:48:42 +00:00
2013-09-09 10:02:53 +09:30
2013-09-13 15:09:52 +02:00
2013-09-12 08:45:53 -07:00
2013-09-12 11:28:24 -07:00