aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/whci (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-07wusb: timeout when waiting for ASL/PZL updates in whci-hcdDavid Vrabel4-4/+30
2008-11-26wusb: add debug files for ASL, PZL and DI to the whci-hcd driverDavid Vrabel8-121/+201
2008-11-25wusb: whci-hcd shouldn't do ASL/PZL updates while channel is inactiveDavid Vrabel2-6/+36
2008-11-19uwb: add basic radio managerDavid Vrabel1-2/+0
2008-10-31wusb: remove unused #include <version.h>Huang Weiyi3-3/+0
2008-10-28wusb: do a proper channel stopDavid Vrabel3-4/+15
2008-10-28wusb: release mutex in the error path of whci-hcd's whc_do_gencmd()David Vrabel1-3/+5
2008-09-17wusb: WHCI host controller driverDavid Vrabel11-0/+2906