atomisp: use type 1 instead of message bus for PCI config space access.
authorBin Gao <bin.gao@intel.com>
Thu, 2 Feb 2012 02:35:59 +0000 (18:35 -0800)
committerbuildbot <buildbot@intel.com>
Thu, 9 Feb 2012 15:58:38 +0000 (07:58 -0800)
commitbfdfbc421db966e5d08c87ef53ce9f50fba05448
treee8dbc89f31a37676db9f53e9842f19ef74e33041
parent79c4f43a42532ca2f4646e95e5f544e504fe5cf1
atomisp: use type 1 instead of message bus for PCI config space access.

BZ: 2243

We need use type 1 standard PCI config space access for real
PCI devices in Penwell Soc. These devices are 0:0:0(host bridge),
0:2:0(graphics) and 0:3:0(ISP).

The original codes in arch/x86/pci/mrst.c missed the ISP device
(00:03.0) from type 1 device white list. This patch fixes it.

Change-Id: Ib8348764148e94a657783dce8a53d44ffad6531b
Signed-off-by: Bin Gao <bin.gao@intel.com>
Reviewed-on: http://android.intel.com:8080/33628
Reviewed-by: Gross, Mark <mark.gross@intel.com>
Reviewed-by: Wang, Wen W <wen.w.wang@intel.com>
Reviewed-by: Tao, Jing <jing.tao@intel.com>
Tested-by: Koski, Anttu <anttu.koski@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
arch/x86/pci/mrst.c