| d4f847ec | 29-Nov-2015 |
Simon Glass <sjg@chromium.org> |
dm: net: usb: Convert mcs7830 driver to support driver model
Adjust this driver to support driver model for Ethernet.
Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Joe Hershberger <joe.he
dm: net: usb: Convert mcs7830 driver to support driver model
Adjust this driver to support driver model for Ethernet.
Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
show more ...
|
| 4a4ced0b | 08-Sep-2015 |
Stefan Brüns <stefan.bruens@rwth-aachen.de> |
smsc95xx: Use zero length packets when RX fifo is empty
Using NAKs on empty RX fifo for bulk in transfers is the right choice for a interrupt driven model, but U-Boot uses polling and expects an imm
smsc95xx: Use zero length packets when RX fifo is empty
Using NAKs on empty RX fifo for bulk in transfers is the right choice for a interrupt driven model, but U-Boot uses polling and expects an immediate answer if there is no incoming packet. Using ZLP Bulk In Response (BIR) mode avoids unexpected timeouts in the host controller driver.
As ZLP mode is reset default, there is no need to set it.
Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
show more ...
|
| 527298c4 | 08-Jul-2015 |
Simon Glass <sjg@chromium.org> |
net: smsc95xx: Prepare for conversion to driver model
At present struct eth_device is passed around all over the place. This does not exist with driver model. Add explicit arguments instead, so that
net: smsc95xx: Prepare for conversion to driver model
At present struct eth_device is passed around all over the place. This does not exist with driver model. Add explicit arguments instead, so that with driver model we can pass the correct things.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| d62a1dc6 | 08-Jul-2015 |
Simon Glass <sjg@chromium.org> |
net: smsc95xx: Rename AX_RX_URB_SIZE to RX_URB_SIZE
The AX_ prefix comes from the Asix driver. Since this is not that, we should avoid this confusing prefix.
Signed-off-by: Simon Glass <sjg@chromiu
net: smsc95xx: Rename AX_RX_URB_SIZE to RX_URB_SIZE
The AX_ prefix comes from the Asix driver. Since this is not that, we should avoid this confusing prefix.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|