Lars Doelle wrote:
i'm trying to get an USB-stick running on a DVEVM-alike hardware on a recent kernel, but the USB host appears to be plain dead.
I've digged a little into the kernel and my result is, that 'platform_driver_probe' in the end of 'musb_init' never ends calling 'musb_probe', thus resulting in the musb_driver being deregistered and ignored by the kernel.
Digging deeper, the 'platform_driver_probe' enumerates the 'platform' bus but fails to find any suiting device. Thus, from the sources, it appears as if the construction misses a 'platform_device' representing the USB host controller.
Because only the kernel and no hardware appears to be involved, it looks like a silly kernel configuration problem to me. I write to ask if someone knows the solution or could otherwise help.
I think I saw the same with DM6467 EVM board and recent DaVinci kernel but had no time to dig into this...
WBR, Sergei _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
