Re: Kernel Halt with framebuffer enabled: omap_mbox_get()

2011-09-15 Thread Ohad Ben-Cohen
On Thu, Sep 15, 2011 at 4:40 PM, Stuart Brown wrote: > What would the procedure be to get this patch applied to the arago-project? I have a feeling that asking Sanjeev will help ;) -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.

RE: Kernel Halt with framebuffer enabled: omap_mbox_get()

2011-09-15 Thread Stuart Brown
Cohen [mailto:o...@wizery.com] Sent: 15 September 2011 14:12 To: Stuart Brown Cc: linux-omap@vger.kernel.org; Brian Murray Subject: Re: Kernel Halt with framebuffer enabled: omap_mbox_get() Hi Stuart, On Thu, Sep 15, 2011 at 3:22 PM, Stuart Brown wrote: > Doing some investigation it looks

Re: Kernel Halt with framebuffer enabled: omap_mbox_get()

2011-09-15 Thread Ohad Ben-Cohen
Hi Stuart, On Thu, Sep 15, 2011 at 3:22 PM, Stuart Brown wrote: > Doing some investigation it looks like the for loop in mach-omap2/mailbox.c: > omap_mbox_get() might be wrong: > >      for(mbox = *mboxes; mbox; mbox++) ... > I'm hesitant to query this as it looks like this change has been in th

Kernel Halt with framebuffer enabled: omap_mbox_get()

2011-09-15 Thread Stuart Brown
Hi, We're doing some development with the TI8168 EVM and have followed the instructions on the TI wiki for enabling the /dev framebuffer. When we do this we end up with a kernel halt during boot (see below for example). Doing some investigation it looks like the for loop in mach-omap2/mailbox.c