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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Nov 2018 19:08:17 +0000 (11:08 -0800)
commite792b324366a1aeb5357a879587783d328510d95
tree00e33674c0657b79612c9512bb63607e96d2bf38
parent953983cbbf05b75bd14fad63ef00adce9120b057
pcmcia: Implement CLKRUN protocol disabling for Ricoh bridges

commit 95691e3eddc41da2d1cd3cca51fecdfb46bd85bc upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pcmcia/ricoh.h
drivers/pcmcia/yenta_socket.c