pcmcia: Implement CLKRUN protocol disabling for Ricoh bridges
authorMaciej S. Szmigiero <mail@maciej.szmigiero.name>
Sat, 8 Sep 2018 23:21:06 +0000 (01:21 +0200)
committerDominik Brodowski <linux@dominikbrodowski.net>
Mon, 1 Oct 2018 10:17:03 +0000 (12:17 +0200)
commit95691e3eddc41da2d1cd3cca51fecdfb46bd85bc
tree10e1b6e6859bac30cfc30c52d56dfe0667e93656
parent1b22dcf6b33ace39c11a2832260d499d020c3d55
pcmcia: Implement CLKRUN protocol disabling for Ricoh bridges

Currently, "disable_clkrun" yenta_socket module parameter is only
implemented for TI CardBus bridges.
Add also an implementation for Ricoh bridges that have the necessary
setting documented in publicly available datasheets.

Tested on a RL5C476II with a Sunrich C-160 CardBus NIC that doesn't work
correctly unless the CLKRUN protocol is disabled.

Let's also make it clear in its description that the "disable_clkrun"
module parameter only works on these two previously mentioned brands of
CardBus bridges.

Signed-off-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name>
Cc: stable@vger.kernel.org
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
drivers/pcmcia/ricoh.h
drivers/pcmcia/yenta_socket.c