aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-04xhci: harden xhci_find_next_ext_cap against device removalJoe Lawrence1-0/+4
2016-02-03xhci: Fix list corruption in urb dequeue at host removalMathias Nyman1-1/+3
2016-02-03usb: host: xhci-plat: fix NULL pointer in probe for device tree caseGregory CLEMENT1-1/+2
2016-02-03usb: xhci-mtk: fix AHB bus hang up caused by roothubs pollingChunfeng Yun1-0/+23
2016-02-03usb: xhci-mtk: fix bpkts value of LS/HS periodic eps not behind TTChunfeng Yun1-3/+13
2016-02-03usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Broxton-M platformsLu Baolu1-1/+3
2016-02-03usb: xhci: set SSIC port unused only if xhci_suspend succeedsLu Baolu1-1/+6
2016-02-03usb: xhci: add a quirk bit for ssic port unusedLu Baolu2-34/+46
2016-02-03usb: xhci: handle both SSIC ports in PME stuck quirkLu Baolu1-19/+29
2016-02-03Revert "xhci: don't finish a TD if we get a short-transfer event mid TD"Mathias Nyman1-10/+0
2016-01-22Merge tag 'armsoc-tegra' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+2
2016-01-15Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds4-5/+5
2016-01-13Merge tag 'usb-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds31-225/+1647
2016-01-12Merge tag 'tegra-for-4.5-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into late/tegraOlof Johansson1-0/+2
2016-01-04Merge branch 'memdup_user_nul' into work.miscAl Viro6-14/+67
2015-12-23new helpers: no_seek_end_llseek{,_size}()Al Viro1-21/+2
2015-12-22QE: Move QE from arch/powerpc to drivers/socZhao Qiang4-5/+5
2015-12-13Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman6-14/+67
2015-12-11xhci: fix usb2 resume timing and races.Mathias Nyman2-6/+44
2015-12-04usb: ehci: ohci: fix bool assignmentsGeyslan G. Bem3-4/+4
2015-12-04xhci: refuse loading if nousb is usedOliver Neukum1-0/+4
2015-12-04usb: use BUG_ON() instead of BUG()Geyslan G. Bem1-5/+3
2015-12-04usb: whci: fhci: remove comparison to boolGeyslan G. Bem2-2/+2
2015-12-04USB: host: ohci-at91: fix a crash in ohci_hcd_at91_overcurrent_irqAlexandre Belloni1-6/+5
2015-12-04usb: xhci: fix config fail of FS hub behind a HS hub with MTTChunfeng Yun1-0/+8
2015-12-04xhci: Fix memory leak in xhci_pme_acpi_rtd3_enable()Mika Westerberg1-2/+6
2015-12-01usb: host: ehci-msm: Use posted data writes on AHBAndy Gross1-2/+2
2015-12-01USB: bcma: switch to GPIO descriptor for power controlRafał Miłecki1-11/+10
2015-12-01USB: whci-hcd: add check for dma mapping errorAlexey Khoroshilov1-0/+4
2015-12-01usb: host: ohci-pxa27x: use of_property_read_bool()Saurabh Sengar1-7/+7
2015-12-01USB-EHCI: Delete unnecessary checks before the function call "dma_pool_destroy"Markus Elfring1-13/+5
2015-12-01usb : replace dma_pool_alloc and memset with dma_pool_zallocSaurabh Sengar3-8/+4
2015-12-01xhci: rework xhci extended capability list parsing functionsMathias Nyman3-117/+64
2015-12-01xhci: use debug level when printing out interval rounding messagesMathias Nyman1-1/+1
2015-12-01xhci: mediatek: support MTK xHCI host controllerChunfeng Yun8-6/+1383
2015-12-01usb: host: xhci-plat: add support for the R-Car H3 xHCI controllersYoshihiro Shimoda4-2/+21
2015-12-01usb: host: xhci-plat: add support for the R-Car M2-N xHCI controllerYoshihiro Shimoda1-0/+3
2015-12-01usb: host: xhci-rcar: Change code for new SoCsYoshihiro Shimoda3-14/+26
2015-12-01usb: host: xhci-plat: add firmware_name in xhci_plat_privYoshihiro Shimoda1-0/+1
2015-12-01usb: host: xhci-plat: add struct xhci_plat_privYoshihiro Shimoda2-25/+85
2015-12-01usb: host: xhci: add a platform-private fieldYoshihiro Shimoda1-0/+3
2015-12-01usb: host: xhci: cleanup hcd private sizeYoshihiro Shimoda3-3/+1
2015-12-01xhci: use the correct define to indicate port status suspend change.Mathias Nyman1-1/+1
2015-12-01USB: EHCI: warn on unexpectedly active QHAlan Stern2-2/+8
2015-12-01USB: EHCI: enhance "async" debugfs outputAlan Stern1-4/+11
2015-11-24ARM: tegra: select USB_ULPI from EHCI rather than platformArnd Bergmann1-0/+2
2015-11-18xhci: Fix a race in usb2 LPM resume, blocking U3 for usb2 devicesMathias Nyman1-6/+9
2015-11-18usb: xhci: fix checking ep busy for CFCLu Baolu1-26/+6
2015-11-18xhci: Workaround to get Intel xHCI reset working more reliablyRajmohan Mani1-0/+10
2015-11-09dma: remove external references to dma_supportedChristoph Hellwig3-3/+3