summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorLines
2015-03-18USB: ehci-atmel: rework clk handlingBoris Brezillon-21/+9
2015-03-11Revert "xhci: Clear the host side toggle manually when endpoint is 'soft reset'"Mathias Nyman-94/+10
2015-03-06xhci: Workaround for PME stuck issues in Intel xhciMathias Nyman-0/+31
2015-03-06xhci: fix reporting of 0-sized URBs in control endpointAleksander Morgado-2/+11
2015-02-24xhci: Clear the host side toggle manually when endpoint is 'soft reset'Mathias Nyman-10/+94
2015-02-24xhci: Allocate correct amount of scratchpad buffersMathias Nyman-2/+3
2015-02-24usb: XHCI: platform: Move the Marvell quirks after the enabling the clocksMaxime Ripard-10/+9
2015-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-2/+2
2015-02-15Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-3265/+467
2015-02-13usb: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-5/+2
2015-02-11treewide: Remove unnecessary SSB_DEVTABLE_END macroJoe Perches-1/+1
2015-02-11treewide: Remove unnecessary BCMA_CORETABLE_END macroJoe Perches-1/+1
2015-02-04Merge tag 'usb-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman-2971/+0
2015-02-03uhci-hub: use HUB_CHAR_*Sergei Shtylyov-2/+3
2015-02-03usb: kconfig: replace PPC_OF with PPCKevin Hao-4/+4
2015-02-03ehci-pci: disable for Intel MID platforms (update)Andy Shevchenko-6/+10
2015-01-31ehci-pci: disable for Intel MID platformsAndy Shevchenko-1/+22
2015-01-31usb: host: pci_quirks: joing string literalsAndy Shevchenko-21/+25
2015-01-31USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd)Alan Stern-0/+3
2015-01-27usb: isp1760: Move driver from drivers/usb/host/ to drivers/usb/isp1760/Laurent Pinchart-4708/+0
2015-01-27usb: isp1760: Add device controller supportLaurent Pinchart-5/+1761
2015-01-27usb: isp1760: Move PORT1 configuration to core codeLaurent Pinchart-9/+8
2015-01-27usb: isp1760: Initialize the bus interface in core codeLaurent Pinchart-75/+105
2015-01-27usb: isp1760: Set IRQF_SHARED flag in core codeLaurent Pinchart-7/+6
2015-01-27usb: isp1760: Move core code to isp1760-core.cLaurent Pinchart-38/+114
2015-01-27usb: isp1760: Reorganize header filesLaurent Pinchart-225/+256
2015-01-27usb: isp1760: Prefix driver data structures with isp1760_Laurent Pinchart-9/+10
2015-01-27usb: isp1760: Decouple usb_hdc and isp1760_privLaurent Pinchart-6/+15
2015-01-27usb: isp1760: Refactor PCI initialization codeLaurent Pinchart-65/+69
2015-01-27usb: isp1760: Use the managed devm_ioremap_resource() APILaurent Pinchart-41/+16
2015-01-27usb: isp1760: Pass resource pointer to isp1760_registerLaurent Pinchart-13/+11
2015-01-27usb: isp1760: Remove busname argument to isp1760_registerLaurent Pinchart-6/+4
2015-01-27usb: isp1760: Prefix init_kmem_once and deinit_kmem_cache with isp1760_Laurent Pinchart-7/+7
2015-01-27usb: isp1760: Fix indentation in probe error pathLaurent Pinchart-3/+3
2015-01-27usb: isp1760: Don't expose hcd to glue code from isp1760_registerLaurent Pinchart-28/+19
2015-01-27usb: isp1760: Manage device driver data in common codeLaurent Pinchart-3/+2
2015-01-27usb: isp1760: Move removal cleanup code to isp1760-hcd.cLaurent Pinchart-14/+14
2015-01-27usb: isp1760: Merge platform and OF glue codesLaurent Pinchart-135/+55
2015-01-27usb: isp1760: Unmap I/O registers at platform device removalLaurent Pinchart-2/+1
2015-01-27usb: isp1760: Retrieve pdev memory resource from hcd at remove timeLaurent Pinchart-5/+1
2015-01-27usb: isp1760: Remove isp1760 glue structureLaurent Pinchart-31/+15
2015-01-27usb: isp1760: Use the gpio descriptor APILaurent Pinchart-46/+19
2015-01-25USB: host: ohci-at91: Fix wake-up supportSylvain Rochet-8/+19
2015-01-25USB: host: ohci-at91: usb_hcd_at91_probe(), remove useless stack initialisationSylvain Rochet-1/+1
2015-01-25USB: host: ohci-at91: Move global variables to private structSylvain Rochet-33/+51
2015-01-25USB: host: ehci-atmel: Move global variables to private structSylvain Rochet-29/+50
2015-01-25USB: host: ohci-at91: Use struct dev_pm_ops instead of struct platform_driverSylvain Rochet-11/+10
2015-01-25USB: host: ehci-atmel: Add suspend/resume supportSylvain Rochet-0/+31
2015-01-25usb: ehci-platform: add support for multiple phys per controllerArun Ramamurthy-22/+60
2015-01-25usb: ohci-platform: add support for multiple phys per controllerArun Ramamurthy-22/+60