On Fri, 6 Sept 2024 at 20:15, Rob Herring wrote:
>
> On Fri, Sep 6, 2024 at 9:24 AM Dave Stevenson
> wrote:
> >
> > On Wed, 4 Sept 2024 at 14:19, Rob Herring wrote:
> > >
> > > On Wed, Sep 4, 2024 at 6:18 AM Dave Stevenson
> > > wrote:
> > > >
> > > > Hi Rob
> > > >
> > > > On Tue, 3 Sept 2024
On Fri, Sep 6, 2024 at 9:24 AM Dave Stevenson
wrote:
>
> On Wed, 4 Sept 2024 at 14:19, Rob Herring wrote:
> >
> > On Wed, Sep 4, 2024 at 6:18 AM Dave Stevenson
> > wrote:
> > >
> > > Hi Rob
> > >
> > > On Tue, 3 Sept 2024 at 20:19, Rob Herring wrote:
> > > >
> > > > On Wed, Jul 31, 2024 at 2:13
On Wed, 4 Sept 2024 at 14:19, Rob Herring wrote:
>
> On Wed, Sep 4, 2024 at 6:18 AM Dave Stevenson
> wrote:
> >
> > Hi Rob
> >
> > On Tue, 3 Sept 2024 at 20:19, Rob Herring wrote:
> > >
> > > On Wed, Jul 31, 2024 at 2:13 PM Rob Herring (Arm) wrote:
> > > >
> > > > Use of_property_present() to t
On Wed, Sep 4, 2024 at 6:18 AM Dave Stevenson
wrote:
>
> Hi Rob
>
> On Tue, 3 Sept 2024 at 20:19, Rob Herring wrote:
> >
> > On Wed, Jul 31, 2024 at 2:13 PM Rob Herring (Arm) wrote:
> > >
> > > Use of_property_present() to test for property presence rather than
> > > of_find_property(). This is
Hi Rob
On Tue, 3 Sept 2024 at 20:19, Rob Herring wrote:
>
> On Wed, Jul 31, 2024 at 2:13 PM Rob Herring (Arm) wrote:
> >
> > Use of_property_present() to test for property presence rather than
> > of_find_property(). This is part of a larger effort to remove callers
> > of of_find_property() and
On Wed, Jul 31, 2024 at 2:13 PM Rob Herring (Arm) wrote:
>
> Use of_property_present() to test for property presence rather than
> of_find_property(). This is part of a larger effort to remove callers
> of of_find_property() and similar functions. of_find_property() leaks
> the DT struct property
Use of_property_present() to test for property presence rather than
of_find_property(). This is part of a larger effort to remove callers
of of_find_property() and similar functions. of_find_property() leaks
the DT struct property and data pointers which is a problem for
dynamically allocated nodes