summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2012-09-26xhci: Intel Panther Point BEI quirk.Sarah Sharp3-1/+5
2012-09-24usb: host: xhci: Fix Null pointer dereferencing with 71c731a for non-x86 systemsVivek Gautam1-0/+2
2012-09-24Increase XHCI suspend timeout to 16msMichael Spang1-1/+1
2012-09-24USB: ohci-at91: fix null pointer in ohci_hcd_at91_overcurrent_irqJoachim Eastwood1-1/+2
2012-09-21fsl/usb: Add support for USB controller version 2.4Ramneek Mehresh1-0/+2
2012-09-21USB: EHCI: convert warning messages to debug-levelAlan Stern1-2/+4
2012-09-21USB: EHCI: remove useless testAlan Stern1-4/+2
2012-09-18USB EHCI/Xen: propagate controller reset information to hypervisorJan Beulich2-4/+4
2012-09-18USB: remove CONFIG_EXPERIMENTAL dependanciesGreg Kroah-Hartman1-12/+10
2012-09-17Merge 3.6-rc6 into usb-nextGreg Kroah-Hartman8-11/+227
2012-09-14drivers/usb/host/sl811-hcd.c: removes unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-14drivers/usb/host/xhci-ring.c: removes unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-14usb/xhci: update a comment regarding the BOS descriptor to reflect the codeSebastian Andrzej Siewior1-1/+1
2012-09-14usb: host: xhci: sparse fixesFelipe Balbi3-3/+6
2012-09-14xHCI: handle command after aborting the command ringElric Fu1-6/+165
2012-09-14xHCI: cancel command after command timeoutElric Fu2-7/+22
2012-09-14xHCI: add aborting command ring functionElric Fu4-1/+128
2012-09-14xHCI: add cmd_ring_stateElric Fu3-2/+11
2012-09-12Merge tag 'xceiv-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman1-8/+9
2012-09-11USB/host: Cleanup unneccessary irq disable codeChuansheng Liu2-2/+2
2012-09-11EHCI: Update qTD next pointer in QH overlay region during unlinkPavankumar Kondeti1-2/+10
2012-09-11usb/acpi: Use ACPI methods to power off ports.Lan Tianyu1-0/+12
2012-09-11xhci: Handle clear PORT_POWER feature.Lan Tianyu1-0/+4
2012-09-10usb: move children to struct usb_portLan Tianyu1-3/+2
2012-09-06Merge tag 'for-usb-linus-2012-09-05' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman6-9/+207
2012-09-06USB: ohci-at91: fix PIO handling in relation with number of portsNicolas Ferre1-0/+10
2012-09-06USB: FHCI: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-2/+1
2012-09-06drivers/usb/host/ohci-nxp.c: adjust inconsistent IS_ERR and PTR_ERRJulia Lawall1-1/+1
2012-09-06usb: ohci: Fix Kconfig dependency on USB_ISP1301Roland Stigge1-1/+1
2012-09-06powerpc/usb: fix bug of CPU hang when missing USB PHY clockShengzhou Liu2-18/+41
2012-09-06usb host: fix spelling of provides in KconfigPeter Meerwald1-2/+2
2012-09-05usb: host: xhci: fix compilation error for non-PCI based stacksMoiz Sonasath1-0/+1
2012-09-05usb: host: xhci-plat: use ioremap_nocacheRuchika Kharwar1-1/+1
2012-09-05usb: host: xhci: Fix Compliance Mode on SN65LVPE502CP HardwareAlexis R. Cortes3-0/+169
2012-09-05xhci: Make handover code more robustMatthew Garrett1-2/+10
2012-09-05xhci: Fix a logical vs bitwise AND bugDan Carpenter1-1/+1
2012-09-05usb: move phy driver from mach-tegra to drivers/usbVenu Byravarasu1-6/+8
2012-09-05Intel xhci: Only switch the switchable portsKeng-Yu Lin1-4/+23
2012-09-05xhci: Recognize USB 3.0 devices as superspeed at powerupManoj Iyer1-1/+2
2012-08-27Merge v3.6-rc3 into usb-nextGreg Kroah-Hartman11-192/+59
2012-08-17Merge tag 'usb-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds10-190/+59
2012-08-17ARM: vt8500: Add support for UHCI companion controllerTony Prisk3-2/+172
2012-08-17ARM: vt8500: Update vt8500-ehci driver to support device tree.Tony Prisk1-0/+9
2012-08-16drivers/usb/host/ohci-platform.c: fix error return codeJulia Lawall1-1/+3
2012-08-16drivers/usb/host/ehci-platform.c: fix error return codeJulia Lawall1-1/+3
2012-08-16USB: whci-hcd: fix NULL dereference on allocation failureDan Carpenter1-4/+4
2012-08-10USB: whci-hcd: Fix potential memory leak in qset_add_urb_sg()Alexey Khoroshilov1-4/+7
2012-08-10usb: host: ohci-platform: add platform specific power callbackKuninori Morimoto1-2/+34
2012-08-10usb: host: ehci-platform: add platform specific power callbackKuninori Morimoto1-3/+37
2012-08-10usb: host: ohci-platform: BUG_ON() to WARN_ON() on probeKuninori Morimoto1-1/+5