Files
kernel_amazon_mt8127-common/include/linux
Sarah Sharp 6d65b78a09 USB: Support for submitting control URBs under xHCI.
Warn users of URB_NO_SETUP_DMA_MAP about xHCI behavior.

Device drivers can choose to DMA map the setup packet of a control transfer
before submitting the URB to the USB core.  Drivers then set the
URB_NO_SETUP_DMA_MAP and pass in the DMA memory address in setup_dma, instead of
providing a kernel address for setup_packet.  However, xHCI requires that the
setup packet be copied into an internal data structure, and we need a kernel
memory address pointer for that.  Warn users of URB_NO_SETUP_DMA_MAP that they
should provide a valid pointer for setup_packet, along with the DMA address.

FIXME:  I'm not entirely sure how to work around this in the xHCI driver
or USB core.

Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-06-15 21:44:49 -07:00
..
2009-06-11 21:36:00 -04:00
2009-06-11 21:36:09 -04:00
2009-06-11 08:50:57 -07:00
2009-06-11 21:36:06 -04:00
2009-06-11 21:36:11 -04:00
2009-06-14 22:10:41 +02:00
2009-06-11 17:03:28 +01:00
2009-06-11 19:05:32 +02:00
2009-06-11 21:36:02 -04:00
2009-06-11 21:36:01 -04:00
2009-06-15 21:44:43 -07:00
2009-06-15 21:44:44 -07:00
2009-06-11 21:36:12 -04:00
2009-06-11 08:50:58 -07:00
2009-06-11 08:50:59 -07:00
2009-06-11 08:51:01 -07:00