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

From: Paul Burton
Date: Thu Jul 12 2018 - 12:01:18 EST


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.
>
> Signed-off-by: Thomas Bogendoerfer <tbogendoerfer@xxxxxxx>
> ---
> arch/mips/jazz/setup.c | 17 +++++++++++++++--
> 1 file changed, 15 insertions(+), 2 deletions(-)

Applied to mips-next for 4.19, thanks!

Paul