bcma: add support for 1 and 2 byte extended config space access
authorNathan Hintz <nlhintz@hotmail.com>
Sat, 12 Jan 2013 10:46:16 +0000 (02:46 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 14 Jan 2013 20:10:41 +0000 (15:10 -0500)
commitb09e9abd091a4ed1e638a810b25c6577b4621b12
tree5bffbd6931d08a03b28efa376e2fc5907f718325
parent447d7e25be462329268f279bef2f6faa986a5185
bcma: add support for 1 and 2 byte extended config space access

The sanity checks allow 1 and 2 byte reads/writes of the extended
PCI config space to proceed; however, the code only supports 4
byte reads/writes.  This patch adds support for 1 and 2 byte
reads/writes of the extended PCI config space.

Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/bcma/driver_pci_host.c