summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
...
* USB: ohci-spear: Make of_device_id array constJingoo Han2014-07-091-1/+1
* USB: ehci-msm: Make of_device_id array constJingoo Han2014-07-091-1/+1
* USB: oxu210hp-hcd.c: use devm_ functionsHimangi Saraogi2014-07-091-39/+9
* usb: host: max3421-hcd: unconditionally use GFP_ATOMIC in max3421_urb_enqueue()Alexey Khoroshilov2014-07-091-1/+1
* usb: host: max3421-hcd: Fix max3421_reset_port() to set USB_PORT_STAT_RESETDavid Mosberger-Tang2014-07-091-0/+1
* usb: host: max3421-hcd: Use atomic bitops in lieu of bit fieldsDavid Mosberger-Tang2014-07-091-25/+20
* usb: ehci-exynos: Use NULL instead of 0Sachin Kamat2014-07-091-1/+1
* usb: ohci-exynos: Use NULL instead of 0Sachin Kamat2014-07-091-1/+1
* usb: host: xhci-plat: add support for the R-Car H2 and M2 xHCI controllersYoshihiro Shimoda2014-07-095-0/+205
* usb: host: xhci-plat: use devm_functionsHimangi Saraogi2014-07-091-20/+4
* xhci: make error messages grepableOliver Neukum2014-07-091-18/+18
* xhci: Platform: Set xhci lpm support quirk based on platform dataPratyush Anand2014-07-091-0/+6
* xhci: Platform: Add (en/dis)able_usb3_lpm_timeoutPratyush Anand2014-07-091-0/+3
* xhci: A default implementation for Ux timeout calculation and tier policy checkPratyush Anand2014-07-091-18/+48
* Merge 3.16-rc4 into usb-nextGreg Kroah-Hartman2014-07-074-8/+18
|\
| * usb: Kconfig: make EHCI_MSM selectable for QCOM SOCsSrinivas Kandagatla2014-06-301-1/+1
| * xhci: Fix runtime suspended xhci from blocking system suspend.Wang, Yu2014-06-241-3/+7
| * xhci: clear root port wake on bits if controller isn't wake-up capableLu Baolu2014-06-241-1/+4
| * xhci: correct burst count field for isoc transfers on 1.0 xhci hostsMathias Nyman2014-06-241-1/+1
| * xhci: Use correct SLOT ID when handling a reset device commandMathias Nyman2014-06-241-2/+5
* | usb: xhci: Correct last context entry calculation for Configure EndpointJulius Werner2014-06-241-33/+18
|/
* USB: EHCI: avoid BIOS handover on the HASEE E200Alan Stern2014-06-171-3/+16
* xhci: Fix sleeping with IRQs disabled in xhci_stop_device()Mathias Nyman2014-06-171-1/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-06-091-40/+0
|\
| * MIPS: MSP71xx: Remove checks for two macrosPaul Bolle2014-05-231-40/+0
* | Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-0832-727/+3008
|\ \
| * \ Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-042-8/+8
| |\ \
| | * | tile: usb: Use irq_alloc/free_hwirqThomas Gleixner2014-05-162-8/+8
| | |/
| * | usb: host: max3421-hcd: Use module_spi_driverSachin Kamat2014-05-291-14/+1
| * | usb: host: max3421-hcd: Allow platform-data to specify Vbus polarityDavid Mosberger-Tang2014-05-291-2/+4
| * | usb: host: max3421-hcd: fix "spi_rd8" uses dynamic stack allocation warningDavid Mosberger-Tang2014-05-291-34/+60
| * | usb: host: max3421-hcd: Fix missing unlock in max3421_urb_enqueue()David Mosberger-Tang2014-05-281-2/+5
| * | usb: host: xhci-plat: add xhci_plat_start()Yoshihiro Shimoda2014-05-281-1/+6
| * | usb: host: max3421-hcd: Fix potential NULL urb dereferenceDavid Mosberger-Tang2014-05-281-1/+3
| * | usb: pci_quirks: fix sparse 'symbol not declared' warningKonrad Zapalowicz2014-05-271-0/+1
| * | xhci: Switch only Intel Lynx Point-LP ports to EHCI on shutdown.Denis Turischev2014-05-271-1/+3
| * | xhci: unified loggig of RESET_ON_RESUMEOliver Neukum2014-05-271-2/+4
| * | usb: ehci-platform: add optional reset controller retrievalBoris BREZILLON2014-05-271-3/+23
| * | usb: ohci-platform: Enable optional use of reset controllerMaxime Ripard2014-05-271-3/+24
| * | usb: ohci: sort out dependencies for lpc32xx and omapArnd Bergmann2014-05-271-2/+2
| * | usb: ohci-da8xx can only be built-inArnd Bergmann2014-05-272-1/+11
| * | usb: xhci: avoid warning for !PM_SLEEPArnd Bergmann2014-05-271-1/+1
| * | usb: host: xhci-plat: add support for the Armada 375/38x XHCI controllersGregory CLEMENT2014-05-275-0/+116
| * | usb: host: xhci-plat: add clock supportGregory CLEMENT2014-05-272-1/+25
| * | usb: host: xhci-plat: sort the headers in alphabetic orderGregory CLEMENT2014-05-271-3/+3
| * | usb: ehci-orion: add optional PHY supportGregory CLEMENT2014-05-271-0/+28
| * | usb: ehci-orion: fix clock reference leakingGregory CLEMENT2014-05-271-16/+29
| * | usb: ehci-orion: rename error goto labels in ehci_orion_drv_probe()Thomas Petazzoni2014-05-271-9/+9
| * | usb: ehci-orion: use platform_get_irq() for DT probingThomas Petazzoni2014-05-271-4/+1
| * | Add support for using a MAX3421E chip as a host driver.David Mosberger2014-05-273-0/+1949