Age | Commit message (Expand) | Author | Files | Lines |
2012-08-16 | USB: whci-hcd: fix NULL dereference on allocation failure | Dan Carpenter | 1 | -4/+4 |
2012-08-10 | USB: whci-hcd: Fix potential memory leak in qset_add_urb_sg() | Alexey Khoroshilov | 1 | -4/+7 |
2011-12-13 | Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Greg Kroah-Hartman | 1 | -1/+1 |
2011-12-10 | usb: fix number of mapped SG DMA entries | Clemens Ladisch | 1 | -2/+2 |
2011-11-27 | USB: whci-hcd: fix endian conversion in qset_clear() | Dan Carpenter | 1 | -1/+1 |
2011-11-01 | usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed | Paul Gortmaker | 1 | -0/+1 |
2011-11-01 | usb: Add module.h to drivers/usb consumers who really use it. | Paul Gortmaker | 1 | -0/+1 |
2011-06-10 | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches | 1 | -1/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2010-12-11 | USB: whci-hcd: fix compiler warning | Namhyung Kim | 1 | -1/+1 |
2010-10-22 | usb: makefile cleanup | matt mooney | 1 | -1/+1 |
2010-08-11 | USB: convert usb_hcd bitfields into atomic flags | Alan Stern | 1 | -1/+1 |
2010-08-11 | USB: host: Eliminate NULL dereference | Julia Lawall | 1 | -1/+1 |
2010-05-21 | USB: Change the scatterlist type in struct urb | Matthew Wilcox | 1 | -2/+2 |
2010-05-21 | USB: whci: declare functions as static | Bill Pemberton | 1 | -1/+1 |
2010-05-21 | USB: fix usbmon and DMA mapping for scatter-gather URBs | Alan Stern | 1 | -1/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 5 | -0/+5 |
2009-12-11 | USB: whci-hcd: correctly handle sg lists longer than QTD_MAX_XFER_SIZE. | David Vrabel | 1 | -11/+11 |
2009-12-11 | USB: wusb: add wusb_phy_rate sysfs file to host controllers | David Vrabel | 2 | -11/+22 |
2009-12-11 | usb: whci-hcd: decode more QHead fields in the debug files | David Vrabel | 1 | -4/+16 |
2009-12-11 | USB: whci-hcd: fix type and format warnings in sg code | David Vrabel | 1 | -24/+2 |
2009-12-11 | USB: whci-hcd: support urbs with scatter-gather lists | David Vrabel | 4 | -31/+332 |
2009-10-15 | USB: whci-hcd: always do an update after processing a halted qTD | David Vrabel | 2 | -0/+8 |
2009-10-15 | USB: whci-hcd: handle early deletion of endpoints | David Vrabel | 2 | -14/+25 |
2009-10-02 | const: constify remaining file_operations | Alexey Dobriyan | 1 | -3/+3 |
2009-09-23 | USB: whci-hcd: make endpoint_reset method async | David Vrabel | 5 | -6/+31 |
2009-04-17 | USB: whci-hcd: check return value of usb_hcd_link_urb_to_ep() | David Vrabel | 2 | -6/+18 |
2009-04-17 | USB: whci-hcd: provide a endpoint_reset method | David Vrabel | 6 | -6/+50 |
2009-02-16 | wusb: whci-hcd: always lock whc->lock with interrupts disabled | David Vrabel | 2 | -4/+4 |
2009-01-07 | wusb: timeout when waiting for ASL/PZL updates in whci-hcd | David Vrabel | 4 | -4/+30 |
2008-11-26 | wusb: add debug files for ASL, PZL and DI to the whci-hcd driver | David Vrabel | 8 | -121/+201 |
2008-11-25 | wusb: whci-hcd shouldn't do ASL/PZL updates while channel is inactive | David Vrabel | 2 | -6/+36 |
2008-11-19 | uwb: add basic radio manager | David Vrabel | 1 | -2/+0 |
2008-10-31 | wusb: remove unused #include <version.h> | Huang Weiyi | 3 | -3/+0 |
2008-10-28 | wusb: do a proper channel stop | David Vrabel | 3 | -4/+15 |
2008-10-28 | wusb: release mutex in the error path of whci-hcd's whc_do_gencmd() | David Vrabel | 1 | -3/+5 |
2008-09-17 | wusb: WHCI host controller driver | David Vrabel | 11 | -0/+2906 |