[OpenWrt-Devel] [PATCH] ps3-utils git repository fix

2012-03-01 Thread Nicola Squartini
The PKG_SOURCE_URL should be git://git.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-utils.git rather then http://www.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-utils.git or else you will get a fatal error did you run git update-server-info on the server? Signed-off-by: Nicola Squartini

[OpenWrt-Devel] [PATCH] BCMA - Reorder SPROM fill

2012-03-01 Thread Nathan Hintz
The SPROM is initialized in bcm47xx_fill_sprom, so move the call to bcm47xx_fill_sprom_ethernet after it. Signed-off-by: Nathan Hintz nlhi...@hotmail.com Index: target/linux/brcm47xx/patches-3.2/199-MIPS-BCM47XX-provide-sprom-to-bcma-bus.patch

[OpenWrt-Devel] [PATCH] BCMA - Account for variable PCI memory base/size

2012-03-01 Thread Nathan Hintz
Signed-off-by: Nathan Hintz nlhi...@hotmail.com Index: target/linux/brcm47xx/patches-3.2/0040-bcma-add-PCIe-host-controller.patch === --- target/linux/brcm47xx/patches-3.2/0040-bcma-add-PCIe-host-controller.patch (revision 30770)

[OpenWrt-Devel] [PATCH] BCMA - Find names of non BCM cores

2012-03-01 Thread Nathan Hintz
Support recognition of MIPS 74K CPU, etc. [0.00] bcma: Core 3 found: MIPS 74K (manuf 0x4A7, id 0x82C, rev 0x01, class 0x0) Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- /dev/null 2012-02-21 01:00:44.969496803 -0800 +++

[OpenWrt-Devel] [PATCH] BCMA - Enable use of IRQ6

2012-03-01 Thread Nathan Hintz
Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- /dev/null 2012-02-21 01:00:44.969496803 -0800 +++ target/linux/brcm47xx/patches-3.2/0051-bcma-enable-irq6.patch 2011-07-25 11:20:35.030008484 -0700 @@ -0,0 +1,29 @@ +--- a/drivers/bcma/driver_mips.c b/drivers/bcma/driver_mips.c