summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
...
| * | usb: xhci: handle Config Error Change (CEC) in xhci driverLu Baolu2015-03-231-1/+8
* | | ehci-hub: use USB_DT_HUBSergei Shtylyov2015-04-031-1/+1
* | | fhci-hub: use USB_DT_HUBSergei Shtylyov2015-04-031-1/+1
* | | fotg210-hcd: use USB_DT_HUBSergei Shtylyov2015-04-031-1/+1
* | | fusbh200-hcd: use USB_DT_HUBSergei Shtylyov2015-04-031-1/+1
* | | imx21-hcd: use USB_DT_HUBSergei Shtylyov2015-04-031-1/+1
* | | isp116x-hcd: use USB_DT_HUBSergei Shtylyov2015-04-031-1/+1
* | | isp1362-hcd: use USB_DT_HUBSergei Shtylyov2015-04-031-1/+1
* | | max3421-hcd: use USB_DT_HUBSergei Shtylyov2015-04-031-1/+1
* | | ohci-hub: use USB_DT_HUBSergei Shtylyov2015-04-031-1/+1
* | | oxu210hp-hcd: use USB_DT_HUBSergei Shtylyov2015-04-031-1/+1
* | | r8a66597-hcd: use USB_DT_HUBSergei Shtylyov2015-04-031-1/+1
* | | sl811-hcd: use USB_DT_HUBSergei Shtylyov2015-04-031-1/+1
* | | u132-hcd: use USB_DT_HUBSergei Shtylyov2015-04-031-1/+1
* | | uhci-hub: use USB_DT_HUBSergei Shtylyov2015-04-031-1/+1
* | | Revert "usb: host/sl811-hcd: fix sparse warning"Guenter Roeck2015-04-031-1/+1
* | | usb: host/sl811-hcd: fix platform_no_drv_owner.cocci warningskbuild test robot2015-03-261-1/+0Star
* | | USB: host: ohci-at91: remove useless uclk clockBoris Brezillon2015-03-261-15/+3Star
* | | usb: ehci-orion: add more constants for register valuesThomas Petazzoni2015-03-261-6/+12
* | | Merge 4.0-rc5 into usb-nextGreg Kroah-Hartman2015-03-234-115/+19Star
|\| |
| * | USB: ehci-atmel: rework clk handlingBoris Brezillon2015-03-181-21/+9Star
| * | Revert "xhci: Clear the host side toggle manually when endpoint is 'soft reset'"Mathias Nyman2015-03-113-94/+10Star
| |/
* | ehci-msm: Remove dead dependencyStephen Boyd2015-03-181-1/+1
* | USB: whci-hcd: Delete an unnecessary check before the function call "usb_put_...Markus Elfring2015-03-181-2/+1Star
* | usb: xhci: plat: Add USB phy supportMaxime Ripard2015-03-181-1/+18
* | xhci: unify cycle state toggling operation with 'XOR'Lin Wang2015-03-181-2/+2
* | usb: host/sl811-hcd: fix sparse warningLad, Prabhakar2015-03-181-1/+1
|/
* xhci: Workaround for PME stuck issues in Intel xhciMathias Nyman2015-03-062-0/+31
* xhci: fix reporting of 0-sized URBs in control endpointAleksander Morgado2015-03-062-2/+11
* xhci: Clear the host side toggle manually when endpoint is 'soft reset'Mathias Nyman2015-02-243-10/+94
* xhci: Allocate correct amount of scratchpad buffersMathias Nyman2015-02-241-2/+3
* usb: XHCI: platform: Move the Marvell quirks after the enabling the clocksMaxime Ripard2015-02-241-10/+9Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-02-182-2/+2
|\
| * treewide: Remove unnecessary SSB_DEVTABLE_END macroJoe Perches2015-02-111-1/+1
| * treewide: Remove unnecessary BCMA_CORETABLE_END macroJoe Perches2015-02-111-1/+1
* | Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2015-02-1549-3265/+467Star
|\ \
| * \ Merge tag 'usb-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2015-02-045-2971/+0Star
| |\ \
| | * | usb: isp1760: Move driver from drivers/usb/host/ to drivers/usb/isp1760/Laurent Pinchart2015-01-2710-4708/+0Star
| | * | usb: isp1760: Add device controller supportLaurent Pinchart2015-01-276-5/+1761
| | * | usb: isp1760: Move PORT1 configuration to core codeLaurent Pinchart2015-01-272-9/+8Star
| | * | usb: isp1760: Initialize the bus interface in core codeLaurent Pinchart2015-01-274-75/+105
| | * | usb: isp1760: Set IRQF_SHARED flag in core codeLaurent Pinchart2015-01-272-7/+6Star
| | * | usb: isp1760: Move core code to isp1760-core.cLaurent Pinchart2015-01-276-38/+114
| | * | usb: isp1760: Reorganize header filesLaurent Pinchart2015-01-274-225/+256
| | * | usb: isp1760: Prefix driver data structures with isp1760_Laurent Pinchart2015-01-272-9/+10
| | * | usb: isp1760: Decouple usb_hdc and isp1760_privLaurent Pinchart2015-01-271-6/+15
| | * | usb: isp1760: Refactor PCI initialization codeLaurent Pinchart2015-01-271-65/+69
| | * | usb: isp1760: Use the managed devm_ioremap_resource() APILaurent Pinchart2015-01-272-41/+16Star
| | * | usb: isp1760: Pass resource pointer to isp1760_registerLaurent Pinchart2015-01-273-13/+11Star
| | * | usb: isp1760: Remove busname argument to isp1760_registerLaurent Pinchart2015-01-273-6/+4Star