Re: [PATCH] m68k: don't select ARCH_HAS_DMA_PREP_COHERENT for nommu or coldfire

2019-07-09 Thread Christoph Hellwig
On Tue, Jul 09, 2019 at 09:08:02AM +0200, Geert Uytterhoeven wrote: > OK, will do, after a cycle in next. Thanks. I'll watch your PRs so that I can send the dma-mapping one right after this. > I assume you just forgot to add your SoB, and I can add it? Yes. And just for the record: Signed-off

Re: [PATCH] m68k: don't select ARCH_HAS_DMA_PREP_COHERENT for nommu or coldfire

2019-07-09 Thread Geert Uytterhoeven
Hi Christoph, On Mon, Jul 8, 2019 at 11:23 PM Christoph Hellwig wrote: > On Mon, Jul 08, 2019 at 10:39:48PM +0200, Geert Uytterhoeven wrote: > > On Mon, Jul 8, 2019 at 7:51 PM Christoph Hellwig wrote: > > > > > > m68k only provides the dma_prep_coherent symbol when an mmu is enabled > > > > arch

Re: [PATCH] m68k: don't select ARCH_HAS_DMA_PREP_COHERENT for nommu or coldfire

2019-07-08 Thread Christoph Hellwig
On Mon, Jul 08, 2019 at 10:39:48PM +0200, Geert Uytterhoeven wrote: > Hi Christoph, > > On Mon, Jul 8, 2019 at 7:51 PM Christoph Hellwig wrote: > > > > m68k only provides the dma_prep_coherent symbol when an mmu is enabled > > arch_dma_prep_coherent > > > and not on the coldfire platform. Fix

Re: [PATCH] m68k: don't select ARCH_HAS_DMA_PREP_COHERENT for nommu or coldfire

2019-07-08 Thread Geert Uytterhoeven
Hi Christoph, On Mon, Jul 8, 2019 at 7:51 PM Christoph Hellwig wrote: > > m68k only provides the dma_prep_coherent symbol when an mmu is enabled arch_dma_prep_coherent > and not on the coldfire platform. Fix the Kconfig symbol selection > up to match this. > > Fixes: 69878ef47562 ("m68k: Imple

[PATCH] m68k: don't select ARCH_HAS_DMA_PREP_COHERENT for nommu or coldfire

2019-07-08 Thread Christoph Hellwig
m68k only provides the dma_prep_coherent symbol when an mmu is enabled and not on the coldfire platform. Fix the Kconfig symbol selection up to match this. Fixes: 69878ef47562 ("m68k: Implement arch_dma_prep_coherent()") Reported-by: Guenter Roeck --- arch/m68k/Kconfig | 2 +- 1 file changed, 1