summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2011-05-03usb: Configure octeon2 glue logic for proper uSOF cycle period.David Daney1-0/+3
2011-05-03usb: octeon2-common.c: Configure ports for proper electrical characteristics.David Daney1-1/+3
2011-05-03USB: octeon2-common: Don't reinitialize the clocks.David Daney1-14/+24
2011-05-03Merge branch 'for-usb-next' of git+ssh://master.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman6-419/+658
2011-05-03usb/isp1760: Improve urb queueing, get rid of BUG():s in normal code pathsArvid Brodin2-699/+679
2011-05-03usb/isp1760: Report correct urb status after unlinkArvid Brodin1-0/+1
2011-05-03usb/isp1760: Remove unneeded OR map and HcBufferStatus codeArvid Brodin2-62/+13
2011-05-03usb/isp1760: Clean up urb enqueueingArvid Brodin1-198/+129
2011-05-03usb/isp1760: Remove false error printoutArvid Brodin1-6/+5
2011-05-03USB: extend ehci-fsl and fsl_udc_core driver for OTG operationAnatolij Gustschin3-0/+78
2011-05-03USB: ehci-fsl: add MPC5121E specific suspend and resumeAnatolij Gustschin2-0/+157
2011-05-03xhci 1.0: Set transfer burst last packet count field.Sarah Sharp2-1/+41
2011-05-03xhci 1.0: Set transfer burst count field.Sarah Sharp2-1/+27
2011-05-03xhci 1.0: Update TD size field format.Sarah Sharp1-6/+70
2011-05-03xhci 1.0: Only interrupt on short packet for IN EPs.Sarah Sharp1-21/+24
2011-05-03xhci: Remove sparse warning about cmd_status.Sarah Sharp1-2/+2
2011-05-03usbcore: Refine USB3.0 device suspend and resumeAndiry Xu1-28/+21
2011-05-03xHCI: report USB3.0 portstatus comply with USB3.0 specificationAndiry Xu1-12/+29
2011-05-03xHCI: Set link state supportAndiry Xu1-0/+41
2011-05-03xHCI: Clear link state change supportAndiry Xu1-0/+5
2011-05-03xHCI: warm reset supportAndiry Xu1-0/+11
2011-05-03usb/ch9: use proper endianess for wBytesPerIntervalSebastian Andrzej Siewior1-1/+1
2011-05-03xhci: Remove recursive call to xhci_handle_eventMatt Evans1-7/+11
2011-05-03xhci: Add an assertion to check for virt_dev=0 bug.Matt Evans1-0/+11
2011-05-03xhci: Add rmb() between reading event validity & event data access.Matt Evans1-0/+5
2011-05-03xhci: Make xHCI driver endian-safeMatt Evans6-341/+360
2011-04-30xhci-hcd: Include <linux/slab.h> in xhci-pci.cBen Hutchings1-0/+1
2011-04-30USB: ehci: tegra: fix USB1 port reset issueJim Lin1-0/+72
2011-04-30USB: ohci-s3c2410: use resource_size()Jingoo Han1-1/+1
2011-04-30USB: ohci-s3c2410: use __devinit and __devexit macros for probe and removeJingoo Han1-3/+3
2011-04-19Merge 2.6.39-rc4 into usb-nextGreg Kroah-Hartman12-26/+620
2011-04-15Revert "USB: isp1760-hcd: move imask clear after pending work is done"Greg Kroah-Hartman1-3/+1
2011-04-14USB: ohci: add bus glue for the Atheros AR71XX/AR7240 SoCsGabor Juhos3-0/+164
2011-04-14USB: ehci: add workaround for Synopsys HC bugGabor Juhos3-0/+7
2011-04-14USB: ehci: add bus glue for the Atheros AR71XX/AR724X/AR91XX SoCsGabor Juhos3-0/+214
2011-04-14xHCI: Implement AMD PLL quirkAndiry Xu4-1/+32
2011-04-14xhci: Tell USB core both roothubs lost power.Sarah Sharp1-1/+3
2011-04-14USB: xhci - also free streams when resetting devicesDmitry Torokhov1-4/+12
2011-04-14USB: Add initial S5P EHCI driverJoonyoung Shim3-0/+212
2011-04-14USB: Mark ehci_adjust_port_wakeup_flags as __maybe_unusedFabio Estevam1-1/+1
2011-04-14usb: u132-hcd: Drop __TIME__ usageMichal Marek1-2/+1
2011-04-14USB: UHCI: don't try to revive a dead controllerAlan Stern1-10/+9
2011-04-14USB: UHCI: remove uses of hcd->stateAlan Stern1-6/+1
2011-04-14USB: sl811: add Kconfig option for ISOCHRONOUS modeMike Frysinger2-7/+11
2011-04-14xhci: Fix NULL pointer deref in handle_port_status()Sarah Sharp1-0/+11
2011-04-14USB: xhci - fix math in xhci_get_endpoint_interval()Dmitry Torokhov1-28/+62
2011-04-14USB: xhci: simplify logic of skipping missed isoc TDsDmitry Torokhov1-78/+94
2011-04-14USB: xhci - remove excessive 'inline' markingsDmitry Torokhov2-8/+8
2011-04-14USB: xhci: unsigned char never equals -1Dan Carpenter3-6/+9
2011-04-14USB: xhci - fix unsafe macro definitionsDmitry Torokhov1-3/+3