Re: [PATCH v6 0/7] ARM: Fix dma_alloc_coherent() and friends for NOMMU

2017-06-28 Thread Benjamin Gaignard
2017-06-27 19:36 GMT+02:00 Christoph Hellwig : > On Tue, Jun 27, 2017 at 05:54:17PM +0100, Russell King - ARM Linux wrote: >> On Tue, Jun 27, 2017 at 05:27:53PM +0200, Christoph Hellwig wrote: >> > I've applied patches 1, 3 and 4 to the dma-mapping tree. 2 will need >> > a respin for

Re: [PATCH v6 0/7] ARM: Fix dma_alloc_coherent() and friends for NOMMU

2017-06-28 Thread Benjamin Gaignard
2017-06-27 19:36 GMT+02:00 Christoph Hellwig : > On Tue, Jun 27, 2017 at 05:54:17PM +0100, Russell King - ARM Linux wrote: >> On Tue, Jun 27, 2017 at 05:27:53PM +0200, Christoph Hellwig wrote: >> > I've applied patches 1, 3 and 4 to the dma-mapping tree. 2 will need >> > a respin for less code

Re: [PATCH v6 0/7] ARM: Fix dma_alloc_coherent() and friends for NOMMU

2017-06-27 Thread Christoph Hellwig
On Tue, Jun 27, 2017 at 05:54:17PM +0100, Russell King - ARM Linux wrote: > On Tue, Jun 27, 2017 at 05:27:53PM +0200, Christoph Hellwig wrote: > > I've applied patches 1, 3 and 4 to the dma-mapping tree. 2 will need > > a respin for less code duplication. I'd be happy to take 5,6 and 7 if > >

Re: [PATCH v6 0/7] ARM: Fix dma_alloc_coherent() and friends for NOMMU

2017-06-27 Thread Christoph Hellwig
On Tue, Jun 27, 2017 at 05:54:17PM +0100, Russell King - ARM Linux wrote: > On Tue, Jun 27, 2017 at 05:27:53PM +0200, Christoph Hellwig wrote: > > I've applied patches 1, 3 and 4 to the dma-mapping tree. 2 will need > > a respin for less code duplication. I'd be happy to take 5,6 and 7 if > >

Re: [PATCH v6 0/7] ARM: Fix dma_alloc_coherent() and friends for NOMMU

2017-06-27 Thread Russell King - ARM Linux
On Tue, Jun 27, 2017 at 05:27:53PM +0200, Christoph Hellwig wrote: > I've applied patches 1, 3 and 4 to the dma-mapping tree. 2 will need > a respin for less code duplication. I'd be happy to take 5,6 and 7 if > Russell is fine with that. If Vladimir is okay with those going in without patch 2,

Re: [PATCH v6 0/7] ARM: Fix dma_alloc_coherent() and friends for NOMMU

2017-06-27 Thread Russell King - ARM Linux
On Tue, Jun 27, 2017 at 05:27:53PM +0200, Christoph Hellwig wrote: > I've applied patches 1, 3 and 4 to the dma-mapping tree. 2 will need > a respin for less code duplication. I'd be happy to take 5,6 and 7 if > Russell is fine with that. If Vladimir is okay with those going in without patch 2,

Re: [PATCH v6 0/7] ARM: Fix dma_alloc_coherent() and friends for NOMMU

2017-06-27 Thread Christoph Hellwig
I've applied patches 1, 3 and 4 to the dma-mapping tree. 2 will need a respin for less code duplication. I'd be happy to take 5,6 and 7 if Russell is fine with that.

Re: [PATCH v6 0/7] ARM: Fix dma_alloc_coherent() and friends for NOMMU

2017-06-27 Thread Christoph Hellwig
I've applied patches 1, 3 and 4 to the dma-mapping tree. 2 will need a respin for less code duplication. I'd be happy to take 5,6 and 7 if Russell is fine with that.

Re: [PATCH v6 0/7] ARM: Fix dma_alloc_coherent() and friends for NOMMU

2017-06-26 Thread Christoph Hellwig
I'll pick the first patch up, which obviosuly looks good. I've sent additional comments on the rest in the thread for the previous iteration.

Re: [PATCH v6 0/7] ARM: Fix dma_alloc_coherent() and friends for NOMMU

2017-06-26 Thread Christoph Hellwig
I'll pick the first patch up, which obviosuly looks good. I've sent additional comments on the rest in the thread for the previous iteration.

[PATCH v6 0/7] ARM: Fix dma_alloc_coherent() and friends for NOMMU

2017-06-26 Thread Vladimir Murzin
Short story: Without these patches coherent DMA is broken for András and Alexandre, so they cannot safely enable DMA on their platforms. Patches have been circulated on a list since last year without much attention to changes in dma-coherent.c and dma-noop.c. Meanwhile, ARM bits have been

[PATCH v6 0/7] ARM: Fix dma_alloc_coherent() and friends for NOMMU

2017-06-26 Thread Vladimir Murzin
Short story: Without these patches coherent DMA is broken for András and Alexandre, so they cannot safely enable DMA on their platforms. Patches have been circulated on a list since last year without much attention to changes in dma-coherent.c and dma-noop.c. Meanwhile, ARM bits have been