summaryrefslogtreecommitdiff
path: root/sys/arch/arm/xscale/pxa2x0_pcic.c
AgeCommit message (Expand)Author
2005-12-14Don't hard-code card present and number of socket bits in the PCMCIA busUwe Stuehler
2005-12-13It would seem that some cards do not get reset correctly if RESET isUwe Stuehler
2005-11-23use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ tes...Michael Shalayeff
2005-07-01Move all zaurus specific code from pxa2x0_pcic.c into scoop_pcic.cUwe Stuehler
2005-04-11no need to include sys/timeout.hUwe Stuehler
2005-04-06spelling/grammar cleanupsChristopher Pascoe
2005-03-09With some correct interrupt acknowledgement and register initialization,Dale Rahn
2005-03-09Wait for card to become ready after reset; ok drahn@Uwe Stuehler
2005-03-08Enable or disable CF sockets at appropriate times, but be sure toUwe Stuehler
2005-02-23fix copyright, use pxa2x0_gpio_intr_string()Dale Rahn
2005-01-27Add pcmcia_intr_string() to format the intr string for pcmcia attachTodd C. Miller
2005-01-18Clean up pxapcic attachment code, make it closer to easy to split theDale Rahn
2005-01-15Better effort on pcic detection, poll every 5 seconds.Dale Rahn
2005-01-09Some fixes on pcic attachment.Dale Rahn
2005-01-04Seems to be working on C3000, still needs layering fix and 1/2 slot 'probing'.Dale Rahn
2005-01-04Framed up support for C3000, however not working yet so match is disabled.Dale Rahn
2004-12-30pcmcia (CF) adapter. Needs to be split into seperate layers soDale Rahn