pcmcia/yenta: add module parameter for O2 speedups
authorWolfram Sang <w.sang@pengutronix.de>
Sun, 10 Jan 2010 08:41:24 +0000 (09:41 +0100)
committerDominik Brodowski <linux@dominikbrodowski.net>
Wed, 17 Feb 2010 16:37:35 +0000 (17:37 +0100)
commit35169529093be3bbef70afd3c4125e35cece7e03
tree2cb4f4df0799f4e23d475d284d63a4941b844679
parent63c9a8b3023e6e276343da56e0f31a98c28ece9b
pcmcia/yenta: add module parameter for O2 speedups

O2-bridges can do read prefetch and write burst. However, for some combinations
of older bridges and cards, this causes problems, so it is disabled for those
bridges. Now, as some users know their setup works with the speedups enabled, a
new parameter is introduced to the driver. Now, a user can specifically enable
or disable these features, while the default is what we have today: detect the
bridge and decide accordingly. Fixes Bugzilla entry 15014.

Simplify and unify the printouts, fix a whitespace issue while we are here.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Tested-by: frodone@gmail.com
[linux@dominikbrodowski.net: whitespace fixes]
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
drivers/pcmcia/o2micro.h
drivers/pcmcia/yenta_socket.c