Re: [PATCH v2 08/14] dtoc: extend dtoc to use struct driver_info when linking nodes

2020-06-23 Thread Walter Lozano
Hi Simon, On 23/6/20 09:28, Simon Glass wrote: On Fri, 19 Jun 2020 at 08:56, Walter Lozano wrote: In the current implementation, when dtoc parses a dtb to generate a struct platdata it converts the information related to linked nodes as pointers to struct platdata of destination nodes. By

Re: [PATCH v2 08/14] dtoc: extend dtoc to use struct driver_info when linking nodes

2020-06-23 Thread Simon Glass
On Fri, 19 Jun 2020 at 08:56, Walter Lozano wrote: > > In the current implementation, when dtoc parses a dtb to generate a struct > platdata it converts the information related to linked nodes as pointers > to struct platdata of destination nodes. By doing this, it makes > difficult to get

[PATCH v2 08/14] dtoc: extend dtoc to use struct driver_info when linking nodes

2020-06-19 Thread Walter Lozano
In the current implementation, when dtoc parses a dtb to generate a struct platdata it converts the information related to linked nodes as pointers to struct platdata of destination nodes. By doing this, it makes difficult to get pointer to udevices created based on these information. This patch