[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090116.152112.90140354.Hiroshi.DOYU@nokia.com>
Date: Fri, 16 Jan 2009 15:21:12 +0200 (EET)
From: Hiroshi DOYU <Hiroshi.DOYU@...ia.com>
To: roel.kluin@...il.com
Cc: linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.arm.linux.org.uk, linux-omap@...r.kernel.org
Subject: Re: [PATCH 01/10] omap mailbox: cleanup omap2 register definition
with macro
Updated one attached.
From: "ext Hiroshi DOYU" <Hiroshi.DOYU@...ia.com>
Subject: Re: [PATCH 01/10] omap mailbox: cleanup omap2 register definition with macro
Date: Fri, 16 Jan 2009 14:15:24 +0200 (EET)
> From: "ext roel kluin" <roel.kluin@...il.com>
> Subject: Re: [PATCH 01/10] omap mailbox: cleanup omap2 register definition with macro
> Date: Fri, 16 Jan 2009 10:56:01 +0100
>
> [...]
> > > +#define MAILBOX_SYSCONFIG 0x010
> > > +#define MAILBOX_SYSSTATUS 0x014
> > > +#define MAILBOX_MESSAGE(m) (0x040 + 4 * (m))
> > > +#define MAILBOX_FIFOSTATUS(m) (0x080 + 4 * (m))
> > > +#define MAILBOX_MSGSTATUS(m) (0x0c0 + 4 * (m))
> > > +#define MAILBOX_IRQSTATUS(u) (0x100 + 8 * (u))
> > > +#define MAILBOX_IRQENABLE(u) (0x108 + 8 * (u))
> > ^^^^^^^
> > shouldn't this be
> > #define MAILBOX_IRQENABLE(u) (0x104 + 8 * (u))
>
> Right. I'll fix, thanks.
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
View attachment "omap-mailbox-cleanup-omap2-reg" of type "Text/Plain" (4374 bytes)
Powered by blists - more mailing lists