Re: [PATCH 0/6] of: Implement iterator for phandles

From: Rob Herring
Date: Tue Mar 22 2016 - 14:46:20 EST


On Tue, Mar 22, 2016 at 12:58 PM, Joerg Roedel <joro@xxxxxxxxxx> wrote:
> Hi,
>
> here is an implementation of the iterator over phandles
> concept which Rob Herring suggested to me some time ago. My
> approach is a little bit different from what the diff showed
> back then, but it gets rid of the allocation and 'struct
> 'struct of_phandle_args' misuse.
>
> I also converted the arm-smmu driver to make use of the
> iterator. The resulting kernel boots on my AMD Seattle
> system and fixes the warning triggered there. The patches
> now also pass all dt-unittests in my kvm environment.
>
> Please review. Patches are based on v4.5.

Other than my one comment, this looks good to me. For the series:

Acked-by: Rob Herring <robh@xxxxxxxxxx>