bcma: do not initialize deactivated PCIe cores
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 30 Sep 2012 22:12:54 +0000 (00:12 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 19 Oct 2012 19:53:03 +0000 (15:53 -0400)
commit2b4766c3008aa99a60415a6f321ac0dad94852f1
tree95c4600f0f5baddf2b5761341cc568a1dcf17b52
parentf255b9cccaeaa03ef6e58f7762bf7249b3dd7ea2
bcma: do not initialize deactivated PCIe cores

Before it was tried to initialize the deactivated PCIe core in client
mode, but this causes the SoC to hang. Just do not initialize it at all
and ignore the core it is not working and nothing is connected to it
when the specific bit is set in the boardflags.

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