Re: [PATCH V3 2/2] usb: phy: phy-brcm-usb: Add Broadcom STB USB Phy driver

2016-08-31 Thread Alan Cooper
On Wed, Aug 31, 2016 at 5:57 AM, Kishon Vijay Abraham I wrote: > Hi, > > On Tuesday 30 August 2016 08:00 PM, Al Cooper wrote: >> Add a new USB Phy driver for Broadcom STB SoCs. This driver >> supports all Broadcom STB ARM SoCs. This driver in combination >> with the generic ohci,

Re: [PATCH 3/6] dt-bindings: mtu3: add devicetree bindings

2016-05-12 Thread Alan Cooper
On Thu, May 12, 2016 at 3:24 AM, chunfeng yun wrote: >> > + - mediatek,enable-manual-drd : supports manual dual-role switch by sysfs >> > + interface; only used when receptacle is TYPE-A and also wants to >> > support >> > + dual-role mode. >> >> sysfs is a Linux

Re: USB resume issue

2015-12-01 Thread Alan Cooper
On Tue, Dec 1, 2015 at 2:35 PM, Alan Stern wrote: >> I'm now sure the host in "non-compliant". > > It is non-compliant if it turns off Vbus power during suspend. But > that may be caused by the platform more than by the controller itself. > I wasn't able to find any

Re: USB resume issue

2015-12-01 Thread Alan Cooper
On Tue, Dec 1, 2015 at 4:48 PM, Alan Stern <st...@rowland.harvard.edu> wrote: > On Tue, 1 Dec 2015, Alan Cooper wrote: > >> On Tue, Dec 1, 2015 at 2:35 PM, Alan Stern <st...@rowland.harvard.edu> wrote: >> >> I'm now sure the host in "non-compliant".

Re: USB resume issue

2015-12-01 Thread Alan Cooper
On Tue, Dec 1, 2015 at 11:07 AM, Alan Stern wrote: > On Tue, 1 Dec 2015, Oliver Neukum wrote: > >> On Tue, 2015-12-01 at 10:41 -0500, Alan Stern wrote: >> > > A recent patch, 7fa40910e0bf5ef32eca49595d950cb24f6402bf, added a >> > > CONNECTED retry for a different reason

Re: USB resume issue

2015-12-01 Thread Alan Cooper
On Tue, Dec 1, 2015 at 12:12 PM, Alan Cooper <alcoop...@gmail.com> wrote: > On Tue, Dec 1, 2015 at 11:07 AM, Alan Stern <st...@rowland.harvard.edu> wrote: >> On Tue, 1 Dec 2015, Oliver Neukum wrote: >> >>> On Tue, 2015-12-01 at 10:41 -0500, Alan

USB resume issue

2015-11-30 Thread Alan Cooper
I'm seeing a problem that looks like an issue in the USB-Persist feature. I'm finding that all my 3.0 thumb drives are torn down and brought back up (fail USB-Persist) during resume from "suspend to memory" if they are plugged into a 2.0 EHCI/OHCI only port on my embedded system. This embedded

Re: [PATCH V2 1/4] usb: gadget: udc: bdc: Fix a driver crash on disconnect

2015-07-24 Thread Alan Cooper
I'll send a single patch for the minimal bug fix for the rc and I'll send the rest of the changes as a patch set for 4.3. Thanks Al On Thu, Jul 23, 2015 at 4:05 PM, Felipe Balbi ba...@ti.com wrote: On Thu, Jul 23, 2015 at 03:23:26PM -0400, Alan Cooper wrote: On Wed, Jul 22, 2015 at 10:03 PM

Re: [PATCH V2 1/4] usb: gadget: udc: bdc: Fix a driver crash on disconnect

2015-07-23 Thread Alan Cooper
On Wed, Jul 22, 2015 at 10:03 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Wed, Jul 22, 2015 at 06:27:29PM -0400, Alan Cooper wrote: On Wed, Jul 22, 2015 at 5:29 PM, Felipe Balbi ba...@ti.com wrote: On Wed, Jul 22, 2015 at 04:26:57PM -0500, Felipe Balbi wrote: On Wed, Jul 22, 2015 at 04:58

Re: [PATCH V2 1/4] usb: gadget: udc: bdc: Fix a driver crash on disconnect

2015-07-22 Thread Alan Cooper
On Wed, Jul 22, 2015 at 5:29 PM, Felipe Balbi ba...@ti.com wrote: On Wed, Jul 22, 2015 at 04:26:57PM -0500, Felipe Balbi wrote: On Wed, Jul 22, 2015 at 04:58:07PM -0400, Al Cooper wrote: V2 - Fix a compiler bug that happend when the config options CONFIG_USB_GADGET_DEBUG and

Re: [PATCH 1/4] usb: gadget: udc: bdc: Fix a driver crash on disconnect

2015-07-20 Thread Alan Cooper
I did do a build for ARM dove and x86_64 and didn't see any build errors. Can you send me the build error? Thanks Al On Mon, Jul 20, 2015 at 1:15 PM, Felipe Balbi ba...@ti.com wrote: On Thu, Jul 16, 2015 at 05:47:35PM -0400, Al Cooper wrote: ep_dequeue() in bdc_ep.c was capturing the hw

Re: [PATCH] usb: xhci_suspend is not stopping the root hub timer for the shared HCD

2014-07-30 Thread Alan Cooper
Good point. I'll send a V2. Thanks Al On Wed, Jul 30, 2014 at 2:04 PM, Jack Pham ja...@codeaurora.org wrote: Hi Al, I faced an issue related to this and was about to send a patch myself but you beat me to it. On Tue, Jul 29, 2014 at 02:21:55PM -0400, Al Cooper wrote: ---

Re: [PATCH V4] usb: Add Device Tree support to XHCI Platform driver

2013-07-25 Thread Alan Cooper
On Wed, Jul 24, 2013 at 6:10 PM, Sergei Shtylyov sergei.shtyl...@cogentembedded.com wrote: Hello. On 07/25/2013 01:21 AM, Sarah Sharp wrote: It looks like all the feedback has been addressed, but I'm no device tree expert. Felipe, Matthijs, and Sergei, does this look good? If so, I'll

Re: [PATCH V4] usb: Add Device Tree support to XHCI Platform driver

2013-07-25 Thread Alan Cooper
On Thu, Jul 25, 2013 at 1:10 PM, Sergei Shtylyov sergei.shtyl...@cogentembedded.com wrote: The node should be named just usb, not xhci (no programming interface specific names), according to the ePAPR spec [1]. What about the existing node names ohci@ and ehci@? Unfortunately,

Re: [PATCH V3] usb: Add Device Tree support to XHCI Platform driver

2013-07-23 Thread Alan Cooper
This compiles without CONFIG_OF because of_match_ptr() assigns NULL if CONFIG_OF is not defined. On Tue, Jul 23, 2013 at 10:35 AM, Matthijs Kooijman matth...@stdin.nl wrote: Hi Al, @@ -212,11 +213,19 @@ static int xhci_plat_remove(struct platform_device *dev) return 0; } +#ifdef