summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* USB: EHCI: Support controllers with big endian capability regsJan Andersson2011-05-0325-27/+37
* usb: Configure octeon2 glue logic for proper uSOF cycle period.David Daney2011-05-031-0/+3
* usb: octeon2-common.c: Configure ports for proper electrical characteristics.David Daney2011-05-031-1/+3
* USB: octeon2-common: Don't reinitialize the clocks.David Daney2011-05-031-14/+24
* Merge branch 'for-usb-next' of git+ssh://master.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2011-05-036-419/+658
|\
| * xhci 1.0: Set transfer burst last packet count field.Sarah Sharp2011-05-032-1/+41
| * xhci 1.0: Set transfer burst count field.Sarah Sharp2011-05-032-1/+27
| * xhci 1.0: Update TD size field format.Sarah Sharp2011-05-031-6/+70
| * xhci 1.0: Only interrupt on short packet for IN EPs.Sarah Sharp2011-05-031-21/+24
| * xhci: Remove sparse warning about cmd_status.Sarah Sharp2011-05-031-2/+2
| * usbcore: Refine USB3.0 device suspend and resumeAndiry Xu2011-05-031-28/+21Star
| * xHCI: report USB3.0 portstatus comply with USB3.0 specificationAndiry Xu2011-05-031-12/+29
| * xHCI: Set link state supportAndiry Xu2011-05-031-0/+41
| * xHCI: Clear link state change supportAndiry Xu2011-05-031-0/+5
| * xHCI: warm reset supportAndiry Xu2011-05-031-0/+11
| * usb/ch9: use proper endianess for wBytesPerIntervalSebastian Andrzej Siewior2011-05-031-1/+1
| * xhci: Remove recursive call to xhci_handle_eventMatt Evans2011-05-031-7/+11
| * xhci: Add an assertion to check for virt_dev=0 bug.Matt Evans2011-05-031-0/+11
| * xhci: Add rmb() between reading event validity & event data access.Matt Evans2011-05-031-0/+5
| * xhci: Make xHCI driver endian-safeMatt Evans2011-05-036-341/+360
* | usb/isp1760: Improve urb queueing, get rid of BUG():s in normal code pathsArvid Brodin2011-05-032-699/+679Star
* | usb/isp1760: Report correct urb status after unlinkArvid Brodin2011-05-031-0/+1
* | usb/isp1760: Remove unneeded OR map and HcBufferStatus codeArvid Brodin2011-05-032-62/+13Star
* | usb/isp1760: Clean up urb enqueueingArvid Brodin2011-05-031-198/+129Star
* | usb/isp1760: Remove false error printoutArvid Brodin2011-05-031-6/+5Star
* | USB: extend ehci-fsl and fsl_udc_core driver for OTG operationAnatolij Gustschin2011-05-033-0/+78
* | USB: ehci-fsl: add MPC5121E specific suspend and resumeAnatolij Gustschin2011-05-032-0/+157
|/
* xhci-hcd: Include <linux/slab.h> in xhci-pci.cBen Hutchings2011-04-301-0/+1
* USB: ehci: tegra: fix USB1 port reset issueJim Lin2011-04-301-0/+72
* USB: ohci-s3c2410: use resource_size()Jingoo Han2011-04-301-1/+1
* USB: ohci-s3c2410: use __devinit and __devexit macros for probe and removeJingoo Han2011-04-301-3/+3
* Merge 2.6.39-rc4 into usb-nextGreg Kroah-Hartman2011-04-1912-26/+620
|\
| * USB: ohci: add bus glue for the Atheros AR71XX/AR7240 SoCsGabor Juhos2011-04-143-0/+164
| * USB: ehci: add workaround for Synopsys HC bugGabor Juhos2011-04-143-0/+7
| * USB: ehci: add bus glue for the Atheros AR71XX/AR724X/AR91XX SoCsGabor Juhos2011-04-143-0/+214
| * USB: Add initial S5P EHCI driverJoonyoung Shim2011-04-143-0/+212
| * USB: Mark ehci_adjust_port_wakeup_flags as __maybe_unusedFabio Estevam2011-04-141-1/+1
| * usb: u132-hcd: Drop __TIME__ usageMichal Marek2011-04-141-2/+1Star
| * USB: UHCI: don't try to revive a dead controllerAlan Stern2011-04-141-10/+9Star
| * USB: UHCI: remove uses of hcd->stateAlan Stern2011-04-141-6/+1Star
| * USB: sl811: add Kconfig option for ISOCHRONOUS modeMike Frysinger2011-04-142-7/+11
* | Revert "USB: isp1760-hcd: move imask clear after pending work is done"Greg Kroah-Hartman2011-04-141-3/+1Star
* | xHCI: Implement AMD PLL quirkAndiry Xu2011-04-144-1/+32
* | xhci: Tell USB core both roothubs lost power.Sarah Sharp2011-04-141-1/+3
* | USB: xhci - also free streams when resetting devicesDmitry Torokhov2011-04-141-4/+12
* | xhci: Fix NULL pointer deref in handle_port_status()Sarah Sharp2011-04-141-0/+11
* | USB: xhci - fix math in xhci_get_endpoint_interval()Dmitry Torokhov2011-04-141-28/+62
* | USB: xhci: simplify logic of skipping missed isoc TDsDmitry Torokhov2011-04-141-78/+94
* | USB: xhci - remove excessive 'inline' markingsDmitry Torokhov2011-04-142-8/+8
* | USB: xhci: unsigned char never equals -1Dan Carpenter2011-04-143-6/+9