> > i am facing booting issue on 2.6.23-rc4-davinci, which is similar to this
> > post
> > http://linux.omap.com/pipermail/davinci-linux-open-source/2007-September/004187.html
>
> Maybe David can comment on this?
>
> David: Sorry for addressing you directly, but if I remember correctly 
> you are our expert for musb (?) ;)

I did a bunch of work on it, but nothing recent.


> > <1>Unable to handle kernel NULL pointer dereference at virtual address
> > 00000045
> > <1>pgd = c0004000
> > <1>[00000045] *pgd=00000000
> > Internal error: Oops: 805 [#1]
> > Modules linked in:
> > CPU: 0    Not tainted  (2.6.23-rc4-davinci1 #2)
> > PC is at cppi_controller_start+0x18/0x140
> > LR is at musb_probe+0x1f4/0x824
> > ...

I've never seen that.  It should be easy enough for someone who can
reproduce that to figure out what line of code that address indicates.

My only suggestion is that it's very early in that routine, and it
looks like the DMA controller startup code may not be quite right
after the signature change.  Around line 1983 of musb_core.c try
making the c->start() pass "c", not "c->private_data".

- Dave

_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to