USB on Beaglebone black with mainline kernel

2014-05-01 Thread Leigh Brown
Hello, I'm trying to run the mainline kernel on my Beaglebone Black and things are working quite well, apart from USB. There have been a few patches recently that have improved things, but right now I'm at the point where I could do with a pointer in the right direction. The main issue now

Re: [PATCH 5/8] usb: phy: rename usb_nop_xceiv to usb_phy_generic

2014-04-18 Thread Leigh Brown
On 2014-04-16 22:26, Felipe Balbi wrote: no functional changes, just renaming the function in order to make it slightly clearer what it should be used for, also matching the driver name. Signed-off-by: Felipe Balbi ba...@ti.com --- [...] diff --git a/include/linux/usb/usb_phy_gen_xceiv.h

Re: [PATCH 8/8] usb: phy: generic: allow multiples calls to usb_phy_generic_register()

2014-04-18 Thread Leigh Brown
On 2014-04-16 22:26, Felipe Balbi wrote: it's now very easy to return a platform_device pointer and have the caller pass it as argument when calling usb_phy_generic_unregister(). Signed-off-by: Felipe Balbi ba...@ti.com --- drivers/usb/musb/am35x.c| 12 +---