Re: [PATCH v4 02/14] dtoc: add missing code comments

2020-07-05 Thread Simon Glass
Hi Walter, On Fri, 26 Jun 2020 at 07:18, Walter Lozano wrote: > > Hi Simon, > > On 25/6/20 22:42, Simon Glass wrote: > > On Wed, 24 Jun 2020 at 22:10, Walter Lozano > > wrote: > >> Add missing information about internal class members in order to make > >> the code easier to follow. > >> > >> Si

Re: [PATCH v4 02/14] dtoc: add missing code comments

2020-06-29 Thread Simon Glass
Hi Walter, On Fri, 26 Jun 2020 at 07:18, Walter Lozano wrote: > > Hi Simon, > > On 25/6/20 22:42, Simon Glass wrote: > > On Wed, 24 Jun 2020 at 22:10, Walter Lozano > > wrote: > >> Add missing information about internal class members in order to make > >> the code easier to follow. > >> > >> Si

Re: [PATCH v4 02/14] dtoc: add missing code comments

2020-06-26 Thread Walter Lozano
Hi Simon, On 25/6/20 22:42, Simon Glass wrote: On Wed, 24 Jun 2020 at 22:10, Walter Lozano wrote: Add missing information about internal class members in order to make the code easier to follow. Signed-off-by: Walter Lozano --- tools/dtoc/dtb_platdata.py | 3 +++ 1 file changed, 3 insert

Re: [PATCH v4 02/14] dtoc: add missing code comments

2020-06-25 Thread Simon Glass
On Wed, 24 Jun 2020 at 22:10, Walter Lozano wrote: > > Add missing information about internal class members in order to make > the code easier to follow. > > Signed-off-by: Walter Lozano > --- > > tools/dtoc/dtb_platdata.py | 3 +++ > 1 file changed, 3 insertions(+) > Reviewed-by: Simon Glass

[PATCH v4 02/14] dtoc: add missing code comments

2020-06-24 Thread Walter Lozano
Add missing information about internal class members in order to make the code easier to follow. Signed-off-by: Walter Lozano --- tools/dtoc/dtb_platdata.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/dtoc/dtb_platdata.py b/tools/dtoc/dtb_platdata.py index ecfe0624d1..bc0de426a