From 7571b64ce8d2d30bef0985721fcf4f7bf831cf0c Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Wed, 14 Mar 2012 22:59:39 +0000 Subject: brcm47xx: add support for NAND flash on devices using bcma This patch add support for the NAND flash on BCM5357 based devices like the WNR3500Lv2. Thank you Tathagata Das for the patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30943 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../199-MIPS-BCM47XX-provide-sprom-to-bcma-bus.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'target/linux/brcm47xx/patches-3.2/199-MIPS-BCM47XX-provide-sprom-to-bcma-bus.patch') diff --git a/target/linux/brcm47xx/patches-3.2/199-MIPS-BCM47XX-provide-sprom-to-bcma-bus.patch b/target/linux/brcm47xx/patches-3.2/199-MIPS-BCM47XX-provide-sprom-to-bcma-bus.patch index e3d2527929..c96813c857 100644 --- a/target/linux/brcm47xx/patches-3.2/199-MIPS-BCM47XX-provide-sprom-to-bcma-bus.patch +++ b/target/linux/brcm47xx/patches-3.2/199-MIPS-BCM47XX-provide-sprom-to-bcma-bus.patch @@ -20,10 +20,10 @@ Signed-off-by: Hauke Mehrtens * Copyright (C) 2010 Waldemar Brodkorb - * Copyright (C) 2010-2011 Hauke Mehrtens + * Copyright (C) 2010-2012 Hauke Mehrtens + * Copyright (C) 2011-2012 Tathagata Das * * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the -@@ -91,7 +91,7 @@ static void bcm47xx_machine_halt(void) +@@ -93,7 +93,7 @@ static void bcm47xx_machine_halt(void) } #ifdef CONFIG_BCM47XX_SSB @@ -32,7 +32,7 @@ Signed-off-by: Hauke Mehrtens { char prefix[10]; -@@ -108,7 +108,7 @@ static int bcm47xx_get_sprom(struct ssb_ +@@ -110,7 +110,7 @@ static int bcm47xx_get_sprom(struct ssb_ } static int bcm47xx_get_invariants(struct ssb_bus *bus, @@ -41,7 +41,7 @@ Signed-off-by: Hauke Mehrtens { char buf[20]; -@@ -163,7 +163,7 @@ static void __init bcm47xx_register_ssb( +@@ -165,7 +165,7 @@ static void __init bcm47xx_register_ssb( char buf[100]; struct ssb_mipscore *mcore; @@ -50,7 +50,7 @@ Signed-off-by: Hauke Mehrtens if (err) printk(KERN_WARNING "bcm47xx: someone else already registered" " a ssb SPROM callback handler (err %d)\n", err); -@@ -197,10 +197,41 @@ static void __init bcm47xx_register_ssb( +@@ -199,10 +199,41 @@ static void __init bcm47xx_register_ssb( #endif #ifdef CONFIG_BCM47XX_BCMA -- cgit v1.2.3