From: Sarah Sharp Date: Fri, 30 Jul 2010 05:13:17 +0000 (-0700) Subject: USB: xhci: Don't flush doorbell writes. X-Git-Tag: v2.6.36-rc1~293^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed3f24539209826235debaec66ca0da708b5bb89;p=pandora-kernel.git USB: xhci: Don't flush doorbell writes. To tell the host controller that there are transfers on the endpoint rings, we need to ring the endpoint doorbell. This is a PCI MMIO write, which can be delayed until another register read is queued. The previous code would flush the doorbell write by reading the doorbell register after the write. This may take time, and it's not necessary to force the host controller to know about the transfers right away. Don't flush the doorbell register writes. Signed-off-by: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed