aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/whci/qset.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-07USB: host: whci: Remove redundant license textGreg Kroah-Hartman1-12/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2016-04-19USB: whci-hcd: add more checks for dma mapping errorAlexey Khoroshilov1-2/+6
2015-12-13Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman1-0/+4
2015-12-04usb: whci: fhci: remove comparison to boolGeyslan G. Bem1-1/+1
2015-12-01USB: whci-hcd: add check for dma mapping errorAlexey Khoroshilov1-0/+4
2015-12-01usb : replace dma_pool_alloc and memset with dma_pool_zallocSaurabh Sengar1-2/+1
2012-08-10USB: whci-hcd: Fix potential memory leak in qset_add_urb_sg()Alexey Khoroshilov1-4/+7
2011-12-12Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-1/+1
2011-12-09usb: fix number of mapped SG DMA entriesClemens Ladisch1-2/+2
2011-11-26USB: whci-hcd: fix endian conversion in qset_clear()Dan Carpenter1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-08-10USB: host: Eliminate NULL dereferenceJulia Lawall1-1/+1
2010-05-20USB: Change the scatterlist type in struct urbMatthew Wilcox1-2/+2
2010-05-20USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-11USB: whci-hcd: correctly handle sg lists longer than QTD_MAX_XFER_SIZE.David Vrabel1-11/+11
2009-12-11USB: wusb: add wusb_phy_rate sysfs file to host controllersDavid Vrabel1-3/+21
2009-12-11USB: whci-hcd: fix type and format warnings in sg codeDavid Vrabel1-24/+2
2009-12-11USB: whci-hcd: support urbs with scatter-gather listsDavid Vrabel1-29/+319
2009-09-23USB: whci-hcd: make endpoint_reset method asyncDavid Vrabel1-2/+2
2009-04-17USB: whci-hcd: provide a endpoint_reset methodDavid Vrabel1-3/+21
2008-11-26wusb: add debug files for ASL, PZL and DI to the whci-hcd driverDavid Vrabel1-40/+0
2008-09-17wusb: WHCI host controller driverDavid Vrabel1-0/+567