summaryrefslogtreecommitdiff
path: root/drivers/usb/host/whci
AgeCommit message (Expand)Author
2015-12-01USB: whci-hcd: add check for dma mapping errorAlexey Khoroshilov
2015-10-04whci: drop null test before destroy functionsJulia Lawall
2015-03-18USB: whci-hcd: Delete an unnecessary check before the function call "usb_put_...Markus Elfring
2015-02-13usb: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen
2013-10-11usb: Remove unnecessary semicolonsJoe Perches
2013-06-06wusbhc: disable suspend and resume on the root hub.Thomas Pugliese
2012-08-15USB: whci-hcd: fix NULL dereference on allocation failureDan Carpenter
2012-08-10USB: whci-hcd: Fix potential memory leak in qset_add_urb_sg()Alexey Khoroshilov
2011-12-12Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman
2011-12-09usb: fix number of mapped SG DMA entriesClemens Ladisch
2011-11-26USB: whci-hcd: fix endian conversion in qset_clear()Dan Carpenter
2011-10-31usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker
2011-10-31usb: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches
2011-03-31Fix common misspellingsLucas De Marchi
2010-12-10USB: whci-hcd: fix compiler warningNamhyung Kim
2010-10-22usb: makefile cleanupmatt mooney
2010-08-10USB: convert usb_hcd bitfields into atomic flagsAlan Stern
2010-08-10USB: host: Eliminate NULL dereferenceJulia Lawall
2010-05-20USB: Change the scatterlist type in struct urbMatthew Wilcox
2010-05-20USB: whci: declare functions as staticBill Pemberton
2010-05-20USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-11USB: whci-hcd: correctly handle sg lists longer than QTD_MAX_XFER_SIZE.David Vrabel
2009-12-11USB: wusb: add wusb_phy_rate sysfs file to host controllersDavid Vrabel
2009-12-11usb: whci-hcd: decode more QHead fields in the debug filesDavid Vrabel
2009-12-11USB: whci-hcd: fix type and format warnings in sg codeDavid Vrabel
2009-12-11USB: whci-hcd: support urbs with scatter-gather listsDavid Vrabel
2009-10-14USB: whci-hcd: always do an update after processing a halted qTDDavid Vrabel
2009-10-14USB: whci-hcd: handle early deletion of endpointsDavid Vrabel
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-09-23USB: whci-hcd: make endpoint_reset method asyncDavid Vrabel
2009-04-17USB: whci-hcd: check return value of usb_hcd_link_urb_to_ep()David Vrabel
2009-04-17USB: whci-hcd: provide a endpoint_reset methodDavid Vrabel
2009-02-16wusb: whci-hcd: always lock whc->lock with interrupts disabledDavid Vrabel
2009-01-07wusb: timeout when waiting for ASL/PZL updates in whci-hcdDavid Vrabel
2008-11-26wusb: add debug files for ASL, PZL and DI to the whci-hcd driverDavid Vrabel
2008-11-25wusb: whci-hcd shouldn't do ASL/PZL updates while channel is inactiveDavid Vrabel
2008-11-19uwb: add basic radio managerDavid Vrabel
2008-10-31wusb: remove unused #include <version.h>Huang Weiyi
2008-10-28wusb: do a proper channel stopDavid Vrabel
2008-10-28wusb: release mutex in the error path of whci-hcd's whc_do_gencmd()David Vrabel
2008-09-17wusb: WHCI host controller driverDavid Vrabel