]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit92ee645317d76777c5f0bc7a95fca6cd37babaf8
tree5bffbd6931d08a03b28efa376e2fc5907f718325
parent77b1b93f3fb7a2777e7374e3b0e98e8e12db5dc0
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