brcm63xx: 3.14: fix ath9k_pci_fixup
authorJonas Gorski <jogo@openwrt.org>
Mon, 28 Jul 2014 11:12:25 +0000 (11:12 +0000)
committerJonas Gorski <jogo@openwrt.org>
Mon, 28 Jul 2014 11:12:25 +0000 (11:12 +0000)
commit042fb8eb57bfb7aba295831579a4f48c11d642f0
tree8b7b11cc23365a4cf41ffea0db5218558e9ed959
parentfd619513d1a2514b03cbfd6774260132ef78f3bd
brcm63xx: 3.14: fix ath9k_pci_fixup

Since kernel commit 928bea964827 ("PCI: Delay enabling bridges until
they're needed"), pci fixups are run with bridges (e.g. the pcie port)
disabled.

This causses hangs when ath9k_pci_fixup tries to manually enable the
device to apply the register fixups.

Fix this by enabling any parent bridges before trying to access the
device itself.

Fixes boot on DSL-274XB rev F1.

Reported-by: Matteo Croce <matteo@openwrt.org>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 41856
target/linux/brcm63xx/patches-3.14/416-BCM63XX-add-a-fixup-for-ath9k-devices.patch
target/linux/brcm63xx/patches-3.14/420-BCM63XX-add-endian-check-for-ath9k.patch
target/linux/brcm63xx/patches-3.14/421-BCM63XX-add-led-pin-for-ath9k.patch