1. 20 2月, 2009 2 次提交
  2. 17 2月, 2009 1 次提交
    • A
      Eliminated arch-specific mmc header requirement · 1de97f98
      Andy Fleming 提交于
      The current MMC infrastructure relies on the existence of an
      arch-specific header file.  This isn't necessary, and a couple
      drivers were forced to implement dummy files to meet this requirement.
      Instead, we move the stuff in those header files into a more appropriate
      place, and eliminate the stubs and the #include of asm/arch/mmc.h
      Signed-off-by: NAndy Fleming <afleming@freescale.com>
      1de97f98
  3. 29 6月, 2008 1 次提交
    • H
      MMC: Consolidate MMC/SD command definitions · 341188b9
      Haavard Skinnemoen 提交于
      This moves the MMC and SD Card command definitions from
      include/asm/arch/mmc.h into include/mmc.h. These definitions are
      given by the MMC and SD Card standards, not by any particular
      architecture.
      
      There's a lot more room for consolidation in the MMC drivers which
      I'm hoping to get done eventually, but this patch is a start.
      
      Compile-tested for all avr32 boards as well as lpc2292sodimm and
      lubbock. This should cover all three mmc drivers in the tree.
      Signed-off-by: NHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
      341188b9
  4. 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
  5. 04 2月, 2008 1 次提交
    • S
      MMC for PXA 27X (resubmit) · c95219fa
      stefano babic 提交于
      MMC support for X_Scale PXA is broken and does not work.
      Mainly, the mmc_init() function cannot recognize current SD/MMC cards.
      There were already some patches around the world but none of them was
      merged into the official u-boot tree.
      
      This patch makes order fixing this issue. Resubmit after code cleanup.
      
      Applied and tested on PXA 270 (TrizepsIV module).
      Signed-off-by: NStefano Babic <sbabic@denx.de>
      c95219fa
  6. 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
  7. 16 6月, 2003 1 次提交
    • W
      * Fix CONFIG_NET_MULTI support in include/net.h · 71f95118
      wdenk 提交于
      * Patches by Kyle Harris, 13 Mar 2003:
        - Add FAT partition support
        - Add command support for FAT
        - Add command support for MMC
        ----
        - Add Intel PXA support for video
        - Add Intel PXA support for MMC
        ----
        - Enable MMC and FAT for lubbock board
        - Other misc changes for lubbock board
      71f95118