From: Bryan O'Donoghue Date: Wed, 2 Jul 2014 08:58:18 +0000 (-0700) Subject: USB: ehci-pci: USB host controller support for Intel Quark X1000 X-Git-Tag: cleanup-for-v3.18~123^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e693739e9b603b3ca9ce0d4f4178f0633458465;p=pandora-kernel.git USB: ehci-pci: USB host controller support for Intel Quark X1000 The EHCI packet buffer in/out threshold is programmable for Intel Quark X1000 USB host controller, and the default value is 0x20 dwords. The in/out threshold can be programmed to 0x80 dwords (512 Bytes) to maximize the perfomrance, but only when isochronous/interrupt transactions are not initiated by the USB host controller. This patch is to reconfigure the packet buffer in/out threshold as maximal as possible to maximize the performance, and 0x7F dwords (508 Bytes) should be used because the USB host controller initiates isochronous/interrupt transactions. Signed-off-by: Bryan O'Donoghue Signed-off-by: Alvin (Weike) Chen Acked-by: Alan Stern Reviewed-by: Jingoo Han Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed