From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Date: Wed, 10 Jun 2015 22:51:42 -0700 Subject: [U-Boot] [PATCH] net: davinci_emac: don't teardown inactive rx channel In-Reply-To: References: <1433691038-21078-1-git-send-email-jeroen@myspectrum.nl> Message-ID: <20150611055142.GE2712@atomide.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de * 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 USB_OTG at address 57fff584", > > since u-boot did not handled this interrupt. Prevent that by not > > tearing down the rx channel, when not receiving. > > > > Signed-off-by: Jeroen Hofstee > > --- > > To replicate this: > > - ROMcode must not use the emac > > - U-Boot must use the emac > > - only on cold start > > --- > > I don't know the hardware, but it sounds like a reasonable > explanation. Look good to you, Tony? Sure. Tony