From 2bf03f971d431ca9584f489fbc6dd949f29c1898 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 12 Jan 2013 15:00:01 +0000 Subject: [PATCH] brcm47xx: BCMA - Update default IRQ assignment per upstream change Update the default IRQ assignment for unrecognized devices per the upstream change. Signed-off-by: Nathan Hintz SVN-Revision: 35121 --- .../patches-3.6/235-bcma-dont-expose-mips-irq.patch | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/target/linux/brcm47xx/patches-3.6/235-bcma-dont-expose-mips-irq.patch b/target/linux/brcm47xx/patches-3.6/235-bcma-dont-expose-mips-irq.patch index b7cf0bced4..d06eb8f0a6 100644 --- a/target/linux/brcm47xx/patches-3.6/235-bcma-dont-expose-mips-irq.patch +++ b/target/linux/brcm47xx/patches-3.6/235-bcma-dont-expose-mips-irq.patch @@ -45,6 +45,15 @@ static void bcma_core_mips_set_irq(struct bcma_device *dev, unsigned int irq) { +@@ -316,7 +322,7 @@ void bcma_core_mips_init(struct bcma_drv + break; + default: + list_for_each_entry(core, &bus->cores, list) { +- core->irq = bcma_core_mips_irq(core) + 2; ++ core->irq = bcma_core_irq(core); + } + bcma_err(bus, + "Unknown device (0x%x) found, can not configure IRQs\n", --- a/drivers/bcma/driver_pci_host.c +++ b/drivers/bcma/driver_pci_host.c @@ -577,7 +577,7 @@ int bcma_core_pci_plat_dev_init(struct p