• Russell King's avatar
    [PCMCIA] Socket quiescing changes · 66787112
    Russell King authored
    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.
    66787112
cs.c 70.4 KB