[PCMCIA] Socket quiescing changes
commit6678711237fa37652ed845f9ce8299cb4ce2af24
authorRussell King <rmk@flint.arm.linux.org.uk>
Sun, 28 Sep 2003 01:06:07 +0000 (28 02:06 +0100)
committerRussell King <rmk@flint.arm.linux.org.uk>
Sun, 28 Sep 2003 01:06:07 +0000 (28 02:06 +0100)
tree3a1aec6f7391c8d1a501e028456b49e23683ae44
parent4d705dab95ea515e80d75c2ef27d440933215de3
[PCMCIA] Socket quiescing changes

This patch changes the way in which we turn off power to PCMCIA sockets.
We have traditionally relied on the socket drivers "init" method to
shut down the power to the socket by calling its own "set_socket" function.

Rather than relying on all socket drivers replicating this behaviour, we
move this into the core by calling the "set_socket" method explicitly
after we clear out the socket state structure.
drivers/pcmcia/cs.c
drivers/pcmcia/hd64465_ss.c
drivers/pcmcia/i82092.c
drivers/pcmcia/i82365.c
drivers/pcmcia/sa11xx_core.c
drivers/pcmcia/tcic.c