[PATCH] MPC8xx PCMCIA driver
commitde957c89b7dadb3147e885d7b6eb9db73d0eea57
authorMarcelo Tosatti <marcelo.tosatti@cyclades.com>
Sat, 29 Oct 2005 00:46:13 +0000 (28 17:46 -0700)
committerPaul Mackerras <paulus@samba.org>
Sat, 29 Oct 2005 03:55:35 +0000 (29 13:55 +1000)
tree8d6be34fb3e636924e702a02d87e5396585e590d
parente37b0c9670fed2264661ade1beb5c228dec29c96
[PATCH] MPC8xx PCMCIA driver

Here is an uptodated version of the MPC8xx PCMCIA driver for v2.6,
addressing comments by Jeff and Dominik:

- use IO accessors instead of direct device memory referencing
- avoid usage of non-standard "uint/uchar" data types
- kill struct typedef's

Will submit it for inclusion once v2.6.14 is out.

Testing on 8xx platforms is more than welcome! Works like a charm
on our custom hardware (CONFIG_PRxK).

Cc: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
drivers/pcmcia/Kconfig
drivers/pcmcia/Makefile
drivers/pcmcia/m8xx_pcmcia.c [new file with mode: 0644]