Searched hist:c8c2797c381054beaf3de89027af92a0b84b36cc (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | usb_ether.h | c8c2797c381054beaf3de89027af92a0b84b36cc Mon Jul 06 22:47:50 UTC 2015 Simon Glass <sjg@chromium.org> dm: usb: eth: Support driver model with USB Ethernet
At present USB Ethernet does not work with CONFIG_DM_ETH. Add driver model support to this feature, so that it can work alongside other Ethernet devices with driver model.
It was found that quite a bit of code is common in most of the USB Ethernet drivers. Add this code to the common layer to reduce the amount of duplicate code needed in USB Ethernet drivers when CONFIG_DM_ETH is used.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>
|
| /rk3399_rockchip-uboot/drivers/usb/eth/ |
| H A D | usb_ether.c | c8c2797c381054beaf3de89027af92a0b84b36cc Mon Jul 06 22:47:50 UTC 2015 Simon Glass <sjg@chromium.org> dm: usb: eth: Support driver model with USB Ethernet
At present USB Ethernet does not work with CONFIG_DM_ETH. Add driver model support to this feature, so that it can work alongside other Ethernet devices with driver model.
It was found that quite a bit of code is common in most of the USB Ethernet drivers. Add this code to the common layer to reduce the amount of duplicate code needed in USB Ethernet drivers when CONFIG_DM_ETH is used.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>
|