• S
    USB: xhci: Don't flush doorbell writes. · ed3f2453
    Sarah Sharp 提交于
    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: NSarah Sharp <sarah.a.sharp@linux.intel.com>
    Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
    ed3f2453
xhci-ring.c 96.5 KB