Skip to content
Snippets Groups Projects
  1. Apr 05, 2017
  2. Jun 06, 2016
  3. Dec 11, 2014
  4. Oct 14, 2013
  5. May 31, 2013
    • Sergey Lapin's avatar
      mtd: resync with Linux-3.7.1 · dfe64e2c
      Sergey Lapin authored
      
      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: default avatarSergey Lapin <slapin@ossfans.org>
      [scottwood@freescale.com: some eccstrength and build fixes]
      Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
      dfe64e2c
  6. Dec 13, 2012
  7. Dec 11, 2012
    • Simon Glass's avatar
      Add strcasecmp() and strncasecmp() · b1f17bf5
      Simon Glass authored
      
      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: default avatarSimon Glass <sjg@chromium.org>
      b1f17bf5
  8. Jan 26, 2012
  9. Jul 25, 2011
  10. Apr 13, 2010
  11. Oct 18, 2009
  12. May 20, 2008
    • Wolfgang Denk's avatar
      Big white-space cleanup. · 53677ef1
      Wolfgang Denk authored
      
      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: default avatarWolfgang Denk <wd@denx.de>
      53677ef1
  13. May 02, 2006
  14. Oct 04, 2005
  15. Sep 25, 2005
  16. Mar 14, 2004
    • Wolfgang Denk's avatar
      * Patch by Yuli Barcohen, 4 Mar 2004: · c3f9d493
      Wolfgang Denk authored
        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
  17. Jun 27, 2003
  18. Nov 19, 2002
    • Wolfgang Denk's avatar
      * Patch by Daniel Engstrm, 18 Nov 2002: · b2184c31
      Wolfgang Denk authored
        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
  19. Nov 03, 2002
Loading