[CFT] PCMCIA patches

From: Russell King (rmk@arm.linux.org.uk)
Date: Mon Jun 23 2003 - 15:37:22 EST


Ok guys,

Here's another set of PCMCIA patches to keep people occupied for a while.
Tested sa11xx and yenta here. Please report successes/failures.

Note: if you are using modules, you will only be able to remove the
socket driver when the cards are ejected (by either physically removing
the card or via cardctl eject.) Some init scripts may get upset with
this on shutdown; this will eventually be noted in davej's 2.6 changes
document. The script needs to run cardctl eject before rmmoding the
pcmcia modules.

 drivers/pcmcia/cs.c | 103 ++++++++++++++++++++++++------------------
 drivers/pcmcia/i82092.c | 46 ++----------------
 drivers/pcmcia/i82092aa.h | 1
 drivers/pcmcia/i82365.c | 75 +++---------------------------
 drivers/pcmcia/sa11xx_core.c | 66 +++++---------------------
 drivers/pcmcia/sa11xx_core.h | 3 -
 drivers/pcmcia/tcic.c | 48 ++-----------------
 drivers/pcmcia/yenta_socket.c | 39 +--------------
 drivers/pcmcia/yenta_socket.h | 5 --
 include/pcmcia/ss.h | 3 -
 10 files changed, 96 insertions(+), 293 deletions(-)

http://patches.arm.linux.org.uk/pcmcia/pcmcia-event-20030623-1.diff

        Move ->owner field from socket operations to pcmcia_socket.
        (This change is mainly for the SA11xx drivers, which use
        a core driver for the chip, and a separate module for all
        the machine specific bits.)

http://patches.arm.linux.org.uk/pcmcia/pcmcia-event-20030623-2.diff

        Get/Put module when we insert and remove a card. This avoids
        a potential deadlock when socket drivers are unloaded, and we
        have a cardbus card known to the system.

http://patches.arm.linux.org.uk/pcmcia/pcmcia-event-20030623-3.diff

        Remove original module use accounting in register_callback.

http://patches.arm.linux.org.uk/pcmcia/pcmcia-event-20030623-4.diff

        Add work-around for i82365-based socket drivers to the core
        PCMCIA code. Since insert processing is not a time critical
        event, we can afford to delay (by sleeping) these for everyone.

http://patches.arm.linux.org.uk/pcmcia/pcmcia-event-20030623-5.diff

        Remove register_callback methods; allow socket drivers to call
        pcmcia_parse_events() directly.

http://patches.arm.linux.org.uk/pcmcia/pcmcia-event-20030623-6.diff

        Remove now obsolete work queues, spinlocks, and code from
        socket drivers.

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Jun 23 2003 - 22:00:42 EST