Re: [kernel,2/2] powerpc/powernv/npu: Add PE to PHB's list

2016-05-12 Thread Michael Ellerman
On Thu, 2016-12-05 at 05:47:10 UTC, Alexey Kardashevskiy wrote: > Before 3e68dc57 "powerpc/powernv: Remove DMA32 PE list", NPU PEs > were linked to the NPU PHB via phb->ioda.pe_dma_list; after that fix, > the phb->ioda.pe_list is used. > > During the pe_dma_list removal, list_add_tail(&phb->ioda.p

Re: [PATCH kernel 2/2] powerpc/powernv/npu: Add PE to PHB's list

2016-05-11 Thread Gavin Shan
On Thu, May 12, 2016 at 03:47:10PM +1000, Alexey Kardashevskiy wrote: >Before 3e68dc57 "powerpc/powernv: Remove DMA32 PE list", NPU PEs >were linked to the NPU PHB via phb->ioda.pe_dma_list; after that fix, >the phb->ioda.pe_list is used. > >During the pe_dma_list removal, list_add_tail(&phb->ioda.

[PATCH kernel 2/2] powerpc/powernv/npu: Add PE to PHB's list

2016-05-11 Thread Alexey Kardashevskiy
Before 3e68dc57 "powerpc/powernv: Remove DMA32 PE list", NPU PEs were linked to the NPU PHB via phb->ioda.pe_dma_list; after that fix, the phb->ioda.pe_list is used. During the pe_dma_list removal, list_add_tail(&phb->ioda.pe_dma_list) was removed, however no list_add() was added so does this patc