aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/whci (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-22USB: host: whci: rename Kbuild fileGreg Kroah-Hartman1-0/+2
2018-07-13USB: host: whci: remove redundant variable tColin Ian King1-2/+0
2018-03-09USB: host: whci: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-42/+6
2017-11-28USB: host: whci: remove redundant variable tColin Ian King1-2/+0
2017-11-07USB: host: whci: Remove redundant license textGreg Kroah-Hartman11-136/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman11-0/+11
2017-07-30USB: whci-hcd: constify hc_driver structuresJulia Lawall1-1/+1
2016-08-15whci: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-04-26usb: hcd: do not call whc_clean_up on wch_init call failureColin Ian King1-3/+4
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
2015-10-04whci: drop null test before destroy functionsJulia Lawall1-2/+1
2015-03-18USB: whci-hcd: Delete an unnecessary check before the function call "usb_put_hcd"Markus Elfring1-2/+1
2015-02-13usb: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-5/+2
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2-2/+0
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+1
2013-10-11usb: Remove unnecessary semicolonsJoe Perches1-2/+2
2013-06-06wusbhc: disable suspend and resume on the root hub.Thomas Pugliese1-2/+0
2012-08-15USB: whci-hcd: fix NULL dereference on allocation failureDan Carpenter1-4/+4
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-10-31usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker1-0/+1
2011-10-31usb: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker1-0/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-12-10USB: whci-hcd: fix compiler warningNamhyung Kim1-1/+1
2010-10-22usb: makefile cleanupmatt mooney1-1/+1
2010-08-10USB: convert usb_hcd bitfields into atomic flagsAlan Stern1-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: whci: declare functions as staticBill Pemberton1-1/+1
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 Heo5-0/+5
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 Vrabel2-11/+22
2009-12-11usb: whci-hcd: decode more QHead fields in the debug filesDavid Vrabel1-4/+16
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 Vrabel4-31/+332
2009-10-14USB: whci-hcd: always do an update after processing a halted qTDDavid Vrabel2-0/+8
2009-10-14USB: whci-hcd: handle early deletion of endpointsDavid Vrabel2-14/+25
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-3/+3
2009-09-23USB: whci-hcd: make endpoint_reset method asyncDavid Vrabel5-6/+31
2009-04-17USB: whci-hcd: check return value of usb_hcd_link_urb_to_ep()David Vrabel2-6/+18
2009-04-17USB: whci-hcd: provide a endpoint_reset methodDavid Vrabel6-6/+50
2009-02-16wusb: whci-hcd: always lock whc->lock with interrupts disabledDavid Vrabel2-4/+4