Re: Incorrect Register Offsets in OMAP Mailbox

2012-05-04 Thread Tony Lindgren
* Henry Chan enli.c...@gmail.com [120307 23:33]: Sorry about that. Kind of new at this. -H Signed-off-by: Henry Chan enli.c...@gmail.com Thanks, applying this finally into fixes-non-critical. Tony On 03/05/12 11:34, Tony Lindgren wrote: Hi Henry, * Henry Chan enli.c...@gmail.com

Re: Incorrect Register Offsets in OMAP Mailbox

2012-03-08 Thread Henry Chan
Sorry about that. Kind of new at this. -H Signed-off-by: Henry Chan enli.c...@gmail.com On 03/05/12 11:34, Tony Lindgren wrote: Hi Henry, * Henry Chan enli.c...@gmail.com [120207 09:25]: Hi, Looks like the register offsets are incorrect in the OMAP mailbox code

Re: Incorrect Register Offsets in OMAP Mailbox

2012-03-05 Thread Tony Lindgren
Hi Henry, * Henry Chan enli.c...@gmail.com [120207 09:25]: Hi, Looks like the register offsets are incorrect in the OMAP mailbox code (arch/arm/mach-omap2/mailbox.c) for the OMAP4_MAILBOX_IRQ* macros. The discrepancy is with p.224 of TI document SPRUGX9 and p3891 of SWPU231K. Patch

RE: Incorrect Register Offsets in OMAP Mailbox

2012-02-09 Thread Bedia, Vaibhav
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Henry Chan Sent: Tuesday, February 07, 2012 11:27 PM To: linux-omap@vger.kernel.org Subject: Incorrect Register Offsets in OMAP Mailbox Hi, Looks like the register

Re: Incorrect Register Offsets in OMAP Mailbox

2012-02-09 Thread Tony Lindgren
Register Offsets in OMAP Mailbox Hi, Looks like the register offsets are incorrect in the OMAP mailbox code (arch/arm/mach-omap2/mailbox.c) for the OMAP4_MAILBOX_IRQ* macros. The discrepancy is with p.224 of TI document SPRUGX9 and p3891 of SWPU231K. Patch attached. My hardware hasn't

RE: Incorrect Register Offsets in OMAP Mailbox

2012-02-09 Thread Bedia, Vaibhav
On Thu, Feb 09, 2012 at 23:17:10, Tony Lindgren wrote: Care to reply with Acked-by/Tested-by so I can queue this into fixes? Acked-by: Vaibhav Bedia vaibhav.be...@ti.com -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org

Re: Incorrect Register Offsets in OMAP Mailbox

2012-02-09 Thread Tony Lindgren
* Bedia, Vaibhav vaibhav.be...@ti.com [120209 09:27]: On Thu, Feb 09, 2012 at 23:17:10, Tony Lindgren wrote: Care to reply with Acked-by/Tested-by so I can queue this into fixes? Acked-by: Vaibhav Bedia vaibhav.be...@ti.com Is the mailbox now actually usable on this hardware with this

RE: Incorrect Register Offsets in OMAP Mailbox

2012-02-09 Thread Bedia, Vaibhav
Hi Tony, On Fri, Feb 10, 2012 at 06:44:47, Tony Lindgren wrote: * Bedia, Vaibhav vaibhav.be...@ti.com [120209 09:27]: On Thu, Feb 09, 2012 at 23:17:10, Tony Lindgren wrote: Care to reply with Acked-by/Tested-by so I can queue this into fixes? Acked-by: Vaibhav Bedia

Incorrect Register Offsets in OMAP Mailbox

2012-02-07 Thread Henry Chan
Hi, Looks like the register offsets are incorrect in the OMAP mailbox code (arch/arm/mach-omap2/mailbox.c) for the OMAP4_MAILBOX_IRQ* macros. The discrepancy is with p.224 of TI document SPRUGX9 and p3891 of SWPU231K. Patch attached. My hardware hasn't come in yet, so I would appreciate it if