Re: [PATCH 1/2] dm: core: Fix iteration over driver_info records

2022-10-25 Thread Paul Barker
On 15/10/2022 18:53, Simon Glass wrote: > Hi Paul, > > On Sat, 15 Oct 2022 at 03:19, Paul Barker wrote: >> >> We should only perform additional iteration steps when needed to >> initialize the parent of a device. Other binding errors (such as a >> missing driver) should not lead to additional

Re: [PATCH 1/2] dm: core: Fix iteration over driver_info records

2022-10-15 Thread Simon Glass
Hi Paul, On Sat, 15 Oct 2022 at 03:19, Paul Barker wrote: > > We should only perform additional iteration steps when needed to > initialize the parent of a device. Other binding errors (such as a > missing driver) should not lead to additional iteration steps. > > Unnecessary iteration steps can

[PATCH 1/2] dm: core: Fix iteration over driver_info records

2022-10-15 Thread Paul Barker
We should only perform additional iteration steps when needed to initialize the parent of a device. Other binding errors (such as a missing driver) should not lead to additional iteration steps. Unnecessary iteration steps can cause issues when memory is tightly constrained (such as in the