| To: | Hauke Mehrtens <hauke@hauke-m.de> |
|---|---|
| Subject: | Re: [RFC v3 12/13] bcm47xx: add support for bcma bus |
| From: | Florian Fainelli <florian@openwrt.org> |
| Date: | Thu, 30 Jun 2011 10:31:30 +0200 |
| Cc: | linux-wireless@vger.kernel.org, zajec5@gmail.com, linux-mips@linux-mips.org, mb@bu3sch.de, george@znau.edu.ua, arend@broadcom.com, b43-dev@lists.infradead.org, bernhardloos@googlemail.com, arnd@arndb.de, julian.calaby@gmail.com, sshtylyov@mvista.com |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:from:organization:to:subject:date:user-agent:cc:references :in-reply-to:mime-version:content-type:content-transfer-encoding :message-id; bh=KGMcGmTYN2tKIYEC/Ysw9Yi96P71adOOo5g5iSOL10M=; b=F2XDnRFcJ/t3puMXEJlRob1ML1Ap7Q7LtfUzBRyVsLJqrv8w52aRhyviQJxhTIjeff wQhlNqP69ginxTK2WJytanwQFZW3zz97bM3+gZn84Cp/lMD2VTXj/2rBa5s0QPN59UQO k7M58fAVRcE/MFgQwbgB92KkoAJ4XAZpohcHY= |
| In-reply-to: | <1309385518-12097-13-git-send-email-hauke@hauke-m.de> |
| Organization: | OpenWrt |
| References: | <1309385518-12097-1-git-send-email-hauke@hauke-m.de> <1309385518-12097-13-git-send-email-hauke@hauke-m.de> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | KMail/1.13.6 (Linux/2.6.38-8-server; KDE/4.6.2; x86_64; ; ) |
On Thursday 30 June 2011 00:11:57 Hauke Mehrtens wrote: > This patch add support for the bcma bus. Broadcom uses only Mips 74K > CPUs on the new SoC and on the old ons using ssb bus there are no Mips > 74K CPUs. > > Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> > --- > arch/mips/bcm47xx/Kconfig | 13 ++++++ > arch/mips/bcm47xx/gpio.c | 22 +++++++++++ > arch/mips/bcm47xx/nvram.c | 10 +++++ > arch/mips/bcm47xx/serial.c | 29 ++++++++++++++ > arch/mips/bcm47xx/setup.c | 53 > +++++++++++++++++++++++++- arch/mips/bcm47xx/time.c | > 5 ++ > arch/mips/include/asm/mach-bcm47xx/bcm47xx.h | 8 ++++ > arch/mips/include/asm/mach-bcm47xx/gpio.h | 41 ++++++++++++++++++++ > drivers/watchdog/bcm47xx_wdt.c | 11 +++++ > 9 files changed, 190 insertions(+), 2 deletions(-) > > diff --git a/arch/mips/bcm47xx/Kconfig b/arch/mips/bcm47xx/Kconfig > index 443d918..85ca1f5 100644 > --- a/arch/mips/bcm47xx/Kconfig > +++ b/arch/mips/bcm47xx/Kconfig > @@ -15,4 +15,17 @@ config BCM47XX_SSB > > This will generate an image with support for SSB and MIPS32 R2 > instruction set. > > +config BCM47XX_BCMA > + bool "SSB Support for Broadcom BCM47XX" and "BCMA support for Broadcom BCM47XX" here? |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [RFC v3 11/13] bcm47xx: make it possible to build bcm47xx without ssb., Florian Fainelli |
|---|---|
| Next by Date: | SB16 build error., Ralf Baechle |
| Previous by Thread: | [RFC v3 12/13] bcm47xx: add support for bcma bus, Hauke Mehrtens |
| Next by Thread: | SB16 build error., Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |