summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/whci
Commit message (Expand)AuthorAgeFilesLines
* USB: host: whci: rename Kbuild fileGreg Kroah-Hartman2019-01-221-0/+2
* USB: host: whci: remove redundant variable tColin Ian King2018-07-131-2/+0Star
* USB: host: whci: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-091-42/+6Star
* USB: host: whci: remove redundant variable tColin Ian King2017-11-281-2/+0Star
* USB: host: whci: Remove redundant license textGreg Kroah-Hartman2017-11-0711-136/+0Star
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-0411-0/+11
* USB: whci-hcd: constify hc_driver structuresJulia Lawall2017-07-301-1/+1
* whci: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-08-151-1/+1
* usb: hcd: do not call whc_clean_up on wch_init call failureColin Ian King2016-04-271-3/+4
* USB: whci-hcd: add more checks for dma mapping errorAlexey Khoroshilov2016-04-181-2/+6
* Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman2015-12-141-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/+1Star
|/
* whci: drop null test before destroy functionsJulia Lawall2015-10-041-2/+1Star
* USB: whci-hcd: Delete an unnecessary check before the function call "usb_put_...Markus Elfring2015-03-181-2/+1Star
* usb: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-141-5/+2Star
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-092-2/+0Star
* usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen2013-12-091-0/+1
* usb: Remove unnecessary semicolonsJoe Perches2013-10-121-2/+2
* wusbhc: disable suspend and resume on the root hub.Thomas Pugliese2013-06-061-2/+0Star
* USB: whci-hcd: fix NULL dereference on allocation failureDan Carpenter2012-08-161-4/+4
* 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-131-1/+1
|\
| * USB: whci-hcd: fix endian conversion in qset_clear()Dan Carpenter2011-11-271-1/+1
* | usb: fix number of mapped SG DMA entriesClemens Ladisch2011-12-101-2/+2
|/
* usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2011-11-011-0/+1
* usb: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker2011-11-011-0/+1
* treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* USB: whci-hcd: fix compiler warningNamhyung Kim2010-12-101-1/+1
* usb: makefile cleanupmatt mooney2010-10-221-1/+1
* USB: convert usb_hcd bitfields into atomic flagsAlan Stern2010-08-101-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: whci: declare functions as staticBill Pemberton2010-05-201-1/+1
* 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-305-0/+5
* 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-112-11/+22
* usb: whci-hcd: decode more QHead fields in the debug filesDavid Vrabel2009-12-111-4/+16
* USB: whci-hcd: fix type and format warnings in sg codeDavid Vrabel2009-12-111-24/+2Star
* USB: whci-hcd: support urbs with scatter-gather listsDavid Vrabel2009-12-114-31/+332
* USB: whci-hcd: always do an update after processing a halted qTDDavid Vrabel2009-10-142-0/+8
* USB: whci-hcd: handle early deletion of endpointsDavid Vrabel2009-10-142-14/+25
* const: constify remaining file_operationsAlexey Dobriyan2009-10-021-3/+3
* USB: whci-hcd: make endpoint_reset method asyncDavid Vrabel2009-09-235-6/+31
* USB: whci-hcd: check return value of usb_hcd_link_urb_to_ep()David Vrabel2009-04-172-6/+18
* USB: whci-hcd: provide a endpoint_reset methodDavid Vrabel2009-04-176-6/+50
* wusb: whci-hcd: always lock whc->lock with interrupts disabledDavid Vrabel2009-02-162-4/+4