Re: [PATCH 0/2] omap4: panda: convert to device model

2020-06-15 Thread Tom Rini
On Mon, Jun 15, 2020 at 06:01:00PM +0300, Tero Kristo wrote: > On 15/06/2020 17:57, Tom Rini wrote: > > On Mon, Jun 15, 2020 at 05:53:39PM +0300, Tero Kristo wrote: > > > On 15/06/2020 17:48, Vignesh Raghavendra wrote: > > > > > > > > > > > > On 15/06/20 11:49 am, Tero Kristo wrote: > > > > > On

Re: [PATCH 0/2] omap4: panda: convert to device model

2020-06-15 Thread Adam Ford
On Mon, Jun 15, 2020 at 9:53 AM Tero Kristo wrote: > > On 15/06/2020 17:48, Vignesh Raghavendra wrote: > > > > > > On 15/06/20 11:49 am, Tero Kristo wrote: > >> On 14/06/2020 16:49, Lokesh Vutla wrote: > >>> Hi Tero, > >>> > >>> On 02/06/20 4:49 pm, Tero Kristo wrote: > Hi, > > As t

Re: [PATCH 0/2] omap4: panda: convert to device model

2020-06-15 Thread Tero Kristo
On 15/06/2020 17:57, Tom Rini wrote: On Mon, Jun 15, 2020 at 05:53:39PM +0300, Tero Kristo wrote: On 15/06/2020 17:48, Vignesh Raghavendra wrote: On 15/06/20 11:49 am, Tero Kristo wrote: On 14/06/2020 16:49, Lokesh Vutla wrote: Hi Tero, On 02/06/20 4:49 pm, Tero Kristo wrote: Hi, As ther

Re: [PATCH 0/2] omap4: panda: convert to device model

2020-06-15 Thread Tom Rini
On Mon, Jun 15, 2020 at 05:53:39PM +0300, Tero Kristo wrote: > On 15/06/2020 17:48, Vignesh Raghavendra wrote: > > > > > > On 15/06/20 11:49 am, Tero Kristo wrote: > > > On 14/06/2020 16:49, Lokesh Vutla wrote: > > > > Hi Tero, > > > > > > > > On 02/06/20 4:49 pm, Tero Kristo wrote: > > > > > Hi

Re: [PATCH 0/2] omap4: panda: convert to device model

2020-06-15 Thread Tero Kristo
On 15/06/2020 17:48, Vignesh Raghavendra wrote: On 15/06/20 11:49 am, Tero Kristo wrote: On 14/06/2020 16:49, Lokesh Vutla wrote: Hi Tero, On 02/06/20 4:49 pm, Tero Kristo wrote: Hi, As there is looming death to OMAP4 Panda board u-boot support, I decided to take a shot and convert it to d

Re: [PATCH 0/2] omap4: panda: convert to device model

2020-06-15 Thread Vignesh Raghavendra
On 15/06/20 11:49 am, Tero Kristo wrote: > On 14/06/2020 16:49, Lokesh Vutla wrote: >> Hi Tero, >> >> On 02/06/20 4:49 pm, Tero Kristo wrote: >>> Hi, >>> >>> As there is looming death to OMAP4 Panda board u-boot support, I decided >>> to take a shot and convert it to device model myself. With th

Re: [PATCH 0/2] omap4: panda: convert to device model

2020-06-14 Thread Tero Kristo
On 14/06/2020 16:49, Lokesh Vutla wrote: Hi Tero, On 02/06/20 4:49 pm, Tero Kristo wrote: Hi, As there is looming death to OMAP4 Panda board u-boot support, I decided to take a shot and convert it to device model myself. With these patches it boots up fine, and there are no DM_SPL conversion c

Re: [PATCH 0/2] omap4: panda: convert to device model

2020-06-14 Thread Lokesh Vutla
Hi Tero, On 02/06/20 4:49 pm, Tero Kristo wrote: > Hi, > > As there is looming death to OMAP4 Panda board u-boot support, I decided > to take a shot and convert it to device model myself. With these patches > it boots up fine, and there are no DM_SPL conversion complaints during > compile time an

Re: [PATCH 0/2] omap4: panda: convert to device model

2020-06-06 Thread Jonathan Gray
On Tue, Jun 02, 2020 at 02:19:07PM +0300, Tero Kristo wrote: > Hi, > > As there is looming death to OMAP4 Panda board u-boot support, I decided > to take a shot and convert it to device model myself. With these patches > it boots up fine, and there are no DM_SPL conversion complaints during > comp

[PATCH 0/2] omap4: panda: convert to device model

2020-06-02 Thread Tero Kristo
Hi, As there is looming death to OMAP4 Panda board u-boot support, I decided to take a shot and convert it to device model myself. With these patches it boots up fine, and there are no DM_SPL conversion complaints during compile time anymore. I think USB ethernet does not work anymore with this, b