>Sent: Friday, October 10, 2008 10:58 AM
>To: David Brownell; [email protected] List
>Subject: Re: Git tree updated to v2.6.27, some issues remain
>
>On Fri, Oct 10, 2008 at 8:43 AM, David Brownell <[EMAIL PROTECTED]> wrote:
>> On Friday 10 October 2008, Tony Lindgren wrote:
>>> Anything else not working right now?
>>
>> MUSB on Overo...
>
>Indeed. Any theories?
My theory -
In: drivers/mfd/twl4030-core.c
struct resource r = {
.start = TWL4030_PWRIRQ_USB_PRES,
.flags = IORESOURCE_IRQ,
};
status = platform_device_add_resources(pdev, &r, 1);
where value of TWL4030_PWRIRQ_USB_PRES = 378
In: drivers/i2c/chips/twl4030-usb.c
status = request_irq(twl->irq ^(378)^ , twl4030_usb_irq, 0,
"twl4030_usb", twl);
fails because 378 > NR_IRQS
>
>I am trying a second build with EHCI enabled to see if it still dies on boot.
>
>Steve
>--
>To unsubscribe from this list: send the line "unsubscribe linux-omap" in
>the body of a message to [EMAIL PROTECTED]
>More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html