summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
Commit message (Expand)AuthorAgeFilesLines
* xhci: Add Lynx Point LP to list of Intel switchable hostsRussell Webb2012-11-282-2/+5
* USB: OHCI: workaround for hardware bug: retired TDs not added to the Done QueueAlan Stern2012-11-261-0/+19
* usb: remove use of __devexitBill Pemberton2012-11-2121-26/+26
* usb: remove use of __devinitconstBill Pemberton2012-11-213-3/+3
* usb: remove use of __devinitdataBill Pemberton2012-11-214-4/+4
* usb: remove use of __devinitBill Pemberton2012-11-2139-71/+69
* usb: remove use of __devexit_pBill Pemberton2012-11-2121-21/+21
* usb: spear-ehci/ohci: Use devm_*() routinesViresh Kumar2012-11-142-45/+25
* usb: spear-ehci/ohci: Do clk_get using dev-idAmardeep Rai2012-11-142-24/+2
* usb: ehci-mxc: Remove unused 'echi' variableFabio Estevam2012-11-141-2/+0
* usb: host: tegra: remove pointless NULL check in tegra_ehci_remove()Wei Yongjun2012-11-141-3/+0
* usb: host: xhci: move HC_STATE_SUSPENDED check to xhci_suspend()Felipe Balbi2012-11-122-8/+5
* usb: host: xhci: Stricter conditional for Z1 system models for Compliance Mod...Alexis R. Cortes2012-11-121-1/+1
* xhci: Extend Fresco Logic MSI quirk.Sarah Sharp2012-11-121-2/+5
* xhci: fix null-pointer dereference when destroying half-built segment ringsJulius Werner2012-11-121-2/+7
* xHCI: Fix TD Size calculation on 1.0 hosts.Sarah Sharp2012-11-121-13/+19
* xhci: Fix conditional check in bandwidth calculation.Sarah Sharp2012-11-121-1/+1
* xhci: Avoid global symbol pollution with handshake.Sarah Sharp2012-11-123-13/+15
* USB: EHCI: bugfix: urb->hcpriv should not be NULLAlan Stern2012-11-122-11/+5
* USB: EHCI: miscellaneous cleanups for the library conversionAlan Stern2012-11-124-10/+8
* USB: EHCI: fix build error by making ChipIdea host a normal EHCI driverAlan Stern2012-11-021-10/+1
* USB: ohci-exynos: initialize registers pointer earlierVincent Palatin2012-11-021-4/+6
* USB: EHCI: fix build error in ehci-platform.c under PowerPCAlan Stern2012-11-021-0/+2
* USB: EHCI: make ehci-platform a separate driverAlan Stern2012-11-014-35/+40
* USB: EHCI: make ehci-pci a separate driverAlan Stern2012-11-014-74/+60
* USB: EHCI: prepare to make ehci-hcd a library moduleAlan Stern2012-11-013-7/+89
* USB: EHCI: remove ehci_port_power() routineAlan Stern2012-10-3116-106/+20
* USB: EHCI: remove unused Link Power Management codeAlan Stern2012-10-317-239/+1
* Merge 3.7-rc3 into usb-next.Greg Kroah-Hartman2012-10-295-10/+29
|\
| * xhci: trivial: Remove assigned but unused ep_ctx.Sarah Sharp2012-10-251-2/+0
| * xhci: trivial: Remove assigned but unused slot_ctx.Sarah Sharp2012-10-251-2/+0
| * xhci: Fix missing break in xhci_evaluate_context_result.Sarah Sharp2012-10-251-0/+2
| * xhci: Fix potential NULL ptr deref in command cancellation.Sarah Sharp2012-10-251-0/+11
| * ehci: Add yet-another Lucid nohandoff pci quirkAnisse Astier2012-10-251-0/+7
| * ehci: fix Lucid nohandoff pci quirk to be more generic with BIOS versionsAnisse Astier2012-10-251-1/+1
| * xhci: fix integer overflowOliver Neukum2012-10-241-1/+1
| * xhci: endianness xhci_calculate_intel_u2_timeoutOliver Neukum2012-10-241-1/+1
| * usb/xhci: Remove (__force__ __u16) before assigning DeviceRemovable and assig...Lan Tianyu2012-10-221-3/+2
| * usb/xhci: release xhci->lock during turning on/off usb port's acpi power reso...Lan Tianyu2012-10-221-0/+4
* | USB: isp1760-if: Change to use irq_of_parse_and_mapNobuhiro Iwamatsu2012-10-251-5/+2
* | usb: "ehci-w90x900" Fix a typo and add some whitespace.Justin P. Mattock2012-10-241-1/+1
* | USB: hub_for_each_child should skip unconnected portsAlan Stern2012-10-241-4/+2
* | USB: EHCI: move ehci_update_device() to ehci-lpm.cAlan Stern2012-10-243-35/+20
* | USB: EHCI: make ehci_read_frame_index platform independentAlan Stern2012-10-243-40/+26
* | USB: EHCI: move logging macros to ehci.hAlan Stern2012-10-242-15/+15
* | USB: EHCI: add condition for delay during the resumePeter Chen2012-10-241-5/+18
* | USB: ohci-s3c2410: use devm_ functionsJingoo Han2012-10-241-24/+8
* | USB: ohci-exynos: use devm_clk_get()Jingoo Han2012-10-241-5/+2
* | usb: ohci-exynos: use clk_prepare_enable and clk_disable_unprepareThomas Abraham2012-10-241-5/+5
* | usb: ehci-s5p: use clk_prepare_enable and clk_disable_unprepareThomas Abraham2012-10-241-5/+5