On Tue, Jul 14, 2009 at 09:38:53AM +0200, javier Martin wrote: > Well, I am using gdb for debugging the kernel through JTAG, > it currently crashes in function "static int __init ehci_hcd_init(void)" > when executing line "retval = platform_driver_register(&PLATFORM_DRIVER);". The platform_driver's probe function is also called. Set a breakpoint at ehci_mxc_drv_probe(), the real crash must be there or in one the functions called. Daniel -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html