Re: [PATCH] mips/jazz: provide missing dma_mask/coherent_dma_mask

2018-07-12 Thread Paul Burton
Hi Thomas, On Thu, Jul 12, 2018 at 03:42:55PM +0200, Thomas Bogendoerfer wrote: > Commit 205e1b7f51e4 ("dma-mapping: warn when there is no coherent_dma_mask") > introduced a warning, if a device is missing a coherent_dma_mask. > ESP and sonic are using dma mapping functions, so they need dma masks

[PATCH] mips/jazz: provide missing dma_mask/coherent_dma_mask

2018-07-12 Thread Thomas Bogendoerfer
Commit 205e1b7f51e4 ("dma-mapping: warn when there is no coherent_dma_mask") introduced a warning, if a device is missing a coherent_dma_mask. ESP and sonic are using dma mapping functions, so they need dma masks. Signed-off-by: Thomas Bogendoerfer --- arch/mips/jazz/setup.c | 17 +++