12 Aug, 2019

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
     

16 Aug, 2017

2 commits


06 Feb, 2016

1 commit

  • Correct spelling of "U-Boot" shall be used in all written text
    (documentation, comments in source files etc.).

    Signed-off-by: Bin Meng
    Reviewed-by: Heiko Schocher
    Reviewed-by: Simon Glass
    Reviewed-by: Minkyu Kang

    Bin Meng
     

20 May, 2015

1 commit


19 Apr, 2015

1 commit

  • Update the naming convention used in the network stack functions and
    variables that Ethernet drivers use to interact with it.

    This cleans up the temporary hacks that were added to this interface
    along with the DM support.

    This patch has a few remaining checkpatch.pl failures that would be out
    of the scope of this patch to fix (drivers that are in gross violation
    of checkpatch.pl).

    Signed-off-by: Joe Hershberger
    Acked-by: Simon Glass

    Joe Hershberger
     

20 Aug, 2013

1 commit

  • Use ARRAY_SIZE instead of having similar implementation in each drivers.
    The NUMELEMS defined in drivers/net/npe/include/IxOsalTypes.h is not used
    at all, so this patch removes it instead of converting it to use ARRAY_SIZE.

    Signed-off-by: Axel Lin
    Cc: Albert Aribaud
    Cc: Ben Warren
    Cc: Jean-Christophe PLAGNIOL-VILLARD
    Cc: Joe Hershberger
    Cc: Marek Vasut
    Cc: Mike Frysinger
    Cc: Nobuhiro Iwamatsu
    Cc: TsiChungLiew
    Cc: Wolfgang Denk
    Cc: York Sun

    Axel Lin
     

24 Jul, 2013

1 commit


22 May, 2012

1 commit


23 Nov, 2011

1 commit

  • Fix:
    lan91c96.c: In function 'dump_memory_info':
    lan91c96.c:157:7: warning: variable 'mem_info' set but not used
    [-Wunused-but-set-variable]
    lan91c96.c: In function 'smc_send_packet':
    lan91c96.c:320:16: warning: variable 'ioaddr' set but not used
    [-Wunused-but-set-variable]

    Signed-off-by: Anatolij Gustschin

    Anatolij Gustschin
     

19 Jan, 2011

1 commit


11 Jan, 2011

1 commit


18 May, 2010

1 commit


14 Dec, 2009

1 commit

  • Make the lan91c96 driver capable of CONFIG_NET_MULTI
    to be clean for the new arch, add a a lil detect function
    Most of the formatting change was done to keep checkpatch
    silent, but a few functions and #if 0ed code which
    does not make sense for NET_MULTI have been removed

    Now, use the lan91c96_initialize() function to init the driver

    Signed-off-by: Nishanth Menon
    Signed-off-by: Ben Warren

    Nishanth Menon
     

21 Mar, 2009

1 commit

  • The environment is the canonical storage location of the mac address, so
    we're killing off the global data location and moving everything to
    querying the env directly.

    Also, do not bother checking the EEPROM if the env is setup. This
    simplifies the code greatly.

    Signed-off-by: Mike Frysinger
    Signed-off-by: Wolfgang Dnek
    CC: Ben Warren
    CC: Rolf Offermanns
    CC: Erik Stahlman
    CC: Daris A Nevil
    CC: Sascha Hauer

    Mike Frysinger
     

19 Oct, 2008

1 commit


10 Jun, 2008

1 commit


14 Feb, 2008

1 commit


26 Nov, 2007

1 commit