11 Oct, 2018

1 commit


07 May, 2018

1 commit

  • When U-Boot started using SPDX tags we were among the early adopters and
    there weren't a lot of other examples to borrow from. So we picked the
    area of the file that usually had a full license text and replaced it
    with an appropriate SPDX-License-Identifier: entry. Since then, the
    Linux Kernel has adopted SPDX tags and they place it as the very first
    line in a file (except where shebangs are used, then it's second line)
    and with slightly different comment styles than us.

    In part due to community overlap, in part due to better tag visibility
    and in part for other minor reasons, switch over to that style.

    This commit changes all instances where we have a single declared
    license in the tag as both the before and after are identical in tag
    contents. There's also a few places where I found we did not have a tag
    and have introduced one.

    Signed-off-by: Tom Rini

    Tom Rini
     

23 Jan, 2016

1 commit

  • This patch adds driver support for the Realtek RTL8152B/RTL8153 USB
    network adapters.

    Signed-off-by: Ted Chen
    [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

    Ted Chen
     

22 Jul, 2015

1 commit

  • 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
    Reviewed-by: Marek Vasut

    Simon Glass
     

25 Mar, 2015

1 commit


01 Jan, 2015

1 commit

  • This patch adds driver support for the ASIX AX88179 USB3.0 to GbE network
    adapter.

    Driver has been tested on the RECS5250 COM module (similar to ARDALE5250).
    Testcase was DHCP and PXE boot.

    Signed-off-by: Rene Griessl

    Rene Griessl
     

13 Mar, 2014

2 commits

  • introduce an 'mcs7830' driver for Moschip MCS7830 based (7730/7830/7832)
    USB 2.0 Ethernet Devices

    see "MCS7830 -- USB 2.0 to 10/100M Fast Ethernet Controller" at
    http://www.asix.com.tw/products.php?op=pItemdetail&PItemID=109;74;109

    the driver was implemented based on the U-Boot Asix driver with
    additional information gathered from the Moschip Linux driver,
    development was done on "Delock 61147" and "Logilink UA0025C" dongles

    Signed-off-by: Gerhard Sittig
    Acked-by: Marek Vasut

    Gerhard Sittig
     
  • while compilation of implemented routines and references from calling
    sites may be optional, declarations in header files should not be

    unconditionally declare the Asix and SMSC related public USB ethernet
    driver routines in the usb_ether.h header file

    Signed-off-by: Gerhard Sittig
    Acked-by: Simon Glass
    Acked-by: Marek Vasut

    Gerhard Sittig
     

24 Jul, 2013

1 commit


27 Sep, 2012

1 commit


09 Aug, 2011

1 commit


20 Feb, 2011

2 commits