summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorSarah Sharp2009-05-14 20:44:22 +0200
committerGreg Kroah-Hartman2009-06-16 06:44:51 +0200
commitf88ba78d9ac0e1f583da4cada80b8816ca761a3f (patch)
treee02af0c83817517c2c5ba20c3cf9335b2f4ab9a9 /MAINTAINERS
parentUSB: xHCI: Fix interrupt moderation. (diff)
downloadkernel-qcow2-linux-f88ba78d9ac0e1f583da4cada80b8816ca761a3f.tar.gz
kernel-qcow2-linux-f88ba78d9ac0e1f583da4cada80b8816ca761a3f.tar.xz
kernel-qcow2-linux-f88ba78d9ac0e1f583da4cada80b8816ca761a3f.zip
USB: xhci: Respect critical sections.
Narrow down time spent holding the xHCI spinlock so that it's only used to protect the xHCI rings, not as mutual exclusion. Stop allocating memory while holding the spinlock and calling xhci_alloc_virt_device() and xhci_endpoint_init(). The USB core should have locking in it to prevent device state to be manipulated by more than one kernel thread. E.g. you can't free a device while you're in the middle of setting a new configuration. So removing the locks from the sections where xhci_alloc_dev() and xhci_reset_bandwidth() touch xHCI's representation of the device should be OK. Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions