[U-Boot] [PATCH] Add support for Microchip LAN75xx and LAN78xx

Simon Glass sjg at chromium.org
Tue Apr 18 18:18:35 UTC 2017


On 10 April 2017 at 13:23,  <Yuiko.Oshino at microchip.com> wrote:
> From: Yuiko Oshino <yuiko.oshino at microchip.com>
>
> Add support for Microchip LAN7500, LAN7800 and 7850, USB to 10/100/1000 Ethernet Controllers
>
> Signed-off-by: Yuiko Oshino <yuiko.oshino at microchip.com>
> Cc: Marek Vasut <marex at denx.de>
> ---
>  drivers/usb/Kconfig         |   2 +
>  drivers/usb/eth/Kconfig     |  18 ++
>  drivers/usb/eth/Makefile    |   2 +
>  drivers/usb/eth/lan75xx.c   | 463 ++++++++++++++++++++++++++++++
>  drivers/usb/eth/lan78xx.c   | 611 +++++++++++++++++++++++++++++++++++++++
>  drivers/usb/eth/lan7x.c     | 680 ++++++++++++++++++++++++++++++++++++++++++++
>  drivers/usb/eth/lan7x.h     | 189 ++++++++++++
>  drivers/usb/eth/usb_ether.c |  14 +
>  include/usb_ether.h         |  12 +
>  9 files changed, 1991 insertions(+)
>  create mode 100644 drivers/usb/eth/Kconfig
>  create mode 100644 drivers/usb/eth/lan75xx.c
>  create mode 100644 drivers/usb/eth/lan78xx.c
>  create mode 100644 drivers/usb/eth/lan7x.c
>  create mode 100644 drivers/usb/eth/lan7x.h
>

Please can you remove the non-DM code? New features should use driver
model and there is no need to support the old way on new drivers. It
encourages people to migrate.

Regards,
Simon


More information about the U-Boot mailing list