summaryrefslogtreecommitdiff
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-usb-2013-08-15-step-1' into for-usb-nextSarah Sharp2013-08-155-9/+16
|\
| * xhci-plat: Don't enable legacy PCI interrupts.Sarah Sharp2013-08-153-2/+8
| * USB: EHCI: accept very late isochronous URBsAlan Stern2013-08-121-7/+6
| * usb: xhci: add missing dma-mapping.h includesJames Hogan2013-07-312-0/+2
* | Merge tag 'for-usb-next-2013-08-15' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2013-08-1512-354/+510
|\ \
| * | xhci: fix dma mask setup in xhci.cXenia Ragiadakou2013-08-132-14/+15
| * | xhci: trace debug statements related to ring expansionXenia Ragiadakou2013-08-133-3/+9
| * | xhci: trace debug messages related to driver initialization and unloadXenia Ragiadakou2013-08-133-68/+113
| * | xhci: trace debug statements for urb cancellationXenia Ragiadakou2013-08-133-28/+54
| * | xhci: add xhci_cmd_completion trace eventXenia Ragiadakou2013-08-132-0/+33
| * | xhci: add xhci_address_ctx trace eventXenia Ragiadakou2013-08-132-0/+49
| * | xhci: add trace for debug messages related to endpoint resetXenia Ragiadakou2013-08-133-7/+18
| * | xhci: add trace for debug messages related to quirksXenia Ragiadakou2013-08-135-35/+69
| * | xhci: add trace for debug messages related to changing contextsXenia Ragiadakou2013-08-134-10/+27
| * | xhci: add traces for debug messages in xhci_address_device()Xenia Ragiadakou2013-08-136-11/+103
| * | xhci: remove CONFIG_USB_XHCI_HCD_DEBUGGING and unused codeXenia Ragiadakou2013-08-134-165/+1
| * | xhci: replace printk(KERN_DEBUG ...)Xenia Ragiadakou2013-08-131-9/+7
| * | xhci: replace xhci_info() with xhci_dbg()Xenia Ragiadakou2013-08-132-4/+2
| * | usb: Add Device Tree support to XHCI Platform driverAl Cooper2013-08-131-0/+10
* | | usb: host: add Kconfig option for EHSETJack Pham2013-08-143-1/+26
* | | Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-08-134-75/+40
|\ \ \
| * | | usb: host: tegra: Tegra30 supportTuomas Tynkkynen2013-08-121-5/+29
| * | | usb: host: add has_tdi_phy_lpm capability bitTuomas Tynkkynen2013-08-122-7/+8
| * | | usb: host: tegra: Locate a PHY via standard APITuomas Tynkkynen2013-07-291-8/+1
| * | | usb: tegra: host: Remove references to plat dataTuomas Tynkkynen2013-07-291-8/+0
| * | | usb: host: tegra: Remove leftover codeTuomas Tynkkynen2013-07-291-15/+5
| * | | usb: tegra: Use regulators instead of GPIOs for USB PHY VBUSMikko Perttunen2013-07-291-33/+1
| * | | usb: ehci-omap: select NOP_USB_XCEIV PHY driverRoger Quadros2013-07-291-3/+1
| * | | usb: phy: make PHY driver selection possible by controller driversRoger Quadros2013-07-291-1/+0
| | |/ | |/|
* | | HWA: avoid constant suspend and resume on the root hubThomas Pugliese2013-08-121-0/+7
* | | usb: ehci: Add support for SINGLE_STEP_SET_FEATURE test of EHSETManu Gautam2013-08-122-1/+244
* | | usb: Move definition of USB_EHCI_BIG_ENDIAN_MMIO et al. out side of the ifs.David Daney2013-08-121-20/+0
* | | USB: XHCI: mark no_sg_constraintMing Lei2013-08-121-0/+4
* | | USB: EHCI: support running URB giveback in tasklet contextMing Lei2013-08-1214-18/+13
* | | USB: EHCI: improve interrupt qh unlinkMing Lei2013-08-126-3/+84
* | | USB: EHCI: improve ehci_endpoint_disableMing Lei2013-08-121-10/+6
| |/ |/|
* | USB: ohci-at91: add usb_clk for transition to common clk frameworkBoris BREZILLON2013-08-021-2/+21
* | USB: EHCI: don't depend on hardware for tracking port resets and resumesAlan Stern2013-08-021-34/+26
* | USB: EHCI: keep better track of resuming portsAlan Stern2013-08-021-1/+2
* | USB: host: use dev_get_platdata()Jingoo Han2013-07-3126-64/+65
* | usb: host: Faraday fotg210-hcd driverFeng-Hsin Chiang2013-07-294-0/+6812
* | Merge 3.11-rc3 into usb-nextGreg Kroah-Hartman2013-07-295-7/+15
|\ \ | |/
| * xhci: fix null pointer dereference on ring_doorbell_for_active_ringsOleksij Rempel2013-07-251-1/+1
| * usb: host: xhci: Enable XHCI_SPURIOUS_SUCCESS for all controllers with xhci 1.0George Cherian2013-07-252-1/+7
| * usb: fix build warning in pci-quirks.h when CONFIG_PCI is not enabledRandy Dunlap2013-07-251-0/+1
| * usb: xhci: Mark two functions __maybe_unusedOlof Johansson2013-07-251-2/+2
| * xhci: Avoid NULL pointer deref when host dies.Sarah Sharp2013-07-251-3/+3
| * USB: EHCI: Fix resume signalling on remote wakeupRoger Quadros2013-07-221-0/+1
* | USB: ohci_usb warn "irq nobody cared" on shutdowncaizhiyong2013-07-261-1/+1
* | usb: ohci-ep93xx: tidy up driver (*probe) and (*remove)H Hartley Sweeten2013-07-261-76/+52