Re: [PATCH v2 0/4] backlight: fix device-tree node lookups

2018-05-11 Thread Lee Jones
On Fri, 11 May 2018, Johan Hovold wrote: > Hi Lee, > > On Mon, Nov 20, 2017 at 11:45:43AM +0100, Johan Hovold wrote: > > A number of drivers have been using the wrong OF helper when doing > > child-node > > lookups during probe. This meant that they were doing tree-wide searches > > rather > >

Re: [PATCH v2 0/4] backlight: fix device-tree node lookups

2018-05-11 Thread Johan Hovold
Hi Lee, On Mon, Nov 20, 2017 at 11:45:43AM +0100, Johan Hovold wrote: > A number of drivers have been using the wrong OF helper when doing child-node > lookups during probe. This meant that they were doing tree-wide searches > rather > than matching on child nodes and that the parent node could e

[PATCH v2 0/4] backlight: fix device-tree node lookups

2017-11-21 Thread Johan Hovold
A number of drivers have been using the wrong OF helper when doing child-node lookups during probe. This meant that they were doing tree-wide searches rather than matching on child nodes and that the parent node could end up being prematurely freed. Johan v2 - add patch 4/4 which fixes two node