Re: [PATCH kernel v3 05/22] powerpc/powernv/npu: Add helper to access struct npu for NPU device

2018-11-13 Thread Alistair Popple
Reviewed-by: Alistair Popple On Tuesday, 13 November 2018 7:28:06 PM AEDT Alexey Kardashevskiy wrote: > This step is to help removing the npu struct from pnv_phb so it > can be used by pseries as well. > > Signed-off-by: Alexey Kardashevskiy > Reviewed-by: David Gibson > --- >

[PATCH kernel v3 05/22] powerpc/powernv/npu: Add helper to access struct npu for NPU device

2018-11-13 Thread Alexey Kardashevskiy
This step is to help removing the npu struct from pnv_phb so it can be used by pseries as well. Signed-off-by: Alexey Kardashevskiy Reviewed-by: David Gibson --- arch/powerpc/platforms/powernv/npu-dma.c | 22 -- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git