[PATCH 1/1] usb: option: add support for Telit LE910

2014-10-14 Thread Daniele Palmas
option driver, added VID/PID for Telit LE910 modem. Interfaces description is almost the same than LE920, except that the qmi interface is number 2 (instead than 5). Signed-off-by: Daniele Palmas dnl...@gmail.com --- drivers/usb/serial/option.c |8 1 files changed, 8 insertions(+),

Re: [PATCH] gadget_configfs.txt: fix spelling of 'function'

2014-10-14 Thread Frans Klaver
On Wed, Oct 01, 2014 at 03:30:31PM +0200, Frans Klaver wrote: Signed-off-by: Frans Klaver frans.kla...@xsens.com --- Documentation/usb/gadget_configfs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/usb/gadget_configfs.txt

Re: [PATCH] gadget_configfs.txt: fix spelling of 'function'

2014-10-14 Thread Jiri Kosina
On Tue, 14 Oct 2014, Frans Klaver wrote: Signed-off-by: Frans Klaver frans.kla...@xsens.com --- Documentation/usb/gadget_configfs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/usb/gadget_configfs.txt b/Documentation/usb/gadget_configfs.txt

Re: [PATCH] gadget_configfs.txt: fix spelling of 'function'

2014-10-14 Thread Frans Klaver
On Tue, Oct 14, 2014 at 09:35:24AM +0200, Jiri Kosina wrote: your patch hasn't been lost, it's in my 'to-process' queue. It's merge window now, plus this is a super-low priority patch. Please be patient, it will eventually be processed. Alright. I think I've been getting quite spoiled with

[PATCH 00/25] cleanup unnecessary 'out of memory' messages for usb

2014-10-14 Thread Peter Chen
Hi Greg, Fabio Estevam posted the similar patches for chipidea, I think the cleanup may also be benefix for the whole usb driver, the idea of this cleanup is from: commit ebfdc40969f24fc0cdd1349835d36e8ebae05374 Author: Joe Perches j...@perches.com Date: Wed Aug 6 16:10:27 2014 -0700

[PATCH 03/25] usb: gadget: mv_udc_core: delete unnecessary 'out of memory' messages

2014-10-14 Thread Peter Chen
The memory subsystem has already had similar message for it. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/gadget/udc/mv_udc_core.c |6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/usb/gadget/udc/mv_udc_core.c

[PATCH 04/25] usb: gadget: fsl_qe_udc: delete unnecessary 'out of memory' messages

2014-10-14 Thread Peter Chen
The memory subsystem has already had similar message for it. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/gadget/udc/fsl_qe_udc.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/gadget/udc/fsl_qe_udc.c b/drivers/usb/gadget/udc/fsl_qe_udc.c index

[PATCH 05/25] usb: gadget: bcm63xx_udc: delete unnecessary 'out of memory' messages

2014-10-14 Thread Peter Chen
The memory subsystem has already had similar message for it. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/gadget/udc/bcm63xx_udc.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/usb/gadget/udc/bcm63xx_udc.c

[PATCH 02/25] usb: class: usbtmc: delete unnecessary 'out of memory' messages

2014-10-14 Thread Peter Chen
The memory subsystem has already had similar message for it. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/class/usbtmc.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/usb/class/usbtmc.c b/drivers/usb/class/usbtmc.c index ec97840..960bc08

[PATCH 01/25] usb: chipidea: otg_fsm: delete unnecessary 'out of memory' messages

2014-10-14 Thread Peter Chen
The memory subsystem has already had similar message for it. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/chipidea/otg_fsm.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/drivers/usb/chipidea/otg_fsm.c b/drivers/usb/chipidea/otg_fsm.c

[PATCH 06/25] usb: gadget: s3c-hsudc: delete unnecessary 'out of memory' messages

2014-10-14 Thread Peter Chen
The memory subsystem has already had similar message for it. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/gadget/udc/s3c-hsudc.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/usb/gadget/udc/s3c-hsudc.c

[PATCH 07/25] usb: host: ehci-mv: delete unnecessary 'out of memory' messages

2014-10-14 Thread Peter Chen
The memory subsystem has already had similar message for it. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/host/ehci-mv.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/host/ehci-mv.c b/drivers/usb/host/ehci-mv.c index 08147c3..b1855c1 100644 ---

[PATCH 10/25] usb: host: oxu210hp-hcd: delete unnecessary 'out of memory' messages

2014-10-14 Thread Peter Chen
The memory subsystem has already had similar message for it. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/host/oxu210hp-hcd.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/host/oxu210hp-hcd.c b/drivers/usb/host/oxu210hp-hcd.c index 4fe79a2..75811dd

[PATCH 22/25] usb: phy: phy-mxs-usb: delete unnecessary 'out of memory' messages

2014-10-14 Thread Peter Chen
The memory subsystem has already had similar message for it. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/phy/phy-mxs-usb.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/usb/phy/phy-mxs-usb.c b/drivers/usb/phy/phy-mxs-usb.c index

[PATCH 12/25] usb: musb: davinci: delete unnecessary 'out of memory' messages

2014-10-14 Thread Peter Chen
The memory subsystem has already had similar message for it. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/musb/davinci.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/usb/musb/davinci.c b/drivers/usb/musb/davinci.c index 110b784..04de3ac

[PATCH 13/25] usb: musb: ux500: delete unnecessary 'out of memory' messages

2014-10-14 Thread Peter Chen
The memory subsystem has already had similar message for it. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/musb/ux500.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/usb/musb/ux500.c b/drivers/usb/musb/ux500.c index dc666e9..d0180a7 100644

[PATCH 20/25] usb: phy: phy-am335x-control: delete unnecessary 'out of memory' messages

2014-10-14 Thread Peter Chen
The memory subsystem has already had similar message for it. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/phy/phy-am335x-control.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/usb/phy/phy-am335x-control.c

[PATCH 18/25] usb: phy: phy-rcar-usb: delete unnecessary 'out of memory' messages

2014-10-14 Thread Peter Chen
The memory subsystem has already had similar message for it. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/phy/phy-rcar-usb.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/usb/phy/phy-rcar-usb.c b/drivers/usb/phy/phy-rcar-usb.c index

[PATCH 25/25] usb: renesas_usbhs: delete unnecessary 'out of memory' messages

2014-10-14 Thread Peter Chen
The memory subsystem has already had similar message for it. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/renesas_usbhs/common.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/usb/renesas_usbhs/common.c

[PATCH 11/25] usb: misc: usb3503: delete unnecessary 'out of memory' messages

2014-10-14 Thread Peter Chen
The memory subsystem has already had similar message for it. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/misc/usb3503.c |8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/usb/misc/usb3503.c b/drivers/usb/misc/usb3503.c index

[PATCH 21/25] usb: phy: phy-rcar-gen2-usb: delete unnecessary 'out of memory' messages

2014-10-14 Thread Peter Chen
The memory subsystem has already had similar message for it. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/phy/phy-rcar-gen2-usb.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/usb/phy/phy-rcar-gen2-usb.c

[PATCH 19/25] usb: phy: phy-tegra-usb: delete unnecessary 'out of memory' messages

2014-10-14 Thread Peter Chen
The memory subsystem has already had similar message for it. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/phy/phy-tegra-usb.c |9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/drivers/usb/phy/phy-tegra-usb.c b/drivers/usb/phy/phy-tegra-usb.c

[PATCH 15/25] usb: musb: blackfin: delete unnecessary 'out of memory' messages

2014-10-14 Thread Peter Chen
The memory subsystem has already had similar message for it. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/musb/blackfin.c |8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/usb/musb/blackfin.c b/drivers/usb/musb/blackfin.c index

[PATCH 14/25] usb: musb: omap2430: delete unnecessary 'out of memory' messages

2014-10-14 Thread Peter Chen
The memory subsystem has already had similar message for it. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/musb/omap2430.c | 19 --- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/drivers/usb/musb/omap2430.c b/drivers/usb/musb/omap2430.c

[PATCH 23/25] usb: phy: phy-msm-usb: delete unnecessary 'out of memory' messages

2014-10-14 Thread Peter Chen
The memory subsystem has already had similar message for it. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/phy/phy-msm-usb.c | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/drivers/usb/phy/phy-msm-usb.c b/drivers/usb/phy/phy-msm-usb.c index

[PATCH 09/25] usb: host: ehci-tegra: delete unnecessary 'out of memory' messages

2014-10-14 Thread Peter Chen
The memory subsystem has already had similar message for it. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/host/ehci-tegra.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/host/ehci-tegra.c b/drivers/usb/host/ehci-tegra.c index aaa0197..3e6f685 100644 ---

[PATCH 17/25] usb: musb: musb_dsps: delete unnecessary 'out of memory' messages

2014-10-14 Thread Peter Chen
The memory subsystem has already had similar message for it. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/musb/musb_dsps.c |5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/usb/musb/musb_dsps.c b/drivers/usb/musb/musb_dsps.c index

[PATCH 24/25] usb: phy: phy-mv-usb: delete unnecessary 'out of memory' messages

2014-10-14 Thread Peter Chen
The memory subsystem has already had similar message for it. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/phy/phy-mv-usb.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/usb/phy/phy-mv-usb.c b/drivers/usb/phy/phy-mv-usb.c index

[PATCH 16/25] usb: musb: tusb6010: delete unnecessary 'out of memory' messages

2014-10-14 Thread Peter Chen
The memory subsystem has already had similar message for it. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/musb/tusb6010.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/usb/musb/tusb6010.c b/drivers/usb/musb/tusb6010.c index

[PATCH 08/25] usb: host: ehci-sh: delete unnecessary 'out of memory' messages

2014-10-14 Thread Peter Chen
The memory subsystem has already had similar message for it. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/host/ehci-sh.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/host/ehci-sh.c b/drivers/usb/host/ehci-sh.c index 9b9b9f5..f9ebf8a 100644 ---

Re: [PATCH 1/1] usb: option: add support for Telit LE910

2014-10-14 Thread Johan Hovold
On Tue, Oct 14, 2014 at 08:47:09AM +0200, Daniele Palmas wrote: option driver, added VID/PID for Telit LE910 modem. Interfaces description is almost the same than LE920, except that the qmi interface is number 2 (instead than 5). Signed-off-by: Daniele Palmas dnl...@gmail.com ---

Re: [PATCH 00/25] cleanup unnecessary 'out of memory' messages for usb

2014-10-14 Thread Greg KH
On Tue, Oct 14, 2014 at 03:55:54PM +0800, Peter Chen wrote: Hi Greg, Fabio Estevam posted the similar patches for chipidea, I think the cleanup may also be benefix for the whole usb driver, the idea of this cleanup is from: commit ebfdc40969f24fc0cdd1349835d36e8ebae05374 Author: Joe

Re: [PATCH] usb: musb: dsps: kill OTG timer on suspend

2014-10-14 Thread Sebastian Andrzej Siewior
On 2014-10-13 17:41:50 [-0500], Felipe Balbi wrote: That timer deserves to be killed because nobody wants it to wakeup the system from suspend. However the Data Abort wouldn't happen if the timer would use pm_runtime_get_sync() right? correct, but we want to suspend ;-) there is a race

[PATCH v2 1/1] usb: option: add support for Telit LE910

2014-10-14 Thread Daniele Palmas
option driver, added VID/PID for Telit LE910 modem. Interfaces description is almost the same than LE920, except that the qmi interface is number 2 (instead than 5). Signed-off-by: Daniele Palmas dnl...@gmail.com --- drivers/usb/serial/option.c |8 1 files changed, 8 insertions(+),

Re: RCU bug with v3.17-rc3 ?

2014-10-14 Thread Peter Hurley
On 10/13/2014 10:06 PM, Greg KH wrote: On Mon, Oct 13, 2014 at 12:43:07PM +0100, Russell King - ARM Linux wrote: On Mon, Oct 13, 2014 at 09:11:34AM +, David Laight wrote: From: Nathan Lynch On 10/10/2014 11:25 AM, Russell King - ARM Linux wrote: Right, so GCC 4.8.{1,2} are totally

Re: xHCI bug

2014-10-14 Thread Mathias Nyman
On 13.10.2014 18:55, Felipe Balbi wrote: Hi, On Mon, Oct 13, 2014 at 09:22:46AM -0500, Felipe Balbi wrote: Could you try with xhci debugging enabled? (will probably produce a lot of output) echo -n 'module xhci_hcd =p' /sys/kernel/debug/dynamic_debug/control I'll try, sure. I used

Re: [PATCH v2 1/3] USB: OHCI: Eliminate platform-specific test in ohci.h

2014-10-14 Thread Alan Stern
On Sat, 11 Oct 2014, Kevin Cernekee wrote: The bcm63xx and bcm3384 platforms need to set OHCI_QUIRK_FRAME_NO, but they are non-PPC platforms and don't enable CONFIG_PPC_MPC52xx. Therefore this patch changes the code that uses OHCI_QUIRK_FRAME_NO, making it not depend on CONFIG_PPC_MPC52xx.

Re: [PATCH v2 2/3] USB: ohci-platform: Expose no_big_frame_no and num_ports in DT

2014-10-14 Thread Alan Stern
On Sat, 11 Oct 2014, Kevin Cernekee wrote: These quirks are currently set through platform_data; allow DT-based SoCs to use them too. Signed-off-by: Kevin Cernekee cerne...@gmail.com --- a/drivers/usb/host/ohci-platform.c +++ b/drivers/usb/host/ohci-platform.c @@ -175,6 +175,12 @@ static

Re: Fwd: [Bug 86201] ch341-uart ttyUSB0: usb_serial_generic_write_bulk_callback - nonzero urb status: -71

2014-10-14 Thread Alan Stern
On Tue, 14 Oct 2014, Cristian wrote: Hello! The message appears when I'm printing and disconnect USB-Serial cable What message? Besides, shouldn't you expect some sort of error message to appear if you diconnect a USB cable while the computer is using it? Alan Stern -- To unsubscribe

Re: Fwd: [Bug 86201] ch341-uart ttyUSB0: usb_serial_generic_write_bulk_callback - nonzero urb status: -71

2014-10-14 Thread Cristian
Dear Alan Stern, Of [0] and [1]: [0] https://launchpadlibrarian.net/187256631/CurrentDmesg.txt [1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1380802 [0]: [ 1014.961203] ch341-uart ttyUSB0: usb_serial_generic_write_bulk_callback - nonzero urb status: -71 [ 1014.961252] ch341-uart

Re: [PATCH 00/25] cleanup unnecessary 'out of memory' messages for usb

2014-10-14 Thread Felipe Balbi
On Tue, Oct 14, 2014 at 10:08:39AM +0200, Greg KH wrote: On Tue, Oct 14, 2014 at 03:55:54PM +0800, Peter Chen wrote: Hi Greg, Fabio Estevam posted the similar patches for chipidea, I think the cleanup may also be benefix for the whole usb driver, the idea of this cleanup is from:

Re: [PATCH] usb: host: xhci-plat: fix suspend/resume on xhci-rcar

2014-10-14 Thread Felipe Balbi
On Fri, Oct 10, 2014 at 09:29:18AM +0900, Yoshihiro Shimoda wrote: Hi, (2014/10/09 23:14), Felipe Balbi wrote: On Thu, Oct 09, 2014 at 01:45:47PM +0900, Yoshihiro Shimoda wrote: This patch fixes an issue that suspend/resume cannot work correctly on xhci-rcar because the xhci driver

Re: [PATCH 0/2] Equivalent of g_webcam with configfs

2014-10-14 Thread Felipe Balbi
Hi, On Wed, Sep 24, 2014 at 03:26:41PM +0200, Andrzej Pietrasiewicz wrote: This series aims at integrating configfs into uvc, the way it has been done for acm, ncm, ecm, eem, ecm subset, rndis, obex, phonet, mass_storage, FunctionFS, loopback, sourcesink, uac1 and uac2. The preparation

Re: Fwd: [Bug 86201] ch341-uart ttyUSB0: usb_serial_generic_write_bulk_callback - nonzero urb status: -71

2014-10-14 Thread Alan Stern
On Tue, 14 Oct 2014, Cristian wrote: Dear Alan Stern, Of [0] and [1]: [0] https://launchpadlibrarian.net/187256631/CurrentDmesg.txt [1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1380802 [0]: [ 1014.961203] ch341-uart ttyUSB0: usb_serial_generic_write_bulk_callback - nonzero

Re: [PATCH 0/2] Equivalent of g_webcam with configfs

2014-10-14 Thread Laurent Pinchart
On Tuesday 14 October 2014 09:32:33 Felipe Balbi wrote: Hi, On Wed, Sep 24, 2014 at 03:26:41PM +0200, Andrzej Pietrasiewicz wrote: This series aims at integrating configfs into uvc, the way it has been done for acm, ncm, ecm, eem, ecm subset, rndis, obex, phonet, mass_storage,

Re: [PATCH v2 2/3] USB: ohci-platform: Expose no_big_frame_no and num_ports in DT

2014-10-14 Thread Kevin Cernekee
On Tue, Oct 14, 2014 at 6:58 AM, Alan Stern st...@rowland.harvard.edu wrote: On Sat, 11 Oct 2014, Kevin Cernekee wrote: These quirks are currently set through platform_data; allow DT-based SoCs to use them too. Signed-off-by: Kevin Cernekee cerne...@gmail.com ---

Re: [PATCH v2 2/3] USB: ohci-platform: Expose no_big_frame_no and num_ports in DT

2014-10-14 Thread Alan Stern
On Tue, 14 Oct 2014, Kevin Cernekee wrote: On Tue, Oct 14, 2014 at 6:58 AM, Alan Stern st...@rowland.harvard.edu wrote: On Sat, 11 Oct 2014, Kevin Cernekee wrote: These quirks are currently set through platform_data; allow DT-based SoCs to use them too. Signed-off-by: Kevin Cernekee

[PATCH] option: add Haier CE81B CDMA modem

2014-10-14 Thread Dan Williams
Port layout: 0: QCDM/DIAG 1: NMEA 2: AT 3: AT/PPP Signed-off-by: Dan Williams d...@redhat.com --- drivers/usb/serial/option.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index d1a3f60..8d8764d 100644 ---

Re: [PATCH] usb: gadget: Add UDC driver for Broadcom USB3.0 device controller IP BDC

2014-10-14 Thread Felipe Balbi
Hi, On Tue, Oct 14, 2014 at 11:30:40AM -0700, Ashwini Pahuja wrote: snip +/* Upstream port status change sr */ +void bdc_sr_upsc(struct bdc *, struct bdc_sr *); +/* transfer sr */ +void bdc_sr_xsf(struct bdc *, struct bdc_sr *); +/* command completion */ +void

RE: [PATCH] USB: dwc2: add a call to device_reset_optional()

2014-10-14 Thread Paul Zimmerman
From: linux-usb-ow...@vger.kernel.org [mailto:linux-usb-ow...@vger.kernel.org] On Behalf Of John Crispin Sent: Friday, October 10, 2014 10:27 AM We need this for dwc2 to work on older ralink SoC like the rt3052. Signed-off-by: John Crispin blo...@openwrt.org --- drivers/usb/dwc2/hcd.c

[PATCH] usb: dwc3: be more verbose on ERRATIC_ERROR interrupt

2014-10-14 Thread David Cohen
ERRATIC_ERROR interrupt is an event that needs more attention from developers than currently implemented, since this indicates a serious stability issue. The only way to get warned about it is by selecting the maximum driver's verbosity. This patch increases a bit the error's verbosity.

Re: [PATCH] USB: dwc2: add a call to device_reset_optional()

2014-10-14 Thread John Crispin
On 14/10/2014 21:54, Paul Zimmerman wrote: From: linux-usb-ow...@vger.kernel.org [mailto:linux-usb-ow...@vger.kernel.org] On Behalf Of John Crispin Sent: Friday, October 10, 2014 10:27 AM We need this for dwc2 to work on older ralink SoC like the rt3052. Signed-off-by: John Crispin

RE: [PATCH] usb: dwc2: gadget: sparse warning of context imbalance

2014-10-14 Thread Paul Zimmerman
From: Sudip Mukherjee [mailto:sudipm.mukher...@gmail.com] Sent: Friday, October 10, 2014 6:10 AM sparse was giving the following warning: warning: context imbalance in 's3c_hsotg_ep_enable' - different lock contexts for basic block we were returning ENOMEM while still holding

Re: [PATCH] usb: dwc3: be more verbose on ERRATIC_ERROR interrupt

2014-10-14 Thread Felipe Balbi
Hi, On Tue, Oct 14, 2014 at 01:15:05PM -0700, David Cohen wrote: ERRATIC_ERROR interrupt is an event that needs more attention from developers than currently implemented, since this indicates a serious stability issue. The only way to get warned about it is by selecting the maximum driver's

Re: [PATCH v2] usb: gadget: function: Remove redundant usb_free_all_descriptors

2014-10-14 Thread Robert Baldyga
On 10/13/2014 04:25 PM, pavi1729 Sid wrote: Removed the usb_free_all_descriptors call in *_bind functions as this call is already present in usb_assign_descriptors. usb_assign_descriptors is the only call where usb descriptor allocation happens and in case of error, freeing of the allocated

Re: [PATCH v2] usb: gadget: function: Remove redundant usb_free_all_descriptors

2014-10-14 Thread pavi1729
On Wed, Oct 15, 2014 at 10:41 AM, Robert Baldyga r.bald...@samsung.com wrote: On 10/13/2014 04:25 PM, pavi1729 Sid wrote: Removed the usb_free_all_descriptors call in *_bind functions as this call is already present in usb_assign_descriptors. usb_assign_descriptors is the only call where usb