Re: [PATCH 01/10] dtoc: add support to scan drivers

2020-06-16 Thread Simon Glass
Hi Walter, On Fri, 12 Jun 2020 at 11:38, Walter Lozano wrote: > > > On 11/6/20 23:22, Simon Glass wrote: > > Hi Walter, > > > > On Thu, 11 Jun 2020 at 13:07, Walter Lozano > > wrote: > >> Hi Simon, > >> > >> On 11/6/20 14:22, Simon Glass wrote: > >>> Hi Walter, > >>> > >>> On Thu, 11 Jun 2020 a

Re: [PATCH 01/10] dtoc: add support to scan drivers

2020-06-12 Thread Walter Lozano
On 11/6/20 23:22, Simon Glass wrote: Hi Walter, On Thu, 11 Jun 2020 at 13:07, Walter Lozano wrote: Hi Simon, On 11/6/20 14:22, Simon Glass wrote: Hi Walter, On Thu, 11 Jun 2020 at 11:11, Walter Lozano wrote: Hi Simon On 11/6/20 13:45, Simon Glass wrote: Hi Walter, On Mon, 8 Jun 2020

Re: [PATCH 01/10] dtoc: add support to scan drivers

2020-06-11 Thread Simon Glass
Hi Walter, On Thu, 11 Jun 2020 at 13:07, Walter Lozano wrote: > > Hi Simon, > > On 11/6/20 14:22, Simon Glass wrote: > > Hi Walter, > > > > On Thu, 11 Jun 2020 at 11:11, Walter Lozano > > wrote: > >> Hi Simon > >> > >> On 11/6/20 13:45, Simon Glass wrote: > >>> Hi Walter, > >>> > >>> On Mon, 8

Re: [PATCH 01/10] dtoc: add support to scan drivers

2020-06-11 Thread Walter Lozano
Hi Simon, On 11/6/20 14:22, Simon Glass wrote: Hi Walter, On Thu, 11 Jun 2020 at 11:11, Walter Lozano wrote: Hi Simon On 11/6/20 13:45, Simon Glass wrote: Hi Walter, On Mon, 8 Jun 2020 at 09:49, Walter Lozano wrote: Hi Simon, On 4/6/20 12:59, Simon Glass wrote: Hi Walter, On Fri, 29 M

Re: [PATCH 01/10] dtoc: add support to scan drivers

2020-06-11 Thread Simon Glass
Hi Walter, On Thu, 11 Jun 2020 at 11:11, Walter Lozano wrote: > > Hi Simon > > On 11/6/20 13:45, Simon Glass wrote: > > Hi Walter, > > > > On Mon, 8 Jun 2020 at 09:49, Walter Lozano > > wrote: > >> Hi Simon, > >> > >> On 4/6/20 12:59, Simon Glass wrote: > >>> Hi Walter, > >>> > >>> On Fri, 29 M

Re: [PATCH 01/10] dtoc: add support to scan drivers

2020-06-11 Thread Walter Lozano
Hi Simon On 11/6/20 13:45, Simon Glass wrote: Hi Walter, On Mon, 8 Jun 2020 at 09:49, Walter Lozano wrote: Hi Simon, On 4/6/20 12:59, Simon Glass wrote: Hi Walter, On Fri, 29 May 2020 at 12:15, Walter Lozano wrote: Currently dtoc scans dtbs to convert them to struct platdata and to gener

Re: [PATCH 01/10] dtoc: add support to scan drivers

2020-06-11 Thread Simon Glass
Hi Walter, On Mon, 8 Jun 2020 at 09:49, Walter Lozano wrote: > > Hi Simon, > > On 4/6/20 12:59, Simon Glass wrote: > > Hi Walter, > > > > On Fri, 29 May 2020 at 12:15, Walter Lozano > > wrote: > >> Currently dtoc scans dtbs to convert them to struct platdata and > >> to generate U_BOOT_DEVICE e

Re: [PATCH 01/10] dtoc: add support to scan drivers

2020-06-11 Thread Simon Glass
Hi Walter, On Thu, 11 Jun 2020 at 10:15, Walter Lozano wrote: > > Hi Simon, > > On 8/6/20 12:49, Walter Lozano wrote: > > Hi Simon, > > > > On 4/6/20 12:59, Simon Glass wrote: > >> Hi Walter, > >> > >> On Fri, 29 May 2020 at 12:15, Walter Lozano > >> wrote: > >>> Currently dtoc scans dtbs to con

Re: [PATCH 01/10] dtoc: add support to scan drivers

2020-06-11 Thread Walter Lozano
Hi Simon, On 8/6/20 12:49, Walter Lozano wrote: Hi Simon, On 4/6/20 12:59, Simon Glass wrote: Hi Walter, On Fri, 29 May 2020 at 12:15, Walter Lozano wrote: Currently dtoc scans dtbs to convert them to struct platdata and to generate U_BOOT_DEVICE entries. These entries need to be filled wi

Re: [PATCH 01/10] dtoc: add support to scan drivers

2020-06-08 Thread Walter Lozano
Hi Simon, On 4/6/20 12:59, Simon Glass wrote: Hi Walter, On Fri, 29 May 2020 at 12:15, Walter Lozano wrote: Currently dtoc scans dtbs to convert them to struct platdata and to generate U_BOOT_DEVICE entries. These entries need to be filled with the driver name, but at this moment the informat

Re: [PATCH 01/10] dtoc: add support to scan drivers

2020-06-04 Thread Simon Glass
Hi Walter, On Fri, 29 May 2020 at 12:15, Walter Lozano wrote: > > Currently dtoc scans dtbs to convert them to struct platdata and > to generate U_BOOT_DEVICE entries. These entries need to be filled > with the driver name, but at this moment the information used is the > compatible name present