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:16:46 +0000 (11:16 -0800)
commitc52a368de213645738d6d9de0fe1aef4988929d8
tree90946143d372e1f4472f838e2c51732787fa7f2c
parent6a6b41642a7666bcfac946af5d4113cf0f8b38bc
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