From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from hall.aurel32.net ([88.191.38.19]:48627 "EHLO hall.aurel32.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752333AbXGMGjl (ORCPT ); Fri, 13 Jul 2007 02:39:41 -0400 Date: Fri, 13 Jul 2007 08:11:00 +0200 From: Aurelien Jarno To: mb@bu3sch.de Cc: Andrew Morton , John Linville , linux-wireless@vger.kernel.org, Gary Zambrano Subject: Re: [patch 1/2] Merge the Sonics Silicon Backplane subsystem Message-ID: <20070713061100.GA28974@hall.aurel32.net> References: <20070712085432.528319000@bu3sch.de> <20070712085744.604965000@bu3sch.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 In-Reply-To: <20070712085744.604965000@bu3sch.de> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Thu, Jul 12, 2007 at 10:54:33AM +0200, mb@bu3sch.de wrote: > This merges the SSB subsystem. SSB is a backplane bus subsystem needed > for various Broadcom devices. > > Signed-off-by: Michael Buesch [...] > Index: linux-2.6/include/linux/ssb/ssb_regs.h > =================================================================== > --- /dev/null 1970-01-01 00:00:00.000000000 +0000 > +++ linux-2.6/include/linux/ssb/ssb_regs.h 2007-07-12 10:51:49.000000000 +0200 > @@ -0,0 +1,294 @@ [...] > +#define SSB_EXTIF_BASE 0x1f000000 /* External Interface region base address */ > +#define SSB_FLASH1 0x1fc00000 /* Flash Region 1 */ > +#define SSB_FLASH1_SZ 0x00400000 /* Size of Flash Region 1 */ > + > +#define SSB_PCI_DMA 0x40000000 /* Client Mode sb2pcitranslation2 (1 GB) */ > +#define SSB_PCI_DMA_SZ 0x40000000 /* Client Mode sb2pcitranslation2 size in bytes */ > +#define SSB_PCIE_DMA_L32 0x00000000 /* PCIE Client Mode sb2pcitranslation2 (2 ZettaBytes), low 32 bits */ > +#define SSB_PCIE_DMA_H32 0x80000000 /* PCIE Client Mode sb2pcitranslation2 (2 ZettaBytes), high 32 bits */ > +#define SSB_EUART (SB_EXTIF_BASE + 0x00800000) > +#define SSB_LED (SB_EXTIF_BASE + 0x00900000) I have just noticed a typo here. That should be SSB_EXTIF_BASE instead of SB_EXTIF_BASE. -- .''`. Aurelien Jarno | GPG: 1024D/F1BCDB73 : :' : Debian developer | Electrical Engineer `. `' aurel32@debian.org | aurelien@aurel32.net `- people.debian.org/~aurel32 | www.aurel32.net