Re: USB on Beaglebone black with mainline kernel

2014-05-02 Thread Leigh Brown
Hi George, On 2014-05-02 07:54, George Cherian wrote: Hi Leigh, Can you please try out 3.15.0-rc3 with the attached config. Thanks, that works (I can't believe it was that easy)! I'll use that as a known-good config and then try to tweak the config to how I like it. Regards, Leigh. -- T

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 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 --- drivers/usb/musb/am35x.c| 12 +--- drivers/usb/musb/blackfin.c

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 --- [...] diff --git a/include/linux/usb/usb_phy_gen_xceiv.h b/include/linux/u