1. 03 12月, 2019 1 次提交
  2. 07 5月, 2018 1 次提交
    • T
      SPDX: Convert all of our single license tags to Linux Kernel style · 83d290c5
      Tom Rini 提交于
      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: NTom Rini <trini@konsulko.com>
      83d290c5
  3. 16 8月, 2016 1 次提交
  4. 20 8月, 2013 1 次提交
    • A
      net: Use ARRAY_SIZE at appropriate places · a62cd29c
      Axel Lin 提交于
      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: NAxel Lin <axel.lin@ingics.com>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Ben Warren <biggerbadderben@gmail.com>
      Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
      Cc: Joe Hershberger <joe.hershberger@ni.com>
      Cc: Marek Vasut <marex@denx.de>
      Cc: Mike Frysinger <vapier@gentoo.org>
      Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
      Cc: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: York Sun <yorksun@freescale.com>
      a62cd29c
  5. 24 7月, 2013 1 次提交
  6. 19 10月, 2012 1 次提交
    • M
      m68k: net: Fix unused variable in mcfmii.c · 2b758cad
      Marek Vasut 提交于
      The following warning was produced, fix it:
      
      mcfmii.c: In function 'mcffec_miiphy_write':
      mcfmii.c:318:8: warning: variable 'rdreg' set but not used [-Wunused-but-set-variable]
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: "Jin Zhengxiong-R64188" <R64188@freescale.com>
      Cc: Jason Jin <jason.jin@freescale.com>
      2b758cad
  7. 06 10月, 2011 1 次提交
    • M
      net: drop !NET_MULTI code · e2a53458
      Mike Frysinger 提交于
      This is long over due.  All but two net drivers have been converted, but
      those have now been dropped.
      
      The only thing left to do is actually delete all references to NET_MULTI
      and code that is compiled when that is not defined.  So here we scrub the
      core code.
      Signed-off-by: NMike Frysinger <vapier@gentoo.org>
      e2a53458
  8. 10 1月, 2011 1 次提交
  9. 10 8月, 2010 1 次提交
  10. 04 5月, 2010 1 次提交
  11. 15 6月, 2009 1 次提交
  12. 07 2月, 2009 1 次提交
  13. 10 11月, 2008 1 次提交