1. 08 10月, 2020 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. 24 9月, 2016 1 次提交
  4. 19 11月, 2014 1 次提交
  5. 24 7月, 2013 1 次提交
  6. 01 6月, 2013 1 次提交
    • S
      mtd: resync with Linux-3.7.1 · dfe64e2c
      Sergey Lapin 提交于
      This patch is essentially an update of u-boot MTD subsystem to
      the state of Linux-3.7.1 with exclusion of some bits:
      
      - the update is concentrated on NAND, no onenand or CFI/NOR/SPI
      flashes interfaces are updated EXCEPT for API changes.
      
      - new large NAND chips support is there, though some updates
      have got in Linux-3.8.-rc1, (which will follow on top of this patch).
      
      To produce this update I used tag v3.7.1 of linux-stable repository.
      
      The update was made using application of relevant patches,
      with changes relevant to U-Boot-only stuff sticked together
      to keep bisectability. Then all changes were grouped together
      to this patch.
      Signed-off-by: NSergey Lapin <slapin@ossfans.org>
      [scottwood@freescale.com: some eccstrength and build fixes]
      Signed-off-by: NScott Wood <scottwood@freescale.com>
      dfe64e2c
  7. 10 10月, 2011 1 次提交
    • W
      CFI: fix warning: variable ... set but not used · 419a1fe9
      Wolfgang Denk 提交于
      Fix:
      cfi_mtd.c: In function 'cfi_mtd_init':
      cfi_mtd.c:226:19: warning: variable 'mtd_list' set but not used [-Wunused-but-set-variable]
      cfi_mtd.c: In function 'cfi_mtd_init':
      cfi_mtd.c:225:6: warning: unused variable 'devices_found'
      cfi_mtd.c: In function 'cfi_mtd_init':
      cfi_mtd.c:226:19: warning: variable 'mtd_list' set but not used [-Wunused-but-set-variable]
      [-Wunused-variable]
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Stefan Roese <sr@denx.de>
      Acked-by: NStefan Roese <sr@denx.de>
      419a1fe9
  8. 20 9月, 2010 1 次提交
  9. 02 2月, 2010 1 次提交
  10. 16 7月, 2009 1 次提交
  11. 13 6月, 2009 2 次提交
  12. 04 6月, 2009 1 次提交
  13. 29 4月, 2009 1 次提交
  14. 05 4月, 2009 1 次提交
  15. 24 11月, 2008 1 次提交