Re: [PATCH 13/15] powerpc/powernv/sriov: Move M64 BAR allocation into a helper

2020-07-14 Thread Alexey Kardashevskiy
On 10/07/2020 15:23, Oliver O'Halloran wrote: > I want to refactor the loop this code is currently inside of. Hoist it on > out. > > Signed-off-by: Oliver O'Halloran Reviewed-by: Alexey Kardashevskiy > --- > arch/powerpc/platforms/powernv/pci-sriov.c | 31 ++ > 1

[PATCH 13/15] powerpc/powernv/sriov: Move M64 BAR allocation into a helper

2020-07-09 Thread Oliver O'Halloran
I want to refactor the loop this code is currently inside of. Hoist it on out. Signed-off-by: Oliver O'Halloran --- arch/powerpc/platforms/powernv/pci-sriov.c | 31 ++ 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/arch/powerpc/platforms/powernv/pci-sriov.c