aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-3.3/307-MIPS-BCM63XX-explicitly-register-the-pci-bus.patch
Commit message (Collapse)AuthorAgeFilesLines
* bcm63xx: update patches to latest upstream versionsJonas Gorski2012-07-031-89/+0
| | | | SVN-Revision: 32591
* fix board patches so that new boards are withing appropriate ifdefFlorian Fainelli2012-06-051-2/+2
| | | | | | | Some new board definitions were added within the #ifdef CONFIG_CPU_6338 section while some other were added within #ifdef CONFIG_CPU_6345, fix this SVN-Revision: 32060
* bcm63xx: fix a race between PCI bus scan and fallback sprom registrationJonas Gorski2012-05-061-0/+89
The fallback sprom handler was installed too late, resulting in ssb failing to get a valid sprom on some devices. Fixes #11384. SVN-Revision: 31638