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 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 descriptor >> al

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 > allocat

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'

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

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 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. Signed-of

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 > --- > drivers/usb/dwc2/hcd.c |6 ++

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: > > > +/* 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 bdc

[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 --- 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 --- a/drivers/usb/serial/option.c +++ b/dri

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 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 > > > >>

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 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 > >> --- a/drivers/usb/host/ohci-platform.c >> +++ b/drivers/usb/h

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, Fu

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 -

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: [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 dr

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 f

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 ttyUSB

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 f

Re: [PATCH v2 3/3] USB: ohci-platform: Move platform_data checks into the probe function

2014-10-14 Thread Alan Stern
On Sat, 11 Oct 2014, Kevin Cernekee wrote: > This puts all of the platform_data checks in the same place, and removes > the need for a custom drv->reset() callback. > > Signed-off-by: Kevin Cernekee Acked-by: Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-usb" i

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 > --- a/drivers/usb/host/ohci-platform.c > +++ b/drivers/usb/host/ohci-platform.c > @@ -175,6 +175,12 @@ static int ohci_pl

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: 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,

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}

[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 --- drivers/usb/serial/option.c |8 1 files changed, 8 insertions(+), 0 deletions(-) d

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: J

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

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 > --- > drivers/usb/serial

[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 --- 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 --- a/drivers/usb/host/ehci-sh.c +++ b

[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 --- 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 7d80c54..c9517d8 100644 --- a/driver

[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 --- drivers/usb/renesas_usbhs/common.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/usb/renesas_usbhs/common.c b/drivers/usb/renesas_usbhs/common.c index b3b6813..6dae115

[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 --- 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 ae7e120..b9af8cb 100644 --- a/drivers

[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 --- 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 b/drivers/usb/phy/phy-rcar-gen2-usb.c index 388d89f..f8380

[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 --- 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 index 886f180..fa2bfa4 1006

[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 --- 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 ac4422b..8554c6f 100644 --- a/driv

[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 --- 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 index d369bf1..6669f26 10064

[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 --- 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 7843ef7..471e69d 100644

[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 --- 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 --- a/drivers/usb/host/ehci-t

[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 --- 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 154bcf1..b2a1265 100644 --- a/drive

[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 --- 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 2daa779..25f02df 100644 --- a/drivers/u

[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 --- 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 33265a5..4879596 100644 --- a/

[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 --- 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 0e0c415..a55dadc 100644 --- a/dri

[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 --- 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 100644 --- a/drivers/usb/

[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 --- 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 --- a/drivers/usb/musb/u

[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 --- 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 b/drivers/usb/phy/phy-am335x-control.c index 35b6083..2e

[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 --- 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 --- a/drivers/usb/host/ehci-mv.c +++ b

[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 --- 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 100644 --- a/drivers/usb/host/

[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 --- 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 100644 --- a/drivers/usb/

[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 --- 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 index caaabc5..e683595 100644

[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 --- 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 b/drivers/usb/gadget/udc/mv_udc_core.c index 3c5db80..

[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 --- 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 dd18ea3..6601b0f 100644 --- a/driv

[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 --- 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 b/drivers/usb/gadget/udc/bcm63xx_udc.c index 2235b88..48

[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 --- 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 b/drivers/usb/gadget/udc/s3c-hsudc.c index dfbf557..f658f69

[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 Date: Wed Aug 6 16:10:27 2014 -0700 checkpatch: attempt t

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

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 > > --- > > 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 > > index

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 > --- > 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 > in