commit | 1a4a046030ade0f57b8f3b476d61c7c35d894b66 | [log] [tgz] |
---|---|---|
author | Dominik Brodowski <linux@dominikbrodowski.net> | Thu Jul 29 15:54:54 2010 +0200 |
committer | Dominik Brodowski <linux@dominikbrodowski.net> | Wed Sep 29 17:20:21 2010 +0200 |
tree | 07496ee2340444c87740745b140957347b4da1c3 | |
parent | e8405f0f617856de0ceb7d04e65b663051451544 [diff] |
pcmcia: remove Pin, Copy configuration register access The "Pin" and "Copy" configuration registers (CISREG_SCR, CISREG_PPR) do not seem to be utilized anywhere. If a device would request a write to these registers, "0" would be written. Continue to do so, but warn of unexpected behavior -- and remove the "Pin" and "Copy" entries from config_req_t. Tested-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>