summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/whci/qset.c
Commit message (Expand)AuthorAgeFilesLines
* USB: whci-hcd: add more checks for dma mapping errorAlexey Khoroshilov2016-04-191-2/+6
* Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman2015-12-131-0/+4
|\
| * USB: whci-hcd: add check for dma mapping errorAlexey Khoroshilov2015-12-011-0/+4
* | usb: whci: fhci: remove comparison to boolGeyslan G. Bem2015-12-041-1/+1
* | usb : replace dma_pool_alloc and memset with dma_pool_zallocSaurabh Sengar2015-12-011-2/+1
|/
* USB: whci-hcd: Fix potential memory leak in qset_add_urb_sg()Alexey Khoroshilov2012-08-101-4/+7
* Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2011-12-121-1/+1
|\
| * USB: whci-hcd: fix endian conversion in qset_clear()Dan Carpenter2011-11-261-1/+1
* | usb: fix number of mapped SG DMA entriesClemens Ladisch2011-12-091-2/+2
|/
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* USB: host: Eliminate NULL dereferenceJulia Lawall2010-08-101-1/+1
* USB: Change the scatterlist type in struct urbMatthew Wilcox2010-05-201-2/+2
* USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern2010-05-201-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* USB: whci-hcd: correctly handle sg lists longer than QTD_MAX_XFER_SIZE.David Vrabel2009-12-111-11/+11
* USB: wusb: add wusb_phy_rate sysfs file to host controllersDavid Vrabel2009-12-111-3/+21
* USB: whci-hcd: fix type and format warnings in sg codeDavid Vrabel2009-12-111-24/+2
* USB: whci-hcd: support urbs with scatter-gather listsDavid Vrabel2009-12-111-29/+319
* USB: whci-hcd: make endpoint_reset method asyncDavid Vrabel2009-09-231-2/+2
* USB: whci-hcd: provide a endpoint_reset methodDavid Vrabel2009-04-171-3/+21
* wusb: add debug files for ASL, PZL and DI to the whci-hcd driverDavid Vrabel2008-11-261-40/+0
* wusb: WHCI host controller driverDavid Vrabel2008-09-171-0/+567