summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-024-86/+4
|\
| * Merge tag 'omap-cleanup-local-headers-for-v3.7' of git://git.kernel.org/pub/s...Olof Johansson2012-09-211-1/+1
| |\
| | * ARM: OMAP1: Make plat/mux.h omap1 onlyTony Lindgren2012-09-201-1/+1
| * | Merge tag 'tegra-for-3.7-dmaengine' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2012-09-218-11/+227
| |\ \ | | |/ | |/|
| * | ARM: mach-pnx4008: Remove architectureRoland Stigge2012-08-263-85/+3
* | | Merge tag 'for-usb-next-2012-09-25' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2012-09-264-2/+8
|\ \ \
| * | | xhci: Intel Panther Point BEI quirk.Sarah Sharp2012-09-263-1/+5
| * | | usb: host: xhci: Fix Null pointer dereferencing with 71c731a for non-x86 systemsVivek Gautam2012-09-241-0/+2
| * | | Increase XHCI suspend timeout to 16msMichael Spang2012-09-241-1/+1
* | | | powerpc/usb: remove checking PHY_CLK_VALID for UTMI PHYShengzhou Liu2012-09-241-2/+1
|/ / /
* | | USB: ohci-at91: fix null pointer in ohci_hcd_at91_overcurrent_irqJoachim Eastwood2012-09-241-1/+2
* | | fsl/usb: Add support for USB controller version 2.4Ramneek Mehresh2012-09-211-0/+2
* | | USB: EHCI: convert warning messages to debug-levelAlan Stern2012-09-211-2/+4
* | | USB: EHCI: remove useless testAlan Stern2012-09-211-4/+2
* | | USB EHCI/Xen: propagate controller reset information to hypervisorJan Beulich2012-09-182-4/+4
* | | USB: remove CONFIG_EXPERIMENTAL dependanciesGreg Kroah-Hartman2012-09-181-12/+10
* | | Merge 3.6-rc6 into usb-nextGreg Kroah-Hartman2012-09-178-11/+227
|\ \ \ | | |/ | |/|
| * | EHCI: Update qTD next pointer in QH overlay region during unlinkPavankumar Kondeti2012-09-111-2/+10
| * | Merge tag 'for-usb-linus-2012-09-05' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2012-09-066-9/+207
| |\ \
| | * | usb: host: xhci: fix compilation error for non-PCI based stacksMoiz Sonasath2012-09-051-0/+1
| | * | usb: host: xhci-plat: use ioremap_nocacheRuchika Kharwar2012-09-051-1/+1
| | * | usb: host: xhci: Fix Compliance Mode on SN65LVPE502CP HardwareAlexis R. Cortes2012-09-053-0/+169
| | * | xhci: Make handover code more robustMatthew Garrett2012-09-051-2/+10
| | * | xhci: Fix a logical vs bitwise AND bugDan Carpenter2012-09-051-1/+1
| | * | Intel xhci: Only switch the switchable portsKeng-Yu Lin2012-09-051-4/+23
| | * | xhci: Recognize USB 3.0 devices as superspeed at powerupManoj Iyer2012-09-051-1/+2
| | |/
| * / USB: ohci-at91: fix PIO handling in relation with number of portsNicolas Ferre2012-09-061-0/+10
| |/
* | drivers/usb/host/sl811-hcd.c: removes unnecessary semicolonPeter Senna Tschudin2012-09-141-1/+1
* | drivers/usb/host/xhci-ring.c: removes unnecessary semicolonPeter Senna Tschudin2012-09-141-1/+1
* | usb/xhci: update a comment regarding the BOS descriptor to reflect the codeSebastian Andrzej Siewior2012-09-141-1/+1
* | usb: host: xhci: sparse fixesFelipe Balbi2012-09-143-3/+6
* | xHCI: handle command after aborting the command ringElric Fu2012-09-141-6/+165
* | xHCI: cancel command after command timeoutElric Fu2012-09-142-7/+22
* | xHCI: add aborting command ring functionElric Fu2012-09-144-1/+128
* | xHCI: add cmd_ring_stateElric Fu2012-09-143-2/+11
* | Merge tag 'xceiv-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2012-09-111-8/+9
|\ \
| * | usb: move phy driver from mach-tegra to drivers/usbVenu Byravarasu2012-09-051-6/+8
* | | USB/host: Cleanup unneccessary irq disable codeChuansheng Liu2012-09-112-2/+2
* | | usb/acpi: Use ACPI methods to power off ports.Lan Tianyu2012-09-101-0/+12
* | | xhci: Handle clear PORT_POWER feature.Lan Tianyu2012-09-101-0/+4
* | | usb: move children to struct usb_portLan Tianyu2012-09-101-3/+2
* | | USB: FHCI: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-09-061-2/+1
* | | drivers/usb/host/ohci-nxp.c: adjust inconsistent IS_ERR and PTR_ERRJulia Lawall2012-09-061-1/+1
* | | usb: ohci: Fix Kconfig dependency on USB_ISP1301Roland Stigge2012-09-061-1/+1
* | | powerpc/usb: fix bug of CPU hang when missing USB PHY clockShengzhou Liu2012-09-062-18/+41
* | | usb host: fix spelling of provides in KconfigPeter Meerwald2012-09-061-2/+2
* | | Merge v3.6-rc3 into usb-nextGreg Kroah-Hartman2012-08-2711-192/+59
|\ \ \ | | |/ | |/|
| * | Merge tag 'usb-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-08-1710-190/+59
| |\ \
| | * | usb: host: tegra: fix warning messages in ehci_removeVenu Byravarasu2012-08-101-1/+2
| | * | usb: host: mips: sead3: Update for EHCI register structure.Steven J. Hill2012-08-101-1/+1