commit | 40a0017eb89c4c5a4bf81523edd867d730c9f143 | [log] [tgz] |
---|---|---|
author | Andrew Victor <andrew@sanpeople.com> | Mon Dec 04 12:26:36 2006 +0200 |
committer | Dominik Brodowski <linux@dominikbrodowski.net> | Mon Dec 04 20:19:30 2006 -0500 |
tree | e4a528771b70991e1fad2cff94630239fdf86bfa | |
parent | 1dd997f8fa5d52a473c77201a96efe3b66abc3d8 [diff] |
[PATCH] pcmcia: at91_cf update This is an update to the AT91 CompactFlash driver. We replace the hard-coded "chip select 4" with the chip-select value passed via platform_data. The configuration of the EBI memory controller to enable Compact Flash access is now also handled in the platform setup code and not in the driver. Signed-off-by: Andrew Victor <andrew@sanpeople.com> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>