Re: [PATCH] video: fbdev: atmel_lcdfb: fix display-timings lookup

2017-12-29 Thread Bartlomiej Zolnierkiewicz
On Monday, November 13, 2017 11:27:19 AM Johan Hovold wrote: > Fix child-node lookup during probe, which ended up searching the whole > device tree depth-first starting at the parent rather than just matching > on its children. > > To make things worse, the parent display node was also

Re: [PATCH] video: fbdev: atmel_lcdfb: fix display-timings lookup

2017-12-29 Thread Bartlomiej Zolnierkiewicz
On Monday, November 13, 2017 11:27:19 AM Johan Hovold wrote: > Fix child-node lookup during probe, which ended up searching the whole > device tree depth-first starting at the parent rather than just matching > on its children. > > To make things worse, the parent display node was also

[PATCH] video: fbdev: atmel_lcdfb: fix display-timings lookup

2017-11-13 Thread Johan Hovold
Fix child-node lookup during probe, which ended up searching the whole device tree depth-first starting at the parent rather than just matching on its children. To make things worse, the parent display node was also prematurely freed. Note that the display and timings node references are never

[PATCH] video: fbdev: atmel_lcdfb: fix display-timings lookup

2017-11-13 Thread Johan Hovold
Fix child-node lookup during probe, which ended up searching the whole device tree depth-first starting at the parent rather than just matching on its children. To make things worse, the parent display node was also prematurely freed. Note that the display and timings node references are never