[PATCH] twl4030: Fix pwrirq by making sure the module is responding (Re: kernel oops for 3430sdp)

2008-10-08 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [081008 06:13]: On Tue, Oct 07, 2008 at 11:28:52AM -0700, David Brownell wrote: On Tuesday 07 October 2008, Aguirre Rodriguez, Sergio Alberto wrote: 1Unable to handle kernel NULL pointer dereference at virtual address Did you try with the

Re: [PATCH] twl4030: Fix pwrirq by making sure the module is responding (Re: kernel oops for 3430sdp)

2008-10-08 Thread David Brownell
On Wednesday 08 October 2008, Tony Lindgren wrote: I suspect that twl is not yet initialized for pwrirq handling at this point. At least this patch seems to help, Did you verify that the value you read isn't 0xff? Or does the issue seem to be the mere attempt to read a register? I have a

Re: [PATCH] twl4030: Fix pwrirq by making sure the module is responding (Re: kernel oops for 3430sdp)

2008-10-08 Thread Tony Lindgren
* David Brownell [EMAIL PROTECTED] [081008 21:33]: On Wednesday 08 October 2008, Tony Lindgren wrote: I suspect that twl is not yet initialized for pwrirq handling at this point. At least this patch seems to help, Did you verify that the value you read isn't 0xff? Or does the issue seem

Re: [PATCH] twl4030: Fix pwrirq by making sure the module is responding (Re: kernel oops for 3430sdp)

2008-10-08 Thread David Brownell
On Wednesday 08 October 2008, Tony Lindgren wrote: I suspect that twl is not yet initialized for pwrirq handling at this point. At least this patch seems to help, Did you verify that the value you read isn't 0xff?  Or does the issue seem to be the mere attempt to read a register?