Merge tag 'v3.4-rc6' into next/cleanup
authorOlof Johansson <olof@lixom.net>
Wed, 9 May 2012 09:31:01 +0000 (02:31 -0700)
committerOlof Johansson <olof@lixom.net>
Wed, 9 May 2012 09:31:01 +0000 (02:31 -0700)
Linux 3.4-rc6

Resolve conflict where an u5500 file had a bugfix go in, but was
deleted in the branch staged for next merge window.

Signed-off-by: Olof Johansson <olof@lixom.net>
1  2 
MAINTAINERS
arch/arm/Kconfig
arch/arm/plat-omap/dma.c

diff --cc MAINTAINERS
Simple merge
Simple merge
@@@ -974,9 -972,16 +981,16 @@@ void omap_stop_dma(int lch
                p->dma_write(l, CCR, lch);
        }
  
+       /*
+        * Ensure that data transferred by DMA is visible to any access
+        * after DMA has been disabled.  This is important for coherent
+        * DMA regions.
+        */
+       mb();
        if (!omap_dma_in_1510_mode() && dma_chan[lch].next_lch != -1) {
                int next_lch, cur_lch = lch;
 -              char dma_chan_link_map[dma_lch_count];
 +              char dma_chan_link_map[MAX_LOGICAL_DMA_CH_COUNT];
  
                memset(dma_chan_link_map, 0, sizeof(dma_chan_link_map));
                do {