On Fri, 2022-06-03 at 13:57 +0200, Andy Shevchenko wrote: > On Thu, Jun 2, 2022 at 4:04 PM Nuno Sá <nuno.sa@xxxxxxxxxx> wrote: > > ... > > > + parent = fwnode_get_parent(fwnode); > > + while (parent) { > > > + parent = fwnode_get_next_parent(parent); > > } > > Forgot to mention: > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=87ffea09470d94c93dd6a5a22d4b2216b395d1ea > I did looked for something like that but it's still not in the IIO testing tree. (still I actually followed that patchset but completely forgot about the helper) - Nuno Sá