usb: wire adapter: add scatter gather support
authorThomas Pugliese <thomas.pugliese@gmail.com>
Tue, 11 Jun 2013 15:39:31 +0000 (10:39 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Jun 2013 20:41:58 +0000 (13:41 -0700)
commit2b81c083c62909dc2af0d8d2e8687b99d259954f
treee6cd643e09b056163e9393996231d7346e85cc74
parent5b92f46c967706d43717aa666c50c6ea0b12da43
usb: wire adapter: add scatter gather support

This patch adds support for scatter gather DMA to the wire adapter and
updates the HWA to advertise support for SG transfers.  This allows the
block layer to submit transfer requests to the HWA HC without first
breaking them up into PAGE_SIZE requests.

Signed-off-by: Thomas Pugliese <thomas.pugliese@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/hwa-hc.c
drivers/usb/wusbcore/wa-xfer.c