summaryrefslogtreecommitdiff
path: root/drivers/tqm8xx_pcmcia.c
Commit message (Collapse)AuthorAgeLines
* More code cleanupWolfgang Denk2006-07-21-3/+5
|
* Add support for TB5200 boardWolfgang Denk2006-07-19-4/+4
| | | | | | | | The TB5200 ("Tinybox") is a small baseboard for the TQM5200 module integrated in a little aluminium case. Patch by Martin Krause, 8 Jun 2006 Some code cleanup
* Major PCMCIA Cleanup to make code better readable and maintainable.Wolfgang Denk2006-07-10-0/+328
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.