[PATCH 1/2] USB: serial: ftdi_sio: Annotate the current Xsens PID assignments

2014-07-23 Thread Patrick Riphagen
The converters are used in specific products. It can be useful to know which they are exactly. Signed-off-by: Patrick Riphagen patrick.ripha...@xsens.com Cc: Johan Hovold jo...@kernel.org Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: stable sta...@vger.kernel.org Cc: Frans Klaver

[PATCH 2/2] USB: serial: ftdi_sio: Add support for new Xsens devices

2014-07-23 Thread Patrick Riphagen
This adds support for new Xsens devices, using Xsens' own Vendor ID. Signed-off-by: Patrick Riphagen patrick.ripha...@xsens.com Cc: Johan Hovold jo...@kernel.org Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: stable sta...@vger.kernel.org Cc: Frans Klaver frans.kla...@xsens.com ---

[PATCH 0/2] USB: serial: ftdi_sio: Add support for new Xsens devices

2014-07-23 Thread Patrick Riphagen
- Annotate the current Xsens PID assigments - Add support for new Xsens devices Cc: Johan Hovold jo...@kernel.org Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: stable sta...@vger.kernel.org Cc: Frans Klaver frans.kla...@xsens.com Patrick Riphagen (2): Annotate the current Xsens PID

Re: [PATCH 1/4] usb: move the OTG state from the USB PHY to the OTG structure

2014-07-23 Thread Antoine Ténart
Hi, On Tue, Jul 22, 2014 at 04:33:54PM -0500, Bin Liu wrote: On Wed, Jul 9, 2014 at 5:17 AM, Antoine Ténart antoine.ten...@free-electrons.com wrote: diff --git a/drivers/usb/chipidea/debug.c b/drivers/usb/chipidea/debug.c index 7cccab6ff308..9a9702773e43 100644 ---

Re: [BUG] Lockdep splat in usb network gadget

2014-07-23 Thread Li RongQing
This commit introduced this bug commit a9232076374334ca2bc2a448dfde96d38a54349a Author: Jeff Westfahl jeff.westf...@ni.com Date: Thu May 29 09:49:41 2014 +0300 usb: gadget: u_ether: synchronize with transmit when stopping queue When disconnecting, it's possible that another thread has

[PATCH] usb: phy: msm: Make of_device_id array const

2014-07-23 Thread Kiran Padwal
Make of_device_id array const, because all OF functions handle it as const. Signed-off-by: Kiran Padwal kiran.pad...@smartplayin.com --- drivers/usb/phy/phy-msm-usb.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/phy/phy-msm-usb.c

Re: 03f0:521d Hewlett-Packard (HP hs3110)

2014-07-23 Thread Bjørn Mork
Lars Melin lars...@gmail.com writes: On 2014-07-23 04:17, Dan Williams wrote: On Tue, 2014-07-22 at 14:02 +, Stanescu Victor wrote: Hello, This device works perfectly with usbserial generic, loaded with forced vendor/product parameters. Can you please add it to the proper driver? T:

Re: 03f0:521d Hewlett-Packard (HP hs3110)

2014-07-23 Thread Stanescu Victor
Hello, As I have started this discussion, I'd like to assure you that I'm willing to do any tests you want/need in order to clarify it. Even a teamviewer session can be an option if needed. Thanks, Victor On 07/23/2014 11:52 AM, Bjørn Mork wrote: Lars Melin lars...@gmail.com writes: On

Re: [PATCH v3 0/2] usb: fix controller-PHY binding for OMAP3 platform

2014-07-23 Thread Kishon Vijay Abraham I
Hi Felipe, On Monday 21 July 2014 08:45 PM, Felipe Balbi wrote: Hi, On Mon, Jul 21, 2014 at 05:04:57PM +0200, Laurent Pinchart wrote: Hi Felipe, What happened to these two patches ? looks like I lost them. On Monday 16 December 2013 17:48:29 Felipe Balbi wrote: On Mon, Dec 16, 2013

Re: 03f0:521d Hewlett-Packard

2014-07-23 Thread Bjørn Mork
Stanescu Victor victor.stane...@gtsce.com writes: Hello, This device works perfectly with usbserial generic, loaded with forced vendor/product parameters. Can you please add it to the proper driver? T: Bus=02 Lev=01 Prnt=01 Port=05 Cnt=02 Dev#= 7 Spd=480 MxCh= 0 D: Ver= 2.00

Re: [BUG] Lockdep splat in usb network gadget

2014-07-23 Thread Thomas Gleixner
On Wed, 23 Jul 2014, Li RongQing wrote: This commit introduced this bug commit a9232076374334ca2bc2a448dfde96d38a54349a Author: Jeff Westfahl jeff.westf...@ni.com Date: Thu May 29 09:49:41 2014 +0300 usb: gadget: u_ether: synchronize with transmit when stopping queue When

Re: 03f0:521d Hewlett-Packard (HP hs3110)

2014-07-23 Thread Bjørn Mork
Stanescu Victor victor.stane...@gtsce.com writes: Hello, As I have started this discussion, I'd like to assure you that I'm willing to do any tests you want/need in order to clarify it. Great! Thanks. If you have the qmi_wwan driver (and a recent kernel - don't remember exactly how

Re: 03f0:521d Hewlett-Packard

2014-07-23 Thread Stanescu Victor
victor@victor-laptop:~$ lsusb -vd 03f0:521d Bus 002 Device 007: ID 03f0:521d Hewlett-Packard Device Descriptor: bLength18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 255 Vendor Specific Class bDeviceSubClass 2 bDeviceProtocol

Re: [PATCH] usb: phy: msm: Make of_device_id array const

2014-07-23 Thread Jingoo Han
On Wednesday, July 23, 2014 4:38 PM, Kiran Padwal wrote: Make of_device_id array const, because all OF functions handle it as const. Hi Kiran Padwal, The same patch was already submitted and merged to USB tree. Thank you. Best regards, Jingoo Han Signed-off-by: Kiran Padwal

Re: [BUG] Lockdep splat in usb network gadget

2014-07-23 Thread Li RongQing
On Wed, Jul 23, 2014 at 5:11 PM, Thomas Gleixner t...@linutronix.de wrote: So what's the fix? revert it, I think netif_stop_queue() did not free the resources, so this commit does not fix anything; if no one objects, I will send a patch to revert it. -Roy -- To unsubscribe from this list:

Re: Hardware bug in Intel USB-2 hub?

2014-07-23 Thread Adam Borowski
On Tue, Jul 22, 2014 at 04:28:03PM -0400, Alan Stern wrote: Adam, your problem seems to be completely different. Not surprising, as this doesn't look like Intel USB to me: 00:14.5 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI2 Controller So my and Toralf's

Re: 03f0:521d Hewlett-Packard

2014-07-23 Thread Bjørn Mork
Stanescu Victor victor.stane...@gtsce.com writes: victor@victor-laptop:~$ lsusb -vd 03f0:521d [..] Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber4 bAlternateSetting 1 bNumEndpoints

Re: 03f0:521d Hewlett-Packard (HP hs3110)

2014-07-23 Thread Stanescu Victor
root@victor-laptop:~# modprobe qmi_wwan root@victor-laptop:~# dmesg [ 6005.900671] usbcore: registered new interface driver cdc_wdm [ 6005.902682] usbcore: registered new interface driver qmi_wwan root@victor-laptop:~# echo 03f0 521d /sys/bus/usb/drivers/qmi_wwan/new_id root@victor-laptop:~#

Re: [PATCH] usb: phy: msm: Make of_device_id array const

2014-07-23 Thread kiran padwal
On Wed, Jul 23, 2014 at 2:48 PM, Jingoo Han jg1@samsung.com wrote: On Wednesday, July 23, 2014 4:38 PM, Kiran Padwal wrote: Make of_device_id array const, because all OF functions handle it as const. Hi Kiran Padwal, The same patch was already submitted and merged to USB tree. Thank

Re: 03f0:521d Hewlett-Packard (HP hs3110)

2014-07-23 Thread Bjørn Mork
Stanescu Victor victor.stane...@gtsce.com writes: root@victor-laptop:~# modprobe qmi_wwan root@victor-laptop:~# dmesg [ 6005.900671] usbcore: registered new interface driver cdc_wdm [ 6005.902682] usbcore: registered new interface driver qmi_wwan root@victor-laptop:~# echo 03f0 521d

Re: Linux 3.16-rc6

2014-07-23 Thread Borislav Petkov
On Sun, Jul 20, 2014 at 09:22:52PM -0700, Linus Torvalds wrote: So go get the latest rc and kick the tires, to see that nothing has fallen through the cracks, ok? Well, it looks like we f*cked up something after -rc5 since I'm starting to see lockdep splats all over the place which I didn't see

Re: [PATCH v2 6/8] usb: allow to supply the PHY in the drivers when using HCD

2014-07-23 Thread Peter Chen
On Tue, Jul 15, 2014 at 04:39:14PM +0200, Antoine Ténart wrote: This patch modify the generic code handling PHYs to allow them to be supplied from the drivers. This adds checks to ensure no PHY was already there when looking for one in the generic code. This also makes sure we do not modify

Re: [PATCH v2 0/8] usb: add support for the generic PHY framework

2014-07-23 Thread Peter Chen
On Tue, Jul 15, 2014 at 04:39:08PM +0200, Antoine Ténart wrote: Hi all, This is an attempt to add more common USB code aware of the generic PHY framework, while keeping the compatibility for the USB PHY one. It does not add the full support, some USB PHY specific functions not being

[PATCH] usb-core: Revert usb-core: Remove Fix mes in file hcd.c

2014-07-23 Thread Sasha Levin
Revert since the commit message is incorrect and the original author refuses to fix/maintain it because it's in the kernel already. Signed-off-by: Sasha Levin sas...@kernel.org --- drivers/usb/core/hcd.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/usb/core/hcd.c

Re: Problem with D-Link USB 3.0 to Gigabit Ethernet Adapter DUB-1312

2014-07-23 Thread Marek Uher
Hi Sarah, Thank you very much for your answer. I bought three same all-in-one, low-energy and space effective computers from ASUS. There isn’t any possibility to add an additional extension PCIe card. There is only the option to upgrade the memory and hard drive (which I already did it).

Re: 03f0:521d Hewlett-Packard (HP hs3110)

2014-07-23 Thread Stanescu Victor
/dev/cdc-wdm2 doesn't work. Further more, instead of freezing at cat, it freezes from echo. Ctrl-c doesn't stop the frozen echo. On 07/23/2014 12:45 PM, Bjørn Mork wrote: Stanescu Victor victor.stane...@gtsce.com writes: root@victor-laptop:~# modprobe qmi_wwan root@victor-laptop:~# dmesg [

Re: [PATCH v2 1/3] usb: dwc3: add ST dwc3 glue layer to manage dwc3 HC

2014-07-23 Thread Peter Griffin
Hi Felipe, Thanks for reviewing, see my comments inline: - Just use {read,write}l_relaxed() directly. Ok, unabstracted in v3 no, no... all other glues add their own local helpers for register access. This is good for tracing, it's very easy to add a tracepoint to this sort of

Re: 03f0:521d Hewlett-Packard

2014-07-23 Thread Stanescu Victor
Unfortunately this did nothing. Not even some dmesg output. I have tried restarting network-manager but there was also nothing. I don't have a wwan interface by default. Only when manually loading usbserial I can wwdial using pppd (manually). On 07/23/2014 12:29 PM, Bjørn Mork wrote: Stanescu

Re: [PATCH] usb-core bInterval quirks

2014-07-23 Thread Alan Stern
On Tue, 22 Jul 2014, James P Michels III wrote: This patch adds usb quirks to improve support for devices with non standard bInterval values. Quirks are added to support devices with bInterval values expressed as microframes or frames. The quirks cause the parse endpoint function to modify

[PATCH v3 3/3] MAINTAINERS: Add dwc3-st.c file to ARCH/STI architecture

2014-07-23 Thread Peter Griffin
Signed-off-by: Peter Griffin peter.grif...@linaro.org --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 702ca10..269ad3b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1325,6 +1325,7 @@ F:drivers/pinctrl/pinctrl-st.c F:

[PATCH v3 0/3] Add ST dwc3 glue layer driver

2014-07-23 Thread Peter Griffin
This series adds support for the ST glue logic which wraps the DWC3 controller on STiH407 SoC family chipsets. Changes since v2 - Use dr_mode for host/device static configuration - Manage shared reset signal to usbss to avoid hang if probing before usb3 phy - Remove DT checks and make driver

[PATCH v3 1/3] usb: dwc3: add ST dwc3 glue layer to manage dwc3 HC

2014-07-23 Thread Peter Griffin
This patch adds the ST glue logic to manage the DWC3 HC on STiH407 SoC family. It manages the powerdown signal, and configures the internal glue logic and syscfg registers. Signed-off-by: Giuseppe Cavallaro peppe.cavall...@st.com Signed-off-by: Peter Griffin peter.grif...@linaro.org ---

[PATCH v3 2/3] usb: dwc3: dwc3-st: Add st-dwc3 devicetree bindings documentation

2014-07-23 Thread Peter Griffin
This patch documents the device tree documentation required for the ST usb3 controller glue layer found in STiH407 devices. Signed-off-by: Giuseppe Cavallaro peppe.cavall...@st.com Signed-off-by: Peter Griffin peter.grif...@linaro.org --- Documentation/devicetree/bindings/usb/dwc3-st.txt | 69

Re: [PATCH v3] usb:serial:pl2303: add GPIOs interface on PL2303

2014-07-23 Thread Linus Walleij
On Mon, Jul 21, 2014 at 4:46 AM, Wang YanQing udkni...@gmail.com wrote: PL2303HX has two GPIOs, this patch add interface for it. Signed-off-by: Wang YanQing udkni...@gmail.com --- Changes v2-v3: 1: fix errors and warnings reported by Daniele Forsi checked with checkpatch.pl 2: fix

Re: [PATCH 03/12] usb: dwc2: update gadget portion to use common dwc2_hsotg structure

2014-07-23 Thread Dinh Nguyen
On 07/16/2014 04:26 PM, Paul Zimmerman wrote: From: dingu...@altera.com [mailto:dingu...@altera.com] Sent: Wednesday, July 16, 2014 1:33 PM Update gadget.c to use the dwc2_hsotg and new placement of the gadget data structure that has been moved into the common structure. Along with the

Re: [PATCH 04/12] usb: dwc2: Add DTS compatible string to dwc2_of_match_table

2014-07-23 Thread Dinh Nguyen
On 07/16/2014 04:27 PM, Paul Zimmerman wrote: From: dingu...@altera.com [mailto:dingu...@altera.com] Sent: Wednesday, July 16, 2014 1:33 PM Puts back samsung,s3c6400-hsotg into the dwc2_of_match_table[]. Why? This compatible binding was originally in the gadget driver. Don't I want to

Re: Hardware bug in Intel USB-2 hub?

2014-07-23 Thread Alan Stern
On Wed, 23 Jul 2014, Adam Borowski wrote: On Tue, Jul 22, 2014 at 04:28:03PM -0400, Alan Stern wrote: Adam, your problem seems to be completely different. Not surprising, as this doesn't look like Intel USB to me: 00:14.5 USB controller: Advanced Micro Devices, Inc. [AMD/ATI]

Re: [PATCH v3 3/3] MAINTAINERS: Add dwc3-st.c file to ARCH/STI architecture

2014-07-23 Thread Lee Jones
On Wed, 23 Jul 2014, Peter Griffin wrote: Signed-off-by: Peter Griffin peter.grif...@linaro.org --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) Acked-by: Lee Jones lee.jo...@linaro.org diff --git a/MAINTAINERS b/MAINTAINERS index 702ca10..269ad3b 100644 --- a/MAINTAINERS +++

Re: [PATCH v3 2/3] usb: dwc3: dwc3-st: Add st-dwc3 devicetree bindings documentation

2014-07-23 Thread Lee Jones
On Wed, 23 Jul 2014, Peter Griffin wrote: This patch documents the device tree documentation required for the ST usb3 controller glue layer found in STiH407 devices. Signed-off-by: Giuseppe Cavallaro peppe.cavall...@st.com Signed-off-by: Peter Griffin peter.grif...@linaro.org ---

Re: [PATCH] usb-core bInterval quirks

2014-07-23 Thread James Michels
The Razer reports a bInterval of 8 which the current driver ultimately interprets as 16ms. The keyboard is an anti-ghosting gaming keyboard and needs to be polled at 1ms. This corresponds to a corrected bInterval of 4. I'm not sure why this doesn't make sense to you, but I do agree that there is

Re: [PATCH v3 1/3] usb: dwc3: add ST dwc3 glue layer to manage dwc3 HC

2014-07-23 Thread Lee Jones
On Wed, 23 Jul 2014, Peter Griffin wrote: This patch adds the ST glue logic to manage the DWC3 HC on STiH407 SoC family. It manages the powerdown signal, and configures the internal glue logic and syscfg registers. Signed-off-by: Giuseppe Cavallaro peppe.cavall...@st.com Signed-off-by:

Re: 03f0:521d Hewlett-Packard (HP hs3110)

2014-07-23 Thread Dan Williams
On Wed, 2014-07-23 at 14:33 +, Stanescu Victor wrote: /dev/cdc-wdm2 doesn't work. Further more, instead of freezing at cat, it freezes from echo. Ctrl-c doesn't stop the frozen echo. I'm pretty sure this device does not expose QMI at all, from looking at through the drivers. The driver

Re: [PATCH v2] usb:serial:pl2303: add GPIOs interface on PL2303

2014-07-23 Thread One Thousand Gnomes
--- a/drivers/usb/serial/pl2303.c +++ b/drivers/usb/serial/pl2303.c @@ -28,6 +28,9 @@ #include linux/usb.h #include linux/usb/serial.h #include asm/unaligned.h +#ifdef CONFIG_USB_SERIAL_PL2303_GPIO +#include linux/gpio.h +#endif #include pl2303.h Just include the file anyway it does

Re: [PATCH v2] usb:serial:pl2303: add GPIOs interface on PL2303

2014-07-23 Thread Greg KH
On Wed, Jul 23, 2014 at 05:03:14PM +0100, One Thousand Gnomes wrote: + if (gpiochip_remove(spriv-gpio-gpio_chip)) + dev_err(serial-interface-dev, unable to remove gpio_chip?\n); + kfree(spriv-gpio); + } +#endif kfree(spriv); Only other

Re: [PATCH] usb-core: Revert usb-core: Remove Fix mes in file hcd.c

2014-07-23 Thread Greg KH
On Wed, Jul 23, 2014 at 08:56:10AM -0400, Sasha Levin wrote: Revert since the commit message is incorrect and the original author refuses to fix/maintain it because it's in the kernel already. How can someone fix a commit message that is already in the tree? You can't. The code part is

Re: [PATCH] usb-core bInterval quirks

2014-07-23 Thread Greg Kroah-Hartman
A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Wed, Jul 23, 2014 at 11:48:48AM -0400, James Michels wrote: The Razer reports a bInterval of 8 which the current driver ultimately interprets as 16ms. The keyboard is an anti-ghosting gaming

Re: [PATCH] usb-core bInterval quirks

2014-07-23 Thread Alan Stern
On Wed, 23 Jul 2014, James Michels wrote: The Razer reports a bInterval of 8 which the current driver ultimately interprets as 16ms. The keyboard is an anti-ghosting gaming keyboard and needs to be polled at 1ms. This corresponds to a corrected bInterval of 4. Okay, that's reasonable. A

RE: [PATCH 04/12] usb: dwc2: Add DTS compatible string to dwc2_of_match_table

2014-07-23 Thread Paul Zimmerman
From: Dinh Nguyen [mailto:dinh.li...@gmail.com] Sent: Wednesday, July 23, 2014 8:12 AM On 07/16/2014 04:27 PM, Paul Zimmerman wrote: From: dingu...@altera.com [mailto:dingu...@altera.com] Sent: Wednesday, July 16, 2014 1:33 PM Puts back samsung,s3c6400-hsotg into the

Re: [PATCH] usb-core bInterval quirks

2014-07-23 Thread James Michels
I must disagree, the device driver most certainly does guess. See the code snipet below. Particularly the part about guessed and try to fix. FWIW, it's the try to fix part that doesn't catch this scenario. /* Fix up bInterval values outside the legal range. Use 32 ms if no * proper value can be

Re: [PATCH] usb-core bInterval quirks

2014-07-23 Thread Alan Stern
On Wed, 23 Jul 2014, James Michels wrote: I must disagree, the device driver most certainly does guess. See the code snipet below. Particularly the part about guessed and try to fix. FWIW, it's the try to fix part that doesn't catch this scenario. You didn't read what I wrote in context.

Re: [PATCH] usb-core bInterval quirks

2014-07-23 Thread James Michels
OK, will do. Thanks Jim -- To unsubscribe from this list: send the line unsubscribe linux-usb in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 04/12] usb: dwc2: Add DTS compatible string to dwc2_of_match_table

2014-07-23 Thread Dinh Nguyen
On 7/23/14, 1:03 PM, Paul Zimmerman wrote: From: Dinh Nguyen [mailto:dinh.li...@gmail.com] Sent: Wednesday, July 23, 2014 8:12 AM On 07/16/2014 04:27 PM, Paul Zimmerman wrote: From: dingu...@altera.com [mailto:dingu...@altera.com] Sent: Wednesday, July 16, 2014 1:33 PM Puts back

OMAP3/AM3517 EHCI USB Issue

2014-07-23 Thread Michael Welling
There appears to be a bug in the USB host driver for the AM3517 in the 3.16 kernel. When the AM3517 board boots with a USB device plugged in the host it detects and works fines as long as it is plugged in. The board does not detect any device that is hotplugged and the kernel message report

Re: 03f0:521d Hewlett-Packard (HP hs3110)

2014-07-23 Thread Bjørn Mork
Dan Williams d...@redhat.com writes: On Wed, 2014-07-23 at 14:33 +, Stanescu Victor wrote: /dev/cdc-wdm2 doesn't work. Further more, instead of freezing at cat, it freezes from echo. Ctrl-c doesn't stop the frozen echo. I'm pretty sure this device does not expose QMI at all, from

Re: [PATCH 0/2] USB: serial: ftdi_sio: Add support for new Xsens devices

2014-07-23 Thread Greg Kroah-Hartman
On Wed, Jul 23, 2014 at 08:27:16AM +0200, Patrick Riphagen wrote: - Annotate the current Xsens PID assigments - Add support for new Xsens devices Cc: Johan Hovold jo...@kernel.org Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: stable sta...@vger.kernel.org Cc: Frans Klaver

Re: Linux 3.16-rc6

2014-07-23 Thread Linus Torvalds
On Wed, Jul 23, 2014 at 2:53 AM, Borislav Petkov b...@alien8.de wrote: Well, it looks like we f*cked up something after -rc5 since I'm starting to see lockdep splats all over the place which I didn't see before. I'm running rc6 + tip/master. There was one in r8169 yesterday:

[PATCH] Revert usb: gadget: u_ether: synchronize with transmit when stopping queue

2014-07-23 Thread roy . qing . li
From: Li RongQing roy.qing...@gmail.com This reverts commit a9232076374334ca2bc2a448dfde96d38a54349a. It introduced a dead lock, and did not fix anything. it made netif_tx_lock() be called in IRQ context, but in softirq context, the same lock is locked without disabling IRQ. In fact, the commit

Re: Linux 3.16-rc6

2014-07-23 Thread David Rientjes
On Wed, 23 Jul 2014, Linus Torvalds wrote: Well, it looks like we f*cked up something after -rc5 since I'm starting to see lockdep splats all over the place which I didn't see before. I'm running rc6 + tip/master. There was one in r8169 yesterday:

Re: [PATCH] Revert usb: gadget: u_ether: synchronize with transmit when stopping queue

2014-07-23 Thread Greg KH
On Thu, Jul 24, 2014 at 09:49:06AM +0800, roy.qing...@gmail.com wrote: From: Li RongQing roy.qing...@gmail.com This reverts commit a9232076374334ca2bc2a448dfde96d38a54349a. Any reason you didn't cc: the people on that patch, nor the people that get_maintainer.pl says to? Odds are Felipe will

Re: [PATCH 04/12] usb: dwc2: Add DTS compatible string to dwc2_of_match_table

2014-07-23 Thread Jingoo Han
On Thursday, July 24, 2014 4:11 AM, Dinh Nguyen wrote: On 7/23/14, 1:03 PM, Paul Zimmerman wrote: From: Dinh Nguyen [mailto:dinh.li...@gmail.com] Sent: Wednesday, July 23, 2014 8:12 AM On 07/16/2014 04:27 PM, Paul Zimmerman wrote: From: dingu...@altera.com [mailto:dingu...@altera.com]

Re: [PATCH] Revert usb: gadget: u_ether: synchronize with transmit when stopping queue

2014-07-23 Thread Li RongQing
On Thu, Jul 24, 2014 at 10:06 AM, Greg KH g...@kroah.com wrote: This reverts commit a9232076374334ca2bc2a448dfde96d38a54349a. Any reason you didn't cc: the people on that patch, nor the people that get_maintainer.pl says to? Odds are Felipe will miss this one... jeff.westf...@ni.com has