[U-Boot] [PATCH v4 2/2] usb: eth: add Realtek RTL8152B/RTL8153 DRIVER
Marek Vasut
marex at denx.de
Thu Jan 14 05:42:56 CET 2016
On Thursday, January 14, 2016 at 05:37:18 AM, Ted Chen wrote:
> 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>
> ---
> drivers/usb/eth/Makefile | 1 +
> drivers/usb/eth/r8152.c | 1459
> +++++++++++++++++++++++++++++++++++++++++++ drivers/usb/eth/r8152.h |
> 623 ++++++++++++++++++
> drivers/usb/eth/r8152_fw.c | 980 +++++++++++++++++++++++++++++
> drivers/usb/eth/usb_ether.c | 7 +
> include/usb_ether.h | 6 +
> 6 files changed, 3076 insertions(+)
> create mode 100644 drivers/usb/eth/r8152.c
> create mode 100644 drivers/usb/eth/r8152.h
> create mode 100644 drivers/usb/eth/r8152_fw.c
Where is the changelog ?
Sorry, I don't feel like reviewing 1.5k LoC all over again :-(
[...]
Best regards,
Marek Vasut
More information about the U-Boot
mailing list