| #
6688452a |
| 29-Jun-2016 |
Stefan Roese <sr@denx.de> |
net: usb: r8152: Add DM support
Add support for driver model, so that CONFIG_DM_ETH can be defined and used with this driver.
This patch also adds the read_rom_hwaddr() callback so that the ROM MAC
net: usb: r8152: Add DM support
Add support for driver model, so that CONFIG_DM_ETH can be defined and used with this driver.
This patch also adds the read_rom_hwaddr() callback so that the ROM MAC address will be used to the DM part of this driver.
Signed-off-by: Stefan Roese <sr@denx.de> Cc: Stephen Warren <swarren@nvidia.com> Cc: Ted Chen <tedchen@realtek.com> Reviewed-by: Simon Glass <sjg@chromium.org> Cc: Joe Hershberger <joe.hershberger@ni.com>
show more ...
|
| #
9dc8ba19 |
| 20-Jan-2016 |
Ted Chen <tedchen@realtek.com> |
usb: eth: add Realtek RTL8152B/RTL8153 DRIVER
This patch adds driver support for the Realtek RTL8152B/RTL8153 USB network adapters.
Signed-off-by: Ted Chen <tedchen at realtek.com> [swarren, fixed
usb: eth: add Realtek RTL8152B/RTL8153 DRIVER
This patch adds driver support for the Realtek RTL8152B/RTL8153 USB network adapters.
Signed-off-by: Ted Chen <tedchen at realtek.com> [swarren, fixed a few compiler warnings] [swarren, with permission, converted license header to SPDX] [swarren, removed printf() spew during probe()] Signed-off-by: Stephen Warren <swarren at nvidia.com>
show more ...
|