Re: [RFC 1/9] of: provide a cleanup helper for OF nodes

From: Bartosz Golaszewski
Date: Sun Feb 04 2024 - 14:19:19 EST


On Thu, Feb 1, 2024 at 11:18 PM Rob Herring <robh@xxxxxxxxxx> wrote:
>
> On Thu, Feb 1, 2024 at 9:55 AM Bartosz Golaszewski <brgl@xxxxxxxx> wrote:
> >
> > From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
> >
> > Allow to use __free() to automatically put references to OF nodes.
>
> Jonathan has already been working on this[1].
>
> Rob
>
> [1] https://lore.kernel.org/all/20240128160542.178315-1-jic23@xxxxxxxxxx/

Thanks, I will watch this but for now I'll have to stick to carrying
it in my series until it gets upstream.

Bart