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-02-23 17:09:55 -08:00
2013-10-31 14:48:51 +00:00
2013-08-23 00:21:44 -07:00
2013-08-25 14:37:13 +05:30
2013-07-07 11:11:43 -07:00
2013-09-10 13:37:36 -07:00
2013-08-25 16:43:45 +05:30
2013-10-31 14:48:39 +00:00
2013-07-05 11:40:31 +05:30
2013-07-05 11:40:57 +05:30
2013-02-26 09:24:48 -08:00
2013-09-03 22:52:46 -04:00
2013-01-07 17:36:37 +01:00
2013-08-28 15:46:33 -07:00
2013-07-05 11:40:52 +05:30
2013-09-10 13:37:36 -07:00
2012-03-13 11:37:22 +05:30
2013-08-22 22:57:35 -07:00
2013-09-04 18:38:46 +05:30
2013-08-05 09:32:24 +05:30
2013-08-05 09:32:24 +05:30
2012-03-13 11:36:06 +05:30
2013-09-02 17:35:58 +05:30
2013-09-02 12:00:02 +05:30
2012-09-01 08:57:12 -07:00
2013-06-03 21:49:52 +02:00
2013-08-13 16:56:41 +05:30
2013-09-02 17:35:34 +05:30
2013-09-10 13:37:36 -07:00
2013-09-10 13:37:36 -07:00
2013-08-25 22:04:53 +05:30
2013-08-14 14:51:28 +05:30
2013-08-05 09:32:25 +05:30
2013-09-10 13:37:36 -07:00
2013-08-22 22:57:37 -07:00
2013-08-19 14:20:21 +05:30
2013-08-19 14:45:05 +05:30
2013-04-15 09:51:19 +05:30
2013-09-02 11:59:58 +05:30
2013-10-31 14:48:41 +00:00
2013-01-03 15:57:15 -08:00
2013-08-13 17:01:01 +05:30
2013-06-04 11:12:10 +02:00
2013-05-23 21:13:19 +02:00
2013-09-02 17:36:00 +05:30
2013-08-05 09:32:25 +05:30
2013-08-13 16:56:41 +05:30
2013-08-13 16:56:41 +05:30
2012-03-13 11:36:06 +05:30
2012-07-01 14:15:23 +01:00
2012-07-01 14:15:23 +01:00