summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2012-11-28xhci: Add Lynx Point LP to list of Intel switchable hostsRussell Webb2-2/+5
2012-11-26USB: OHCI: workaround for hardware bug: retired TDs not added to the Done QueueAlan Stern1-0/+19
2012-11-21usb: remove use of __devexitBill Pemberton21-26/+26
2012-11-21usb: remove use of __devinitconstBill Pemberton3-3/+3
2012-11-21usb: remove use of __devinitdataBill Pemberton4-4/+4
2012-11-21usb: remove use of __devinitBill Pemberton39-71/+69
2012-11-21usb: remove use of __devexit_pBill Pemberton21-21/+21
2012-11-14usb: spear-ehci/ohci: Use devm_*() routinesViresh Kumar2-45/+25
2012-11-14usb: spear-ehci/ohci: Do clk_get using dev-idAmardeep Rai2-24/+2
2012-11-14usb: ehci-mxc: Remove unused 'echi' variableFabio Estevam1-2/+0
2012-11-14usb: host: tegra: remove pointless NULL check in tegra_ehci_remove()Wei Yongjun1-3/+0
2012-11-12usb: host: xhci: move HC_STATE_SUSPENDED check to xhci_suspend()Felipe Balbi2-8/+5
2012-11-12usb: host: xhci: Stricter conditional for Z1 system models for Compliance Mod...Alexis R. Cortes1-1/+1
2012-11-12xhci: Extend Fresco Logic MSI quirk.Sarah Sharp1-2/+5
2012-11-12xhci: fix null-pointer dereference when destroying half-built segment ringsJulius Werner1-2/+7
2012-11-12xHCI: Fix TD Size calculation on 1.0 hosts.Sarah Sharp1-13/+19
2012-11-12xhci: Fix conditional check in bandwidth calculation.Sarah Sharp1-1/+1
2012-11-12xhci: Avoid global symbol pollution with handshake.Sarah Sharp3-13/+15
2012-11-11USB: EHCI: bugfix: urb->hcpriv should not be NULLAlan Stern2-11/+5
2012-11-11USB: EHCI: miscellaneous cleanups for the library conversionAlan Stern4-10/+8
2012-11-02USB: EHCI: fix build error by making ChipIdea host a normal EHCI driverAlan Stern1-10/+1
2012-11-02USB: ohci-exynos: initialize registers pointer earlierVincent Palatin1-4/+6
2012-11-02USB: EHCI: fix build error in ehci-platform.c under PowerPCAlan Stern1-0/+2
2012-11-01USB: EHCI: make ehci-platform a separate driverAlan Stern4-35/+40
2012-11-01USB: EHCI: make ehci-pci a separate driverAlan Stern4-74/+60
2012-11-01USB: EHCI: prepare to make ehci-hcd a library moduleAlan Stern3-7/+89
2012-10-31USB: EHCI: remove ehci_port_power() routineAlan Stern16-106/+20
2012-10-31USB: EHCI: remove unused Link Power Management codeAlan Stern7-239/+1
2012-10-29Merge 3.7-rc3 into usb-next.Greg Kroah-Hartman5-10/+29
2012-10-25xhci: trivial: Remove assigned but unused ep_ctx.Sarah Sharp1-2/+0
2012-10-25xhci: trivial: Remove assigned but unused slot_ctx.Sarah Sharp1-2/+0
2012-10-25xhci: Fix missing break in xhci_evaluate_context_result.Sarah Sharp1-0/+2
2012-10-25xhci: Fix potential NULL ptr deref in command cancellation.Sarah Sharp1-0/+11
2012-10-25USB: isp1760-if: Change to use irq_of_parse_and_mapNobuhiro Iwamatsu1-5/+2
2012-10-25ehci: Add yet-another Lucid nohandoff pci quirkAnisse Astier1-0/+7
2012-10-25ehci: fix Lucid nohandoff pci quirk to be more generic with BIOS versionsAnisse Astier1-1/+1
2012-10-24usb: "ehci-w90x900" Fix a typo and add some whitespace.Justin P. Mattock1-1/+1
2012-10-24USB: hub_for_each_child should skip unconnected portsAlan Stern1-4/+2
2012-10-24USB: EHCI: move ehci_update_device() to ehci-lpm.cAlan Stern3-35/+20
2012-10-24USB: EHCI: make ehci_read_frame_index platform independentAlan Stern3-40/+26
2012-10-24USB: EHCI: move logging macros to ehci.hAlan Stern2-15/+15
2012-10-24USB: EHCI: add condition for delay during the resumePeter Chen1-5/+18
2012-10-24USB: ohci-s3c2410: use devm_ functionsJingoo Han1-24/+8
2012-10-24USB: ohci-exynos: use devm_clk_get()Jingoo Han1-5/+2
2012-10-24usb: ohci-exynos: use clk_prepare_enable and clk_disable_unprepareThomas Abraham1-5/+5
2012-10-24usb: ehci-s5p: use clk_prepare_enable and clk_disable_unprepareThomas Abraham1-5/+5
2012-10-24usb: host: tegra remove include of <mach/iomap.h>Stephen Warren1-1/+4
2012-10-23xhci: fix integer overflowOliver Neukum1-1/+1
2012-10-23xhci: endianness xhci_calculate_intel_u2_timeoutOliver Neukum1-1/+1
2012-10-23USB: OHCI: sm501: fix build failure after ohci_finish_controller_resume removalFlorian Fainelli1-1/+1