linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Aurelien Jarno <aurelien@aurel32.net>
To: mb@bu3sch.de
Cc: Andrew Morton <akpm@linux-foundation.org>,
	John Linville <linville@tuxdriver.com>,
	linux-wireless@vger.kernel.org,
	Gary Zambrano <zambrano@broadcom.com>
Subject: Re: [patch 1/2] Merge the Sonics Silicon Backplane subsystem
Date: Fri, 13 Jul 2007 08:11:00 +0200	[thread overview]
Message-ID: <20070713061100.GA28974@hall.aurel32.net> (raw)
In-Reply-To: <20070712085744.604965000@bu3sch.de>

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 <mb@bu3sch.de>

[...]

> 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

  parent reply	other threads:[~2007-07-13  6:39 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-12  8:54 [patch 0/2] Merge the SSB subsystem mb
2007-07-12  8:54 ` [patch 2/2] ssb: Add a driver for the Broadcom OHCI core mb
2007-07-12 16:04   ` Randy Dunlap
2007-07-12 16:08     ` Greg KH
2007-07-12 17:49   ` Andrew Morton
2007-07-12 20:57     ` Michael Buesch
     [not found] ` <20070712085744.604965000@bu3sch.de>
2007-07-12 18:27   ` [patch 1/2] Merge the Sonics Silicon Backplane subsystem Andrew Morton
2007-07-12 21:42     ` Michael Buesch
2007-07-12 21:53       ` Andrew Morton
2007-07-12 22:10         ` Michael Buesch
2007-07-12 22:25           ` Andrew Morton
2007-07-13  6:11   ` Aurelien Jarno [this message]
2007-07-13  7:09     ` Holger Schurig
2007-07-13 10:22     ` Michael Buesch

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070713061100.GA28974@hall.aurel32.net \
    --to=aurelien@aurel32.net \
    --cc=akpm@linux-foundation.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=mb@bu3sch.de \
    --cc=zambrano@broadcom.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).