Re: [PATCH 06/10] dtoc: extend dtoc to use struct driver_info when linking nodes

2020-06-04 Thread Simon Glass
On Fri, 29 May 2020 at 12:15, 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 pointer

[PATCH 06/10] dtoc: extend dtoc to use struct driver_info when linking nodes

2020-05-29 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 e