RE: net2280 Driver Bug

2017-02-05 Thread Raz Manor
Got it. Then I'm resending the patch, and looking forward to your replay. Peace and love, Raz -Original Message- From: Greg Kroah-Hartman [mailto:gre...@linuxfoundation.org] Sent: Thursday, February 2, 2017 3:46 PM To: Raz Manor Cc: Alan Stern

Re: [PATCH 2/6] usb: mtu3: add reference clock

2017-02-05 Thread Chunfeng Yun
On Wed, 2017-01-25 at 00:23 +0100, Matthias Brugger wrote: > > On 01/20/2017 03:20 AM, Chunfeng Yun wrote: > > On Thu, 2017-01-19 at 13:22 +0100, Matthias Brugger wrote: > >> > >> On 18/01/17 07:08, Chunfeng Yun wrote: > >>> usually, the reference clock comes from 26M oscillator directly, > >>>

Re: [PATCH 6/6] dt-bindings: mt8173-mtu3: add reference clock

2017-02-05 Thread Chunfeng Yun
On Mon, 2017-01-23 at 08:02 -0600, Rob Herring wrote: > On Sat, Jan 21, 2017 at 7:49 PM, Chunfeng Yun > wrote: > > Hi, > > > > On Sat, 2017-01-21 at 14:11 -0600, Rob Herring wrote: > >> On Wed, Jan 18, 2017 at 02:08:27PM +0800, Chunfeng Yun wrote: > >> > add a

Re: [PATCH v5 1/2] usb: host: plat: Enable xhci plat runtime PM

2017-02-05 Thread Baolin Wang
Hi Robert, On 26 January 2017 at 01:30, Robert Foss wrote: > Looks good to me. > > Feel free to add my r-b. OK, thanks for your reviewing. -- Baolin.wang Best Regards -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to

Re: [PATCH v5 1/2] usb: host: plat: Enable xhci plat runtime PM

2017-02-05 Thread Baolin Wang
Hi Mathias, On 31 January 2017 at 21:14, Mathias Nyman wrote: > On 16.01.2017 12:56, Baolin Wang wrote: >> >> Hi Mathias, > > > Hi > > Sorry about the long review delay > CC Alan in case my pm assumptions need to be corrected > > >> >> On 13 December 2016 at 15:49,

Re: [PATCH] usb: dwc3: wait for end transfer to complete before disable irq

2017-02-05 Thread Baolin Wang
Hi, On 31 January 2017 at 22:09, Tomasz Medrek wrote: > From: Chuansheng Liu > > Currently, in "for (epnum = 2; epnum < DWC3_ENDPOINTS_NUM; epnum++)", > it is waiting the DWC3_EP_END_TRANSFER_PENDING flag to be 0 which is > cleared in

Re: [PATCH v5 6/6] usb: musb: dsps: Manage CPPI 4.1 DMA interrupt in DSPS

2017-02-05 Thread Vinod Koul
On Wed, Jan 25, 2017 at 11:17:09AM +0100, Alexandre Bailon wrote: > Despite the CPPI 4.1 is a generic DMA, it is tied to USB. > On the DSPS, CPPI 4.1 interrupt's registers are in USBSS (the MUSB glue). > Currently, to enable / disable and clear interrupts, the CPPI 4.1 driver > maps and accesses

Re: [RESEND PATCH 0/1] add multiple clock handling for dwc2 driver

2017-02-05 Thread Frank Wang
Sorry to reformat the graph. On 2017/2/6 9:40, Frank Wang wrote: Hi Heiko, On 2017/2/5 17:41, Heiko Stuebner wrote: Hi Frank, Am Sonntag, 5. Februar 2017, 10:51:00 CET schrieb Frank Wang: The original posting on Jan 19th have not received any responses, so I resend them. The Current

Re: [RESEND PATCH 0/1] add multiple clock handling for dwc2 driver

2017-02-05 Thread Frank Wang
Hi Heiko, On 2017/2/5 17:41, Heiko Stuebner wrote: Hi Frank, Am Sonntag, 5. Februar 2017, 10:51:00 CET schrieb Frank Wang: The original posting on Jan 19th have not received any responses, so I resend them. The Current default dwc2 just handle one clock named otg, however, it may have two or

Re: [BUG] usb: gadget: Kernel oops with UVC USB gadget and configfs

2017-02-05 Thread Petr Cvek
Dne 4.2.2017 v 23:42 Robert Jarzmik napsal(a): > Petr Cvek writes: > >> Setting the UVC gadget with configfs and then reloading UDC controler driver >> (pxa27x_udc) causes kernel to fail. >> >> UDC subsystem was patched only in decreasing maxpacket size for UVC, addition >> of

Re: v4.9 to v4.10 regression: oops when USB cable is plugged in.

2017-02-05 Thread Pavel Machek
On Fri 2017-02-03 08:30:48, Tony Lindgren wrote: > * Pavel Machek [170203 00:00]: > > Hi! > > > > > On Fri, Jan 27, 2017 at 10:55:12PM +0100, Pavel Machek wrote: > > > > Ok, I can try. But so far even -rc1 is a lot of fun. But... I consider > > > > phone calls core feature of a

Re: [PATCH v16 0/3] USB Type-C Connector class

2017-02-05 Thread Guenter Roeck
On 01/30/2017 04:49 AM, Heikki Krogerus wrote: The USB Type-C class is meant to provide unified interface to the userspace to present the USB Type-C ports in a system. Just realized that I never replied. For the series: Tested-by: Guenter Roeck Changes since v15: -

[PATCH -next] usb: mtu3: remove redundant dev_err call in get_ssusb_rscs()

2017-02-05 Thread Wei Yongjun
From: Wei Yongjun There is a error message within devm_ioremap_resource already, so remove the dev_err call to avoid redundant error message. Signed-off-by: Wei Yongjun --- drivers/usb/mtu3/mtu3_plat.c | 4 +--- 1 file changed, 1 insertion(+), 3

Re: [PATCH v4 0/5] dmaengine: cppi41: Make CPPI 4.1 driver more generic

2017-02-05 Thread Bin Liu
+linux-usb list On Sun, Feb 05, 2017 at 05:42:50PM +0530, Vinod Koul wrote: > On Sun, Feb 05, 2017 at 05:40:46PM +0530, Vinod Koul wrote: > > On Mon, Jan 23, 2017 at 06:24:47PM +0100, Alexandre Bailon wrote: > > > Most of the patch of this series were part of > > > "[PATCH 00/11] dmaengine:

Re: [RESEND PATCH 0/1] add multiple clock handling for dwc2 driver

2017-02-05 Thread Heiko Stuebner
Hi Frank, Am Sonntag, 5. Februar 2017, 10:51:00 CET schrieb Frank Wang: > The original posting on Jan 19th have not received any responses, so I > resend them. > > The Current default dwc2 just handle one clock named otg, however, it may > have two or more clock need to manage for some new