Re: [PATCH 2/2] OMAP4: otg: phy: remove uggly mdelay(200)

2012-08-03 Thread ABRAHAM, KISHON VIJAY
Hi, On Thu, Jul 5, 2012 at 2:12 PM, Ruslan Bilovol ruslan.bilo...@ti.com wrote: The original issue with powering on the PHY (and using 200 ms delay after this) is not related to internal processes in the PHY but is in the incorrect charger detection feature usage. Now when it is fixed, we

Re: [PATCH 2/3] usb: Take attribute avoid_reset_quirk out of usb device's attribute group

2012-08-03 Thread Oliver Neukum
On Thursday 02 August 2012 11:14:28 Alan Stern wrote: Since it applies to any devices, how about renaming QUIRK_POWEROFF? not all device morphs. Okay, you could name it that. And you could change QUIRK_RESET_MORPHS to QUIRK_RESET. Unless Oliver objects. :-) No problem. The name was

Re: [PATCH 2/3] usb: gadget/uvc: Add fix for UVC compliance test suite assertion 6.3.90 failure

2012-08-03 Thread Laurent Pinchart
Hi Bhupesh, Thanks for the patch. On Thursday 26 July 2012 10:42:50 Bhupesh Sharma wrote: As per UVC compliance test specification's assertion number 6.3.90 related to 'Standard VS Isochronous Video Data Endpoint Descriptor Assertions', the bits D3..2 of 'bmAttributes' field of Standard VS

Re: [PATCH 3/3] usb: gadget/uvc: Add fix for UVC compliance test suite's assertion 6.1.25 failure

2012-08-03 Thread Laurent Pinchart
Hi Bhupesh, Thanks for the patch. On Thursday 26 July 2012 10:42:51 Bhupesh Sharma wrote: As per the UVC compliance test suite's assertion 6.1.25, the `iFunction` field of the Interface Association Descriptor (IAD) should the match the `iInterface` field of the standard Video Control (VC)

Re: [PATCH v7 00/11] usb: musb: adding multi instance support

2012-08-03 Thread Daniel Mack
On 03.08.2012 02:54, B, Ravi wrote: On 02.08.2012 14:12, Ravi Babu wrote: This series of patches adds, a) Multi instances support in musb driver b) DT support for musb_dsps glue layer c) DT support for NOP transceiver AM33xx and TI81xx has dual musb controller and has two usb PHY of same

Re: [PATCH V2 2/2] usb: gadget/uvc: Add support for 'USB_GADGET_DELAYED_STATUS' response for a set_intf(alt-set 1) command

2012-08-03 Thread Laurent Pinchart
Hi Bhupesh, On Wednesday 01 August 2012 21:24:58 Bhupesh SHARMA wrote: On Wednesday, August 01, 2012 6:40 PM Laurent Pinchart wrote; On Tuesday 31 July 2012 06:24:52 Bhupesh Sharma wrote: [snip] diff --git a/drivers/usb/gadget/uvc_v4l2.c b/drivers/usb/gadget/uvc_v4l2.c index

Re: [PATCH 2/2] OMAP4: otg: phy: remove uggly mdelay(200)

2012-08-03 Thread Ruslan Bilovol
Hi, On Fri, Aug 3, 2012 at 9:51 AM, ABRAHAM, KISHON VIJAY kis...@ti.com wrote: Hi, On Thu, Jul 5, 2012 at 2:12 PM, Ruslan Bilovol ruslan.bilo...@ti.com wrote: The original issue with powering on the PHY (and using 200 ms delay after this) is not related to internal processes in the

[PATCH V2 1/2] usb: Rename temp variable config to val in the set_avoid_reset_quirk()

2012-08-03 Thread Lan Tianyu
In USB, the word config already has aseparate meaning. So it will cause confusion if use config as variable's name for other purposes. This patch is to convert the config to val Acked-by: Alan Stern st...@rowland.harvard.edu Signed-off-by: Lan Tianyu tianyu@intel.com ---

[PATCH V2 2/2] usb: add decriptor of persist fail for some morph usb devices

2012-08-03 Thread Lan Tianyu
Some morph devices will morph after being reset and cause persist to fail. This patch is to add descriptor about this in the Document/usb/persist.txt Signed-off-by: Lan Tianyu tianyu@intel.com --- Documentation/usb/persist.txt |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)

RE: [PATCH v7 00/11] usb: musb: adding multi instance support

2012-08-03 Thread Ajay Gupta
Hi, On 03.08.2012 02:54, B, Ravi wrote: On 02.08.2012 14:12, Ravi Babu wrote: This series of patches adds, a) Multi instances support in musb driver b) DT support for musb_dsps glue layer c) DT support for NOP transceiver AM33xx and TI81xx has dual musb controller and has two usb

RE: [PATCH v7 00/11] usb: musb: adding multi instance support

2012-08-03 Thread B, Ravi
Hi Daniel This series of patches adds, a) Multi instances support in musb driver b) DT support for musb_dsps glue layer c) DT support for NOP transceiver AM33xx and TI81xx has dual musb controller and has two usb PHY of same type. This patch series uses 'phandle' based API

[GIT PULL] usb: fixes for v3.6-rc1

2012-08-03 Thread Felipe Balbi
Hi Greg, here's a small set of fixes for v3.6-rc1. They're all on MUSB drivers and are quite simple. Let me know if you want me to change anythying. cheers The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee: Linux 3.6-rc1 (2012-08-02 16:38:10 -0700) are available in

Przepraszamy za wszelkie niedogodności spowodowane mam cię o wyrozumiałość

2012-08-03 Thread sedeflores
Ten komunikat jest z gospodarzem centrum wszystkich naszych właścicieli kont. Jesteśmy w trakcie modernizacji naszej bazy danych i e-mail centrum na ten rok 2012. Jesteśmy usunięcie wszystkich niewykorzystane konto aby utworzyć więcej miejsca dla nowych raz i aby zapobiec spamu. Tuż przed Ta

Re: [PATCH v5 0/3] imx: add usbmisc support

2012-08-03 Thread Sascha Hauer
On Wed, Aug 01, 2012 at 03:12:18PM +0800, Richard Zhao wrote: usbmisc driver handles the SoC specific non-core usb registers. Changes since last version: - add missing ci13xxx_imx.h Changes v3 - v4: - rebase onto torvalds latest git tree - use phandle linke usb controllers and usbmisc

Re: [PATCH v7 00/11] usb: musb: adding multi instance support

2012-08-03 Thread Daniel Mack
On 03.08.2012 11:07, Hiremath, Vaibhav wrote: I have just pushed the code (V7 which Ravi submitted), so can you please try with below branch? https://github.com/hvaibhav/am335x-linux/tree/am335x-upstream-staging-usb Thanks for doing this, but I'm unfortunately getting tons of merge

Re: [RFC ebeam PATCH v2 0/3] new USB eBeam input driver

2012-08-03 Thread Yann Cantin
Hi, Le 02/08/2012 16:16, Jiri Kosina a écrit : Patch 1 and 2 are here to let the ebeam driver be choose to handle the device instead of the generic-usb hid one (totally useless). Just merge 1 and 2 together, not necessary to have two commits because of that. Ok, will do that for the next

Re: [RFC ebeam PATCH v2 3/3] input: misc: New USB eBeam input driver.

2012-08-03 Thread Jiri Kosina
On Thu, 2 Aug 2012, Yann Cantin wrote: Signed-off-by: Yann Cantin yann.can...@laposte.net --- drivers/input/misc/Kconfig | 16 + drivers/input/misc/Makefile |1 + drivers/input/misc/ebeam.c | 760 +++ 3 files changed, 777 insertions(+)

Re: [PATCH v7 00/11] usb: musb: adding multi instance support

2012-08-03 Thread Koen Kooi
Op 3 aug. 2012, om 13:41 heeft Daniel Mack zon...@gmail.com het volgende geschreven: On 03.08.2012 11:07, Hiremath, Vaibhav wrote: I have just pushed the code (V7 which Ravi submitted), so can you please try with below branch?

Re: [PATCH v2 1/2] drivers: bus: add a new driver for omap-ocp2scp

2012-08-03 Thread Felipe Balbi
Hi, On Wed, Jul 18, 2012 at 12:00:38PM +0530, Kishon Vijay Abraham I wrote: Adds a new driver *omap-ocp2scp*. This driver takes the responsibility of creating all the devices that is connected to OCP2SCP. In the case of OMAP4, USB2PHY is connected to ocp2scp. This also includes device tree

Re: [PATCH v2 2/2] arm/dts: omap4: Add ocp2scp data

2012-08-03 Thread Felipe Balbi
On Wed, Jul 18, 2012 at 12:00:39PM +0530, Kishon Vijay Abraham I wrote: Add ocp2scp data node in omap4 device tree file. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com Acked-by: Felipe Balbi ba...@ti.com --- arch/arm/boot/dts/omap4.dtsi |8 1 files changed, 8

Re: [PATCH v6 01/11] drivers: usb: otg: add a new driver for omap usb2 phy

2012-08-03 Thread Felipe Balbi
On Mon, Jul 30, 2012 at 02:39:50PM +0530, Kishon Vijay Abraham I wrote: All phy related programming like enabling/disabling the clocks, powering on/off the phy is taken care of by this driver. It is also used for OTG related functionality like srp. This also includes device tree support for

Re: [PATCH v6 02/11] arm/dts: omap: Add omap-usb2 dt data

2012-08-03 Thread Felipe Balbi
On Mon, Jul 30, 2012 at 02:39:51PM +0530, Kishon Vijay Abraham I wrote: Add omap-usb2 data node in omap4 device tree file. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com looks good: Acked-by: Felipe Balbi ba...@ti.com --- arch/arm/boot/dts/omap4.dtsi |5 + 1 file changed, 5

Re: [PATCH v6 04/11] arm: omap: hwmod: add a new addr space in otg for writing to control module

2012-08-03 Thread Felipe Balbi
On Mon, Jul 30, 2012 at 02:39:53PM +0530, Kishon Vijay Abraham I wrote: The mailbox register for usb otg in omap is present in control module. On detection of any events VBUS or ID, this register should be written to send the notification to musb core. Till we have a separate control module

Re: [PATCH v6 05/11] drivers: usb: twl6030: Add dt support for twl6030 usb

2012-08-03 Thread Felipe Balbi
Hi, On Mon, Jul 30, 2012 at 02:39:54PM +0530, Kishon Vijay Abraham I wrote: Add device tree support for twl6030 usb driver. Update the Documentation with device tree binding information. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com This looks great too. I can take this without any

Re: [PATCH v6 06/11] arm/dts: Add twl6030-usb data

2012-08-03 Thread Felipe Balbi
Hi, On Mon, Jul 30, 2012 at 02:39:55PM +0530, Kishon Vijay Abraham I wrote: Add twl6030-usb data node in twl6030 device tree file Signed-off-by: Kishon Vijay Abraham I kis...@ti.com Acked-by: Felipe Balbi ba...@ti.com --- arch/arm/boot/dts/omap4-panda.dts |4

Re: [PATCH v6 07/11] drivers: usb: twl4030: Add device tree support for twl4030 usb

2012-08-03 Thread Felipe Balbi
Hi, On Mon, Jul 30, 2012 at 02:39:56PM +0530, Kishon Vijay Abraham I wrote: Add device tree support for twl4030 usb driver. Update the Documentation with device tree binding information. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com I think this also doesn't have dependency on the

Re: [PATCH 1/2] OMAP4: otg: phy: fix charger detection

2012-08-03 Thread Ruslan Bilovol
Hi, On Fri, Aug 3, 2012 at 12:01 PM, ABRAHAM, KISHON VIJAY kis...@ti.com wrote: Hi, On Thu, Jul 5, 2012 at 2:12 PM, Ruslan Bilovol ruslan.bilo...@ti.com wrote: Charger detection feature is not correctly used and thus makes some regressions if OTG was used in the host mode. Charger detection

Re: [PATCH v6 08/11] arm/dts: Add twl4030-usb data

2012-08-03 Thread Felipe Balbi
Hi, On Mon, Jul 30, 2012 at 02:39:57PM +0530, Kishon Vijay Abraham I wrote: Add twl4030-usb data node in twl4030 device tree file. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com Acked-by: Felipe Balbi ba...@ti.com --- arch/arm/boot/dts/twl4030.dtsi | 21 + 1

Re: [PATCH v6 09/11] drivers: usb: musb: Add device tree support for omap musb glue

2012-08-03 Thread Felipe Balbi
Hi, On Mon, Jul 30, 2012 at 02:39:58PM +0530, Kishon Vijay Abraham I wrote: Added device tree support for omap musb driver and updated the Documentation with device tree binding information. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com This looks good and I think I can take this

Re: [PATCH v6 11/11] arm: omap: phy: remove unused functions from omap-phy-internal.c

2012-08-03 Thread Felipe Balbi
Hi, On Mon, Jul 30, 2012 at 02:40:00PM +0530, Kishon Vijay Abraham I wrote: All the unnessary functions in omap-phy-internal is removed. These functionality are now handled by omap-usb2 phy driver. Cc: Felipe Balbi ba...@ti.com Signed-off-by: Kishon Vijay Abraham I kis...@ti.com Acked-by:

Re: Do we need asynchronous pm_runtime_get()? (was: Re: bisected regression ...)

2012-08-03 Thread Alan Stern
On Thu, 2 Aug 2012, Alan Stern wrote: On Thu, 2 Aug 2012, Rafael J. Wysocki wrote: I don't know about that -- the logic involved in doing the processing within the resume callback isn't terribly complicated. At least, not much more complicated than the logic involved in setting up

Re: Build regressions/improvements in v3.5

2012-08-03 Thread Geert Uytterhoeven
On Fri, Aug 3, 2012 at 4:06 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: JFYI, when comparing v3.5 to v3.5-rc7[3], the summaries are: - build errors: +6/-9 - build warnings: +105/-5443 + drivers/staging/ccg/../../usb/gadget/f_mass_storage.c: error: implicit declaration of function

Re: [RFC][PATCH 1/2 v2] usb: host: ehci-platform: add platform specific .power callback

2012-08-03 Thread Alan Stern
On Thu, 2 Aug 2012 kuninori.morimoto...@renesas.com wrote: This patch enables to call platform specific power callback function. Signed-off-by: Kuninori Morimoto kuninori.morimoto...@renesas.com --- drivers/usb/host/ehci-platform.c | 33 +

Re: 090c:1000 file transfer to/from USB 2.0 flash drive, via 3.0 port at best 50-60 Mb/s

2012-08-03 Thread Alan Stern
On Fri, 3 Aug 2012, mat brown wrote: mount reports the following: /dev/sdb1 on /media/littlun type vfat (rw,nosuid,nodev,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,showexec,flush,uhelper=udisks) Nothing shows up in syslog during transfers. One thing I hadn't tried until a

Re: Do we need asynchronous pm_runtime_get()? (was: Re: bisected regression ...)

2012-08-03 Thread Alan Stern
On Fri, 3 Aug 2012, Ming Lei wrote: On Fri, Aug 3, 2012 at 10:20 AM, Alan Stern st...@rowland.harvard.edu wrote: On Thu, 2 Aug 2012, Rafael J. Wysocki wrote: Hmmm. You'd probably want a version that does a get at the same time. I suppose you would call func directly if the device was

Re: 090c:1000 file transfer to/from USB 2.0 flash drive, via 3.0 port at best 50-60 Mb/s

2012-08-03 Thread mat brown
In that case you should use usbmon to record what happens during one of the slow transfers. Instructions are in the kernel source file Documentation/usb/usbmon.txt. It doesn't have to be a big transfer; 10 MB will probably be enough to point out the problem. Alan Stern Already done as

Re: [PATCH v6 03/11] drivers: usb: otg: make twl6030_usb as a comparator driver to omap_usb2

2012-08-03 Thread ABRAHAM, KISHON VIJAY
Hi, On Fri, Aug 3, 2012 at 6:58 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Mon, Jul 30, 2012 at 02:39:52PM +0530, Kishon Vijay Abraham I wrote: All the PHY configuration other than VBUS, ID GND and OTG SRP are removed from twl6030. The phy configurations are taken care by the dedicated

Re: [PATCH v6 04/11] arm: omap: hwmod: add a new addr space in otg for writing to control module

2012-08-03 Thread ABRAHAM, KISHON VIJAY
Hi, On Fri, Aug 3, 2012 at 6:59 PM, Felipe Balbi ba...@ti.com wrote: On Mon, Jul 30, 2012 at 02:39:53PM +0530, Kishon Vijay Abraham I wrote: The mailbox register for usb otg in omap is present in control module. On detection of any events VBUS or ID, this register should be written to send

RE: [PATCH] usb: storage: stop all current urbs when device is disconnected

2012-08-03 Thread Alan Stern
On Fri, 3 Aug 2012, B, Ravi wrote: Alan, I did not understand, if the driver has unbound from the device, what is the need to wait for 30seconds timeout to cancel the URB. Can you explain in detail. Consider a disk drive with a large cache. When usb-storage unbinds from the device, the SCSI

Re: [PATCH v6 05/11] drivers: usb: twl6030: Add dt support for twl6030 usb

2012-08-03 Thread ABRAHAM, KISHON VIJAY
Hi, On Fri, Aug 3, 2012 at 7:01 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Mon, Jul 30, 2012 at 02:39:54PM +0530, Kishon Vijay Abraham I wrote: Add device tree support for twl6030 usb driver. Update the Documentation with device tree binding information. Signed-off-by: Kishon Vijay

Re: [PATCH v6 07/11] drivers: usb: twl4030: Add device tree support for twl4030 usb

2012-08-03 Thread ABRAHAM, KISHON VIJAY
Hi, On Fri, Aug 3, 2012 at 7:02 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Mon, Jul 30, 2012 at 02:39:56PM +0530, Kishon Vijay Abraham I wrote: Add device tree support for twl4030 usb driver. Update the Documentation with device tree binding information. Signed-off-by: Kishon Vijay

Re: [PATCH v6 11/11] arm: omap: phy: remove unused functions from omap-phy-internal.c

2012-08-03 Thread ABRAHAM, KISHON VIJAY
Hi, On Fri, Aug 3, 2012 at 7:06 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Mon, Jul 30, 2012 at 02:40:00PM +0530, Kishon Vijay Abraham I wrote: All the unnessary functions in omap-phy-internal is removed. These functionality are now handled by omap-usb2 phy driver. Cc: Felipe Balbi

Re: [PATCH v6 09/11] drivers: usb: musb: Add device tree support for omap musb glue

2012-08-03 Thread ABRAHAM, KISHON VIJAY
Hi, On Fri, Aug 3, 2012 at 7:04 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Mon, Jul 30, 2012 at 02:39:58PM +0530, Kishon Vijay Abraham I wrote: Added device tree support for omap musb driver and updated the Documentation with device tree binding information. Signed-off-by: Kishon Vijay

Re: kernel panic when called usb_control_msg()

2012-08-03 Thread Alan Stern
On Fri, 3 Aug 2012, y b wrote: Hi, kernel panic when called usb_control_msg(), like this: usb_control_msg(serial-dev, usb_sndctrlpipe(serial-dev, 0), XR_SET_REG, USB_DIR_OUT | USB_TYPE_VENDOR, value, regnum | (block 8), NULL, 0, 5000) The kernel's version is 2.6.33_rc4, but I think it

[PATCH 0/3]: ezusb cleanup, FX2 support, firmware downloading support

2012-08-03 Thread René Bürgel
Hello, this is a patches-series for controllers using the ezusb-functions. ezusb: remove dependency to usb_serial interface euzsb: add support for Cypress FX2LP ezusb: add functions for firmware download -- René Bürgel SOHARD Embedded Systems GmbH Wuerzburger Str. 197 90766 Fuerth Tel: +49

Re: [PATCH 1/3]: ezusb: remove dependency to usb_serial interface

2012-08-03 Thread René Bürgel
This patch removes the dependency on the usb_serial interface and names some magic constants Signed-off-by: René Bürgel rene.buer...@sohard.de -- diff --git a/drivers/usb/serial/ezusb.c b/drivers/usb/serial/ezusb.c index 800e8eb..3048b52d 100644 --- a/drivers/usb/serial/ezusb.c +++

Re: [RFC][PATCH 1/2 v2] usb: host: ehci-platform: add platform specific .power callback

2012-08-03 Thread Alan Stern
On Fri, 3 Aug 2012, Alan Stern wrote: + void (*power)(struct device *dev, int in_pm, int enable); I don't like having these two separate arguments. Having multiple function pointers would be better: void (*power_off)(struct platform_device *pdev); /* Turn

Re: [PATCH 2/3]: ezusb cleanup, FX2 support, firmware downloading support

2012-08-03 Thread René Bürgel
This Patch adds support for the newer Cypress FX2LP. It also adapts three drivers currently using ezusb to the interface change. (whiteheat and keyspan[_pda]) Signed-off-by: René Bürgel rene.buer...@sohard.de -- diff --git a/drivers/usb/serial/ezusb.c b/drivers/usb/serial/ezusb.c index

Re: [PATCH 3/3]: ezusb cleanup, FX2 support, firmware downloading support

2012-08-03 Thread René Bürgel
This patch adds new functions to upload firmware to the controller. The drivers currently using ezusb are adapted to use these new functions. This also fixes a bug occuring during firmware loading in the whiteheat-driver: The driver iterates over an ihex-formatted firmware using ++ on a const

RE: [PATCH] usb: storage: stop all current urbs when device is disconnected

2012-08-03 Thread B, Ravi
On Fri, 3 Aug 2012, B, Ravi wrote: Alan, I did not understand, if the driver has unbound from the device, what is the need to wait for 30seconds timeout to cancel the URB. Can you explain in detail. Consider a disk drive with a large cache. When usb-storage unbinds from the

Re: [RFC ebeam PATCH v2 3/3] input: misc: New USB eBeam input driver.

2012-08-03 Thread Yann Cantin
Hi, +#include linux/hid.h As this driver is not a HID bus driver, why do you need this include? Cinder, removed +#define DRIVER_VERSION v0.7 I don't think we need to be tracking driver versions for newly submitted drivers, git is much better at tracking changes. Old habit,

Re: 090c:1000 file transfer to/from USB 2.0 flash drive, via 3.0 port at best 50-60 Mb/s

2012-08-03 Thread mat brown
It's odd. The usbmon log shows things working pretty well most of the time, with transfer speeds around 200 Mb/s, but every now and then a single 120-KB transfer takes more than half a second! I have no idea why. We can rule out hardware problems because it doesn't happen under Fedora.

RE: [PATCH v7 00/11] usb: musb: adding multi instance support

2012-08-03 Thread Hiremath, Vaibhav
On Fri, Aug 03, 2012 at 17:11:38, Daniel Mack wrote: On 03.08.2012 11:07, Hiremath, Vaibhav wrote: I have just pushed the code (V7 which Ravi submitted), so can you please try with below branch? https://github.com/hvaibhav/am335x-linux/tree/am335x-upstream-staging-usb Thanks for

Re: [PATCH v7 00/11] usb: musb: adding multi instance support

2012-08-03 Thread Koen Kooi
Op 3 aug. 2012, om 17:48 heeft Hiremath, Vaibhav hvaib...@ti.com het volgende geschreven: On Fri, Aug 03, 2012 at 17:11:38, Daniel Mack wrote: On 03.08.2012 11:07, Hiremath, Vaibhav wrote: I have just pushed the code (V7 which Ravi submitted), so can you please try with below branch?

RE: [PATCH] usb: storage: stop all current urbs when device is disconnected

2012-08-03 Thread Alan Stern
On Fri, 3 Aug 2012, B, Ravi wrote: Consider a disk drive with a large cache. When usb-storage unbinds from the device, the SCSI layer will want to tell the disk to write out its cache. Flushing the cache could take a while, so the SYNCHRONIZE CACHE command needs to have a long

RE: [PATCH V2 2/2] usb: gadget/uvc: Add support for 'USB_GADGET_DELAYED_STATUS' response for a set_intf(alt-set 1) command

2012-08-03 Thread Bhupesh SHARMA
Hi Laurent, -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Friday, August 03, 2012 1:50 PM To: Bhupesh SHARMA Cc: linux-usb@vger.kernel.org; ba...@ti.com Subject: Re: [PATCH V2 2/2] usb: gadget/uvc: Add support for

RE: Query regarding the support and testing of MJPEG frame type in the UVC webcam gadget

2012-08-03 Thread Bhupesh SHARMA
Hi Laurent, -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Friday, August 03, 2012 1:45 PM To: Bhupesh SHARMA Cc: linux-usb@vger.kernel.org; linux-me...@vger.kernel.org Subject: Re: Query regarding the support and testing of MJPEG frame

RE: [PATCH 3/3] usb: gadget/uvc: Add fix for UVC compliance test suite's assertion 6.1.25 failure

2012-08-03 Thread Bhupesh SHARMA
Hi Laurent, Thanks for your review. -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Friday, August 03, 2012 1:42 PM To: Bhupesh SHARMA Cc: linux-usb@vger.kernel.org; ba...@ti.com Subject: Re: [PATCH 3/3] usb: gadget/uvc: Add fix for UVC

RE: [PATCH 2/3] usb: gadget/uvc: Add fix for UVC compliance test suite assertion 6.3.90 failure

2012-08-03 Thread Bhupesh SHARMA
Hi Laurent, -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Friday, August 03, 2012 1:23 PM To: Bhupesh SHARMA Cc: linux-usb@vger.kernel.org; ba...@ti.com Subject: Re: [PATCH 2/3] usb: gadget/uvc: Add fix for UVC compliance test suite

RE: [PATCH 1/3] usb: gadget/uvc: Fix 'Illegal endpoint address 0x80' issue for VC Endpoint

2012-08-03 Thread Bhupesh SHARMA
Hi Laurent, -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Friday, August 03, 2012 1:13 PM To: Bhupesh SHARMA Cc: linux-usb@vger.kernel.org; ba...@ti.com Subject: Re: [PATCH 1/3] usb: gadget/uvc: Fix 'Illegal endpoint address 0x80' issue

Re: Build regressions/improvements in v3.5

2012-08-03 Thread Greg KH
On Fri, Aug 03, 2012 at 04:11:23PM +0200, Geert Uytterhoeven wrote: On Fri, Aug 3, 2012 at 4:06 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: JFYI, when comparing v3.5 to v3.5-rc7[3], the summaries are: - build errors: +6/-9 - build warnings: +105/-5443 +

Re: FW: [PATCH] usb: host: xhci: Fix Compliance Mode on SN65LVPE502CP Hardware

2012-08-03 Thread Sarah Sharp
On Thu, Aug 02, 2012 at 05:11:30PM -0500, Alexis R. Cortes wrote: Hi Sarah, I have rewritten my code following your recommendations. Could you please review it and give your comments? If everything is fine I'll proceed to generate the patch and submit it. I have a couple style comments

Re: association of USB device and SCSI host in uas

2012-08-03 Thread Sarah Sharp
On Fri, Aug 03, 2012 at 07:06:11PM +0200, Oliver Neukum wrote: Hi Sarah, your comment in uas says that you want to get away from seeing each uas device as a host. Why? How would you implement a bus reset if you break that association? I think that was Matthew's comment, not mine, so I'll

Re: FW: FW: [PATCH] usb: host: xhci: Fix Compliance Mode on SN65LVPE502CP Hardware

2012-08-03 Thread Alexis R. Cortes
Hi Sarah, I'll perform the code style changes you mentioned and will submit the patch. Regarding your remark about deleting the timer on suspend and re-initializing on resume 'always' (only if the system is subject to the quirk), the reason of doing this is that when the system resumes from

usb: host: xhci: Fix Compliance Mode on SN65LVPE502CP Hardware

2012-08-03 Thread Alexis R. Cortes
This patch is intended to work around a known issue on the SN65LVPE502CP USB3.0 re-driver that can delay the negotiation between a device and the host past the usual handshake timeout. If that happens on the first insertion, the host controller port will enter in Compliance Mode and NO port

Re: [RFC PATCH] USB: enable power/wakeup to control remote wakeup in the runtime suspend

2012-08-03 Thread Sarah Sharp
On Thu, Jul 19, 2012 at 10:42:23AM -0400, Alan Stern wrote: The same is true for external ports if they are marked as non-removable. For example, consider a compound keyboard/mouse device with a built-in hub. The connections from the keyboard and the mouse to the hub are internal and not

Re: [PATCH 3/3] usb: gadget/uvc: Add fix for UVC compliance test suite's assertion 6.1.25 failure

2012-08-03 Thread Laurent Pinchart
Hi Bhupesh, On Saturday 04 August 2012 00:31:38 Bhupesh SHARMA wrote: On Friday, August 03, 2012 1:42 PM Laurent Pinchart wrote: On Thursday 26 July 2012 10:42:51 Bhupesh Sharma wrote: As per the UVC compliance test suite's assertion 6.1.25, the `iFunction` field of the Interface

Re: USB UPS slows boot

2012-08-03 Thread James
On 08/01/12 13:14, Alan Stern wrote: On Wed, 1 Aug 2012 bjloc...@lockie.ca wrote: That's progress. Have you checked to see whether ehci-hcd is loaded before or after ohci-hcd? Is there a way to tell besides watching the screen (which scrolls too fast) during boot? Run the dmesg

Re: USB UPS slows boot

2012-08-03 Thread Alan Stern
On Fri, 3 Aug 2012, James wrote: Have you checked to see whether the disconnects occur if you plug the UPS in after the system has booted? It does but there were only 2 last time (before it was alot more). That's still more than there should be. However, it seems clear that the

Re: [PATCH] cdc-ncm: tag Ericsson WWAN devices (eg F5521gw) with FLAG_WWAN

2012-08-03 Thread David Miller
From: Peter Meiser mei...@gmx-topmail.de Date: Thu, 02 Aug 2012 14:30:20 +0200 looking at http://sourceforge.net/apps/mediawiki/mbm/index.php?title=Main_Page#Supported_devices, there are branded Ericsson devices from Dell and Toshiba. The to-be-added vendor IDs are 0x413c for Dell and