summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | USB: ohci-s3c2410: fix checkpatch errors and warningsJingoo Han2011-05-071-23/+23
| * | USB: ehci-au1xxx: fix suspend callbackManuel Lauss2011-05-071-6/+3
| * | USB: EHCI: Add bus glue for GRLIB GRUSBHC controllerJan Andersson2011-05-034-2/+252
| * | 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/+21
| | * | 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/+679
| * | | 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/+13
| * | | usb/isp1760: Clean up urb enqueueingArvid Brodin2011-05-031-198/+129
| * | | usb/isp1760: Remove false error printoutArvid Brodin2011-05-031-6/+5
| * | | 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/+1
| | * | USB: UHCI: don't try to revive a dead controllerAlan Stern2011-04-141-10/+9
| | * | USB: UHCI: remove uses of hcd->stateAlan Stern2011-04-141-6/+1
| | * | USB: sl811: add Kconfig option for ISOCHRONOUS modeMike Frysinger2011-04-142-7/+11
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-232-4/+5
|\ \ \ \
| * | | | treewide: fix a few typos in commentsJustin P. Mattock2011-05-101-1/+1
| * | | | treewide: cleanup continuations and remove logging message whitespaceJoe Perches2011-04-261-3/+4
| |/ / /
* | | / sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-202-0/+2
| |_|/ |/| |
* | | xHCI: Clear PLC in xhci_bus_resume()Andiry Xu2011-05-031-2/+17
* | | usb/isp1760: Report correct urb status after unlinkArvid Brodin2011-05-031-0/+1