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

From: Rob Herring
Date: Tue Apr 19 2016 - 18:30:25 EST


On Mon, Apr 4, 2016 at 10:49 AM, Joerg Roedel <joro@xxxxxxxxxx> wrote:
> Hi,
>
> here is a new version of the 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 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.
>
> Patches are based on v4.6-rc2

Series now applied.

Rob