Re: Commit 09fc7d22b0 (usb: musb: fix incorrect usage of resource pointer) questions

2013-08-10 Thread Sergei Shtylyov
Hello. On 08/09/2013 05:15 PM, Felipe Balbi wrote: I have basically two questions on this change: Thanks for the reply, I've managed to somehow miss it at first. 1) why it wasn't published before committing? look deeper Don't know, I haven't found it either in the archives or

Re: [PATCH] usb-audio: Fix invalid volume resolution for Logitech HD Webcam C525

2013-08-10 Thread Sergei Shtylyov
Hello. On 08/10/2013 12:20 PM, Maksim A. Boyko wrote: Add the volume control quirk for avoiding the kernel warning for the Logitech HD Webcam C525 as in the similar commit 36691e1be6ec551eef4a5225f126a281f8c051c2 Please also specify that commit's summary line in parens. for the Logitech

Bug 60699 - Stalled state of endpoint will not be cleared

2013-08-10 Thread Florian Wolter
Could someone review this Bug on Kernel Bug Tracker because this is a big Problem for me. -- 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 v2 0/4] Add phy support for AM335X platform using Generic PHy framework

2013-08-10 Thread Ezequiel Garcia
On Fri, Jul 19, 2013 at 06:04:33PM +0530, George Cherian wrote: > This patch series adds phy support for AM335X platform. > This patch series is based on Generic PHY framework [1]. > > > This series has > - adds dual musb instances support for am335x platform > - adds phy-am-

Re: [PATCH v2] usb: Move definition of USB_EHCI_BIG_ENDIAN_MMIO et al. out side of the ifs.

2013-08-10 Thread Alan Stern
On Fri, 9 Aug 2013, David Daney wrote: > From: David Daney > > When CONFIG_USB_SUPPORT is not selected we get things like: > > scripts/kconfig/mconf Kconfig > warning: (MIPS_SEAD3 && PMC_MSP && CPU_CAVIUM_OCTEON) selects > USB_EHCI_BIG_ENDIAN_MMIO which has unmet direct dependencies (USB_SUPPO

Re: FUSB200 xhci issue

2013-08-10 Thread Alan Stern
On Sat, 10 Aug 2013, Oleksij Rempel wrote: > usb reset do not affect behaviour of firmware. At least after i remove > all attempts to reboot FW from driver. > If adapter will got reset signal, FW will be notified about it. Then FW > will remove reset flag and will just continue to work. After us

Re: [PATCH V4 6/6] USB: OHCI: make ohci-s3c2410 a separate driver

2013-08-10 Thread Tomasz Figa
Hi Manjunath, On Saturday 10 of August 2013 13:07:36 Manjunath Goudar wrote: > Separate the Samsung OHCI S3C host controller driver from ohci-hcd > host code so that it can be built as a separate driver module. > This work is part of enabling multi-platform kernels on ARM; > it would be nice t

Re: device failing to enumerate with XHCI

2013-08-10 Thread Oliver Neukum
On Fri, 2013-08-09 at 14:14 -0700, Sarah Sharp wrote: > On Thu, Jul 04, 2013 at 03:35:13PM +0200, Oliver Neukum wrote: > > Hi, > > > > this is a Kinetic device for gesture recognition. It enumerates with EHCI. > > Under XHCI it fails miserably. > > Hi Oliver, > > Sorry for not looking at this lo

[PATCH] usb-audio: Fix invalid volume resolution for Logitech HD Webcam C525

2013-08-10 Thread Maksim A. Boyko
Add the volume control quirk for avoiding the kernel warning for the Logitech HD Webcam C525 as in the similar commit 36691e1be6ec551eef4a5225f126a281f8c051c2 for the Logitech HD Webcam C310. Reported-by: Maksim Boyko Tested-by: Maksim Boyko Cc: # 3.10.5+ Signed-off-by: Maksim Boyko -- sound

[PATCH V2] USB: OHCI: make ohci-nxp a separate driver

2013-08-10 Thread Manjunath Goudar
Separate the OHCI NXP host controller driver from ohci-hcd host code so that it can be built as a separate driver module. This work is part of enabling multi-platform kernels on ARM. Many place function name and struct name started with usb, current scenario replaced usb with ohci for proper namin

[PATCH V3 1/2] USB: OHCI: make ohci-ep93xx a separate driver

2013-08-10 Thread Manjunath Goudar
Separate the OHCI EP93XX host controller driver from ohci-hcd host code so that it can be built as a separate driver module. This work is part of enabling multi-platform kernels on ARM. Signed-off-by: Manjunath Goudar Signed-off-by: Deepak Saxena Acked-by: Alan Stern Cc: Arnd Bergmann Cc: Greg

[PATCH V3 2/2] USB: OHCI: make ohci-pxa27x a separate driver

2013-08-10 Thread Manjunath Goudar
Separate the OHCI pxa27x/pxa3xx host controller driver from ohci-hcd host code so that it can be built as a separate driver module. This work is part of enabling multi-platform kernels on ARM. Signed-off-by: Manjunath Goudar Signed-off-by: Deepak Saxena Acked-by: Alan Stern Cc: Arnd Bergmann

Re: [PATCH] net/usb: rtl8150: allocate URB transfer_buffer and setup_packet separately

2013-08-10 Thread Jussi Kivilinna
On 09.08.2013 21:50, Petko Manolov wrote: > On Thu, 8 Aug 2013, Jussi Kivilinna wrote: > >> On 08.08.2013 18:14, Petko Manolov wrote: >>> On Wed, 7 Aug 2013, Jussi Kivilinna wrote: >>> rtl8150 allocates URB transfer_buffer and setup_packet as part of same structure 'struct async_req'. T

[PATCH V4 6/6] USB: OHCI: make ohci-s3c2410 a separate driver

2013-08-10 Thread Manjunath Goudar
Separate the Samsung OHCI S3C host controller driver from ohci-hcd host code so that it can be built as a separate driver module. This work is part of enabling multi-platform kernels on ARM; it would be nice to have in 3.12. Signed-off-by: Manjunath Goudar Signed-off-by: Deepak Saxena Acked-

[PATCH V4 1/6] USB: OHCI: make ohci-exynos a separate driver

2013-08-10 Thread Manjunath Goudar
Separate the Samsung OHCI EXYNOS host controller driver from ohci-hcd host code so that it can be built as a separate driver module. This work is part of enabling multi-platform kernels on ARM; it would be nice to have in 3.11. Signed-off-by: Manjunath Goudar Signed-off-by: Deepak Saxena Acked-

[PATCH V4 4/6] USB: OHCI: make ohci-spear a separate driver

2013-08-10 Thread Manjunath Goudar
Separate the ST OHCI SPEAr host controller driver from ohci-hcd host code so that it can be built as a separate driver module. This work is part of enabling multi-platform kernels on ARM; it would be nice to have in 3.11. Signed-off-by: Manjunath Goudar Signed-off-by: Deepak Saxena Acked-by: Ala

[PATCH V4 5/6] USB: OHCI: make ohci-at91 a separate driver

2013-08-10 Thread Manjunath Goudar
Separate the TI OHCI Atmel host controller driver from ohci-hcd host code so that it can be built as a separate driver module. This work is part of enabling multi-platform kernels on ARM; it would be nice to have in 3.12. Signed-off-by: Manjunath Goudar Signed-off-by: Deepak Saxena Acked-by: Al

[PATCH V4 3/6] USB: OHCI: make ohci-omap3 a separate driver

2013-08-10 Thread Manjunath Goudar
Separate the TI OHCI OMAP3 host controller driver from ohci-hcd host code so that it can be built as a separate driver module. This work is part of enabling multi-platform kernels on ARM; it would be nice to have in 3.11. Signed-off-by: Manjunath Goudar Signed-off-by: Deepak Saxena Acked-by: Al

[PATCH V4 2/6] USB: OHCI: make ohci-omap a separate driver

2013-08-10 Thread Manjunath Goudar
Separate the TI OHCI OMAP1/2 host controller driver from ohci-hcd host code so that it can be built as a separate driver module. This work is part of enabling multi-platform kernels on ARM; it would be nice to have in 3.11. Signed-off-by: Manjunath Goudar Signed-off-by: Deepak Saxena Acked-by:

[PATCH V2] USB: EHCI: make ehci-w90X900 a separate driver

2013-08-10 Thread Manjunath Goudar
Separate the W90X900(W90P910) on-chip host controller driver from ehci-hcd host code so that it can be built as a separate driver module. This work is part of enabling multi-platform kernels on ARM; however, note that other changes are still needed before W90X900(W90P910) can be booted with a multi

Re: [PATCH 1/2] net/usb: catc: allocate URB setup_packet as separate buffer

2013-08-10 Thread Jussi Kivilinna
On 09.08.2013 23:42, David Miller wrote: > From: Jussi Kivilinna > Date: Wed, 07 Aug 2013 16:26:29 +0300 > >> URB setup packet must not be allocated as part of larger structure >> because DMA coherence issues. >> >> Patch changes catc to allocate ctrl_dr member as separate buffer. >> >> Patch is