1. 08 11月, 2011 1 次提交
  2. 19 10月, 2008 1 次提交
  3. 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
  4. 10 7月, 2007 2 次提交
  5. 04 7月, 2007 1 次提交
  6. 11 7月, 2006 1 次提交
    • W
      Major PCMCIA Cleanup to make code better readable and maintainable. · 9d407995
      Wolfgang Denk 提交于
      Notes:
      - Board-dependend code for RPXLITE and RPXCLASSIC-based boards
        placed to the drivers/rpx_pmcia.c file to avoid duplication.
        Same for TQM8xx-based boards (drivers/tqm8xx_pmcia.c).
      - drivers/i82365.c has been split into two parts located at
        board/atc/ti113x.c and board/cpc45/pd67290.c (ATC and CPC45 are
        the only boards using CONFIG_82365).
      - Changes were tested for clean build and *very* *few* boards.
      9d407995