Re: [U-Boot] [PATCH] net: davinci_emac: don't teardown inactive rx channel

2015-08-12 Thread Joe Hershberger
Hi Jeroen, On Sun, Jun 7, 2015 at 10:30 AM, Jeroen Hofstee wrote: > Tearing down an unitialized rx channel causes a pending address hole > event to be queued. When booting linux it will report this pending > as something like "Address Hole seen by USB_OTG at address 57fff584", > since u-boot did

Re: [U-Boot] [PATCH] net: davinci_emac: don't teardown inactive rx channel

2015-06-11 Thread Joe Hershberger
Hi Jeroen, On Thu, Jun 11, 2015 at 12:51 AM, Tony Lindgren wrote: > * Joe Hershberger [150610 07:26]: >> Hi Jeroen, >> >> On Sun, Jun 7, 2015 at 10:30 AM, Jeroen Hofstee wrote: >> > Tearing down an unitialized rx channel causes a pending address hole >> > event to be queued. When booting linux

Re: [U-Boot] [PATCH] net: davinci_emac: don't teardown inactive rx channel

2015-06-10 Thread Tony Lindgren
* Joe Hershberger [150610 07:26]: > Hi Jeroen, > > On Sun, Jun 7, 2015 at 10:30 AM, Jeroen Hofstee wrote: > > Tearing down an unitialized rx channel causes a pending address hole > > event to be queued. When booting linux it will report this pending > > as something like "Address Hole seen by US

Re: [U-Boot] [PATCH] net: davinci_emac: don't teardown inactive rx channel

2015-06-10 Thread Joe Hershberger
Hi Jeroen, On Sun, Jun 7, 2015 at 10:30 AM, Jeroen Hofstee wrote: > Tearing down an unitialized rx channel causes a pending address hole > event to be queued. When booting linux it will report this pending > as something like "Address Hole seen by USB_OTG at address 57fff584", > since u-boot did

Re: [U-Boot] [PATCH] net: davinci_emac: don't teardown inactive rx channel

2015-06-08 Thread Jeroen Hofstee
+cc (forget them somehow) On 07-06-15 17:30, Jeroen Hofstee wrote: Tearing down an unitialized rx channel causes a pending address hole event to be queued. When booting linux it will report this pending as something like "Address Hole seen by USB_OTG at address 57fff584", since u-boot did not h

[U-Boot] [PATCH] net: davinci_emac: don't teardown inactive rx channel

2015-06-07 Thread Jeroen Hofstee
Tearing down an unitialized rx channel causes a pending address hole event to be queued. When booting linux it will report this pending as something like "Address Hole seen by USB_OTG at address 57fff584", since u-boot did not handled this interrupt. Prevent that by not tearing down the rx channel