Home
last modified time | relevance | path

Searched hist:"0 b830198fb3c6ee0dbbe5aa98829eddbb27429b1" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/
H A Ddavinci_emac.c0b830198fb3c6ee0dbbe5aa98829eddbb27429b1 Sun Jun 07 15:30:38 UTC 2015 Jeroen Hofstee <jeroen@myspectrum.nl> net: davinci_emac: don't teardown inactive rx channel

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 <jeroen@myspectrum.nl>