summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* USB: OHCI: add missing PCI PM callbacks to ohci-pci.cAlan Stern2013-08-231-0/+5
* 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
* 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
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-07-131-2/+2
|\
| * MIPS: OCTEON: Rename Kconfig CAVIUM_OCTEON_REFERENCE_BOARD to CAVIUM_OCTEON_SOCDavid Daney2013-06-101-2/+2
* | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-07-022-1/+7
|\ \
| * \ Merge tag 'remove-nondt-exynos-3' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2013-06-201-1/+1
| |\ \
| | * | USB: Check for ARCH_EXYNOS separatelyTomasz Figa2013-06-191-1/+1
| | |/
| * | Merge tag 'renesas-phy-rcar-usb-for-v3.11' of git://git.kernel.org/pub/scm/li...Olof Johansson2013-06-141-0/+6
| |\ \ | | |/ | |/|
| | * ehci-platform: add pre_setup() method to platform dataSergei Shtylyov2013-06-111-0/+6
* | | xhci: Add missing unlocks on error pathsEmil Goode2013-06-251-0/+2
* | | ehci-atmel.c: prepare clk before calling enableBoris BREZILLON2013-06-241-4/+4
* | | USB: ohci-at91: prepare clk before calling enableBoris BREZILLON2013-06-241-6/+6
* | | USB: HWA: fix device probe failureThomas Pugliese2013-06-241-8/+3
* | | usb: host: xhci-plat: release mem region while removing moduleGeorge Cherian2013-06-241-0/+1
* | | xhci: check for failed dma pool allocationMathias Nyman2013-06-181-0/+4
* | | Merge tag 'for-usb-next-2013-06-17' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2013-06-184-67/+151
|\ \ \
| * | | xhci: remove BUG() in xhci_get_endpoint_type()Mathias Nyman2013-06-141-5/+9
| * | | xhci: Remove BUG in xhci_setup_addressable_virt_devMathias Nyman2013-06-141-25/+10
| * | | xhci: Remove BUG_ON in xhci_get_input_control_ctx.Sarah Sharp2013-06-144-35/+126
| * | | xhci: Remove BUG_ON() in xhci_alloc_container_ctx.Sarah Sharp2013-06-141-2/+6
* | | | USB: EHCI: Remove double assignment of .start in ehci_msp_hc_driverEmil Goode2013-06-171-2/+1
* | | | USB: ehci-omap: Tweak PHY initialization sequenceRoger Quadros2013-06-171-2/+9
* | | | USB: EHCI: tegra: Fix oops in error cleanupThierry Reding2013-06-171-3/+3
* | | | USB: EHCI: tegra: make use of ehci->privStephen Warren2013-06-171-35/+35
* | | | USB: EHCI: make ehci-tegra a separate driverManjunath Goudar2013-06-174-60/+76
* | | | USB: EHCI: tegra: fix circular module dependenciesStephen Warren2013-06-171-36/+0
* | | | USB: EHCI: tegra: remove all power managementStephen Warren2013-06-171-245/+1
* | | | USB: EHCI: export ehci_handshake for ehci-hcd sub-driversManjunath Goudar2013-06-174-15/+20
* | | | usb: wire adapter: add scatter gather supportThomas Pugliese2013-06-171-0/+1
|/ / /
* | | Merge tag 'usb-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-06-121-60/+45
|\ \ \
| * | | usb: phy: registering Tegra USB PHY as platform driverVenu Byravarasu2013-05-301-59/+45
| * | | usb: phy: tegra: Get PHY mode using DTVenu Byravarasu2013-05-301-1/+0
* | | | Merge 3.10-rc5 into usb-nextGreg Kroah-Hartman2013-06-085-8/+38
|\ \ \ \ | | |/ / | |/| |
| * | | USB: EHCI: fix regression related to qh_refresh()Alan Stern2013-05-301-1/+6
| * | | USB: revert periodic scheduling bugfixAlan Stern2013-05-291-1/+1
| * | | Merge tag 'for-usb-linus-2013-05-24' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2013-05-294-6/+31
| |\ \ \ | | |/ / | |/| |
| | * | xhci: Disable D3cold for buggy TI redrivers.Sarah Sharp2013-05-243-2/+13
| | * | xhci - correct comp_mode_recovery_timer on return from hibernateTony Camuso2013-05-241-1/+11
| | * | xhci: fix list access before initVladimir Murzin2013-05-241-0/+4
| | * | xhci-mem: init list heads at the beginning of initSergio Aguirre2013-05-241-3/+3
* | | | Merge tag 'for-usb-next-2013-06-06' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2013-06-067-85/+255
|\ \ \ \
| * | | | usb: add usb2 Link PM variables to sysfs and usb_deviceMathias Nyman2013-06-051-2/+4
| * | | | usb: xhci: add USB2 Link power management BESL supportMathias Nyman2013-06-053-64/+162
OpenPOWER on IntegriCloud