Re: [PATCH 0/6] vf610: Add USB support

2014-07-26 Thread Stefan Agner
Am 2014-07-22 02:13, schrieb Peter Chen: On Fri, Jul 18, 2014 at 07:01:36PM +0200, Stefan Agner wrote: This patchset adds USB support for Vybrid VF610 SoC. It extends the clock framework to support the USB PHY cocks, extends the device tree files and adds support for the non-core registers in

[PATCH v3] usb-core bInterval quirk

2014-07-26 Thread James P Michels III
This patch adds a usb quirk to support devices with bInterval values expressed as microframes. The quirk causes the parse endpoint function to modify the reported bInterval to a standards conforming value. There is currently code in the endpoint parser that checks for bIntervals that are outside

Re: [PATCH v3] usb-core bInterval quirk

2014-07-26 Thread Alan Stern
On Sat, 26 Jul 2014, James P Michels III wrote: This patch adds a usb quirk to support devices with bInterval values expressed as microframes. The quirk causes the parse endpoint function to modify the reported bInterval to a standards conforming value. You need to mention that the quirk

[PATCH v4] usb-core bInterval quirk

2014-07-26 Thread James P Michels III
This patch adds a usb quirk to support devices with interupt endpoints and bInterval values expressed as microframes. The quirk causes the parse endpoint function to modify the reported bInterval to a standards conforming value. There is currently code in the endpoint parser that checks for

Re: XHCI, brain-dead scanner, and microframe rounding

2014-07-26 Thread Mike Mammarella
On Fri, 4 Jul 2014, Mathias Nyman wrote: On 07/01/2014 09:07 AM, Mike Mammarella wrote: Hi Can you add xhci debugging by enabling CONFIG_DYNAMIC_DEBUG, and run `echo -n 'module xhci_hcd =p' /sys/kernel/debug/dynamic_debug/control` as root, and send me the output of dmesg. Without debugging

Re: [PATCH v4] usb-core bInterval quirk

2014-07-26 Thread Alan Stern
On Sat, 26 Jul 2014, James P Michels III wrote: This patch adds a usb quirk to support devices with interupt endpoints and bInterval values expressed as microframes. The quirk causes the parse endpoint function to modify the reported bInterval to a standards conforming value. There is