aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/whci
Commit message (Expand)AuthorAgeFilesLines
* usb: fix number of mapped SG DMA entriesClemens Ladisch2012-01-121-2/+2
* USB: whci-hcd: fix endian conversion in qset_clear()Dan Carpenter2011-11-261-1/+1
* usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2011-10-311-0/+1
* usb: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker2011-10-311-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/+2
* 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-011-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
* wusb: timeout when waiting for ASL/PZL updates in whci-hcdDavid Vrabel2009-01-074-4/+30
* wusb: add debug files for ASL, PZL and DI to the whci-hcd driverDavid Vrabel2008-11-268-121/+201
* wusb: whci-hcd shouldn't do ASL/PZL updates while channel is inactiveDavid Vrabel2008-11-252-6/+36
* uwb: add basic radio managerDavid Vrabel2008-11-191-2/+0
* wusb: remove unused #include <version.h>Huang Weiyi2008-10-313-3/+0
* wusb: do a proper channel stopDavid Vrabel2008-10-283-4/+15
* wusb: release mutex in the error path of whci-hcd's whc_do_gencmd()David Vrabel2008-10-281-3/+5
* wusb: WHCI host controller driverDavid Vrabel2008-09-1711-0/+2906