]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Major PCMCIA Cleanup to make code better readable and maintainable.
authorWolfgang Denk <wd@pollux.denx.de>
Mon, 10 Jul 2006 21:07:28 +0000 (23:07 +0200)
committerWolfgang Denk <wd@pollux.denx.de>
Mon, 10 Jul 2006 21:07:28 +0000 (23:07 +0200)
commit9d407995516bfcd401b76de0c11e679fb3871c79
treedae126efb15ae0a160bd1b3f0b18ad2735c6c015
parenta874c8c65f57ecfbb8c7961525ac4376b6fbab8b
Major PCMCIA Cleanup to make code better readable and maintainable.
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.
32 files changed:
CHANGELOG
board/atc/Makefile
board/atc/ti113x.c [new file with mode: 0644]
board/c2mon/Makefile
board/c2mon/pcmcia.c [new file with mode: 0644]
board/cpc45/pd67290.c
board/fads/Makefile
board/fads/pcmcia.c [new file with mode: 0644]
board/gth/Makefile
board/gth/pcmcia.c [new file with mode: 0644]
board/icu862/Makefile
board/icu862/pcmcia.c [new file with mode: 0644]
board/kup/common/pcmcia.c [new file with mode: 0644]
board/kup/kup4k/Makefile
board/kup/kup4x/Makefile
board/lwmon/Makefile
board/lwmon/pcmcia.c [new file with mode: 0644]
board/mbx8xx/Makefile
board/mbx8xx/pcmcia.c [new file with mode: 0644]
board/netta/Makefile
board/netta/pcmcia.c [new file with mode: 0644]
board/r360mpi/Makefile
board/r360mpi/pcmcia.c [new file with mode: 0644]
board/uc100/Makefile
board/uc100/pcmcia.c [new file with mode: 0644]
common/cmd_pcmcia.c
drivers/Makefile
drivers/mpc8xx_pcmcia.c [new file with mode: 0644]
drivers/pxa_pcmcia.c [new file with mode: 0644]
drivers/rpx_pcmcia.c [new file with mode: 0644]
drivers/tqm8xx_pcmcia.c [new file with mode: 0644]
include/pcmcia.h