1. 13 4月, 2021 2 次提交
  2. 17 1月, 2021 1 次提交
  3. 06 2月, 2020 1 次提交
  4. 06 6月, 2019 1 次提交
  5. 21 11月, 2018 1 次提交
  6. 01 6月, 2017 2 次提交
  7. 10 5月, 2017 1 次提交
  8. 05 4月, 2017 1 次提交
  9. 07 6月, 2016 1 次提交
  10. 12 12月, 2014 1 次提交
  11. 15 10月, 2013 1 次提交
  12. 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
  13. 14 12月, 2012 1 次提交
  14. 12 12月, 2012 1 次提交
    • S
      Add strcasecmp() and strncasecmp() · b1f17bf5
      Simon Glass 提交于
      strncasecmp() is present as strnicmp() but disabled. Make it available
      and define strcasecmp() also. There is a only a small performance penalty
      to having strcasecmp() call strncasecmp(), so do this instead of a
      standalone function, to save code space.
      
      Update the prototype in arch-specific headers as needed to avoid warnings.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      b1f17bf5
  15. 27 1月, 2012 1 次提交
  16. 26 7月, 2011 1 次提交
  17. 13 4月, 2010 1 次提交
  18. 19 10月, 2009 2 次提交
  19. 21 5月, 2008 1 次提交
    • W
      Big white-space cleanup. · 53677ef1
      Wolfgang Denk 提交于
      This commit gets rid of a huge amount of silly white-space issues.
      Especially, all sequences of SPACEs followed by TAB characters get
      removed (unless they appear in print statements).
      
      Also remove all embedded "vim:" and "vi:" statements which hide
      indentation problems.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      53677ef1
  20. 03 5月, 2006 1 次提交
  21. 05 10月, 2005 1 次提交
  22. 25 9月, 2005 1 次提交
  23. 14 3月, 2004 1 次提交
    • W
      * Patch by Yuli Barcohen, 4 Mar 2004: · c3f9d493
      wdenk 提交于
        Fix problems with GCC 3.3.x which changed handling of global
        variables explicitly initialized to zero (now in .bss instead of
        .data as before).
      
      * Patch by Leon Kukovec, 02 Mar 2004:
        add strswab() to fix IDE LBA capacity, firmware and model numbers
        on little endian machines
      
      * Patch by Masami Komiya, 02 Mar 2004:
        - Remove get_ticks() from NFS code
        - Add verification of RPC transaction ID
      
      * Patch by Pierre Aubert, 02 Mar 2004:
        cleanup for IDE and USB drivers for MPC5200
      c3f9d493
  24. 28 6月, 2003 1 次提交
    • W
      * Code cleanup: · 8bde7f77
      wdenk 提交于
        - remove trailing white space, trailing empty lines, C++ comments, etc.
        - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)
      
      * Patches by Kenneth Johansson, 25 Jun 2003:
        - major rework of command structure
          (work done mostly by Michal Cendrowski and Joakim Kristiansen)
      8bde7f77
  25. 20 11月, 2002 1 次提交
    • W
      * Patch by Daniel Engstrm, 18 Nov 2002: · b2184c31
      wdenk 提交于
        Fixes for x86 port (mostly strings issues)
      
      * Patch by Ken Chou, 18 Nov 2002:
        Fix for natsemi NIC cards (DP83815)
      
      * Patch by Pierre Aubert, 19 Nov 2002:
        fix a bug for the MII configuration, and some warnings
      b2184c31
  26. 03 11月, 2002 1 次提交