Re: [PATCH 06/11] of/address: Introduce of_get_next_dma_parent() helper

2019-09-27 Thread Geert Uytterhoeven
On Fri, Sep 27, 2019 at 2:25 AM Rob Herring wrote: > From: Robin Murphy > > Add of_get_next_dma_parent() helper which is similar to > __of_get_dma_parent(), but can be used in iterators and decrements the > ref count on the prior parent. > > Signed-off-by: Robin Murphy > Signed-off-by: Rob

[PATCH 06/11] of/address: Introduce of_get_next_dma_parent() helper

2019-09-26 Thread Rob Herring
From: Robin Murphy Add of_get_next_dma_parent() helper which is similar to __of_get_dma_parent(), but can be used in iterators and decrements the ref count on the prior parent. Signed-off-by: Robin Murphy Signed-off-by: Rob Herring --- drivers/of/address.c | 10 ++ 1 file changed, 10