Re: [PATCH 01/10] omap mailbox: cleanup omap2 register definition with macro

2009-01-16 Thread Hiroshi DOYU
Updated one attached. From: "ext Hiroshi DOYU" 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" > Subject: Re: [PATCH 01/10] omap mailbox: cleanup omap2 registe

Re: [PATCH 01/10] omap mailbox: cleanup omap2 register definition with macro

2009-01-16 Thread Hiroshi DOYU
From: "ext roel kluin" 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 > >

Re: [PATCH 01/10] omap mailbox: cleanup omap2 register definition with macro

2009-01-16 Thread roel kluin
2009/1/16 Hiroshi DOYU : > Signed-off-by: Hiroshi DOYU > --- > > arch/arm/mach-omap2/mailbox.c | 77 > +++-- > 1 files changed, 29 insertions(+), 48 deletions(-) > > diff --git a/arch/arm/mach-omap2/mailbox.c b/arch/arm/mach-omap2/mailbox.c > index 32b7af3..

[PATCH 01/10] omap mailbox: cleanup omap2 register definition with macro

2009-01-16 Thread Hiroshi DOYU
Signed-off-by: Hiroshi DOYU --- arch/arm/mach-omap2/mailbox.c | 77 +++-- 1 files changed, 29 insertions(+), 48 deletions(-) diff --git a/arch/arm/mach-omap2/mailbox.c b/arch/arm/mach-omap2/mailbox.c index 32b7af3..0609e2d 100644 --- a/arch/arm/mach-omap2/m

[PATCH 01/10] omap mailbox: cleanup omap2 register definition with macro

2008-11-25 Thread Hiroshi DOYU
Signed-off-by: Hiroshi DOYU <[EMAIL PROTECTED]> --- arch/arm/mach-omap2/mailbox.c | 77 +++- 1 files changed, 29 insertions(+), 48 deletions(-) diff --git a/arch/arm/mach-omap2/mailbox.c b/arch/arm/mach-omap2/mailbox.c index 22546d0..5ff2ed8 100644 --- a/arch