summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* xhci: harden xhci_find_next_ext_cap against device removalJoe Lawrence2016-02-041-0/+4
* xhci: Fix list corruption in urb dequeue at host removalMathias Nyman2016-02-031-1/+3
* usb: host: xhci-plat: fix NULL pointer in probe for device tree caseGregory CLEMENT2016-02-031-1/+2
* usb: xhci-mtk: fix AHB bus hang up caused by roothubs pollingChunfeng Yun2016-02-031-0/+23
* usb: xhci-mtk: fix bpkts value of LS/HS periodic eps not behind TTChunfeng Yun2016-02-031-3/+13
* usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Broxton-M platformsLu Baolu2016-02-031-1/+3
* usb: xhci: set SSIC port unused only if xhci_suspend succeedsLu Baolu2016-02-031-1/+6
* usb: xhci: add a quirk bit for ssic port unusedLu Baolu2016-02-032-34/+46
* usb: xhci: handle both SSIC ports in PME stuck quirkLu Baolu2016-02-031-19/+29
* Revert "xhci: don't finish a TD if we get a short-transfer event mid TD"Mathias Nyman2016-02-031-10/+0
* Merge tag 'armsoc-tegra' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2016-01-221-0/+2
|\
| * Merge tag 'tegra-for-4.5-soc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2016-01-121-0/+2
| |\
| | * ARM: tegra: select USB_ULPI from EHCI rather than platformArnd Bergmann2015-11-241-0/+2
* | | Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-01-154-5/+5
|\ \ \
| * | | QE: Move QE from arch/powerpc to drivers/socZhao Qiang2015-12-224-5/+5
| |/ /
* | | Merge tag 'usb-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-01-1331-225/+1647
|\ \ \
| * \ \ Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman2015-12-136-14/+67
| |\ \ \
| * | | | usb: ehci: ohci: fix bool assignmentsGeyslan G. Bem2015-12-043-4/+4
| * | | | xhci: refuse loading if nousb is usedOliver Neukum2015-12-041-0/+4
| * | | | usb: use BUG_ON() instead of BUG()Geyslan G. Bem2015-12-041-5/+3
| * | | | usb: whci: fhci: remove comparison to boolGeyslan G. Bem2015-12-042-2/+2
| * | | | usb: host: ehci-msm: Use posted data writes on AHBAndy Gross2015-12-011-2/+2
| * | | | USB: bcma: switch to GPIO descriptor for power controlRafał Miłecki2015-12-011-11/+10
| * | | | usb: host: ohci-pxa27x: use of_property_read_bool()Saurabh Sengar2015-12-011-7/+7
| * | | | USB-EHCI: Delete unnecessary checks before the function call "dma_pool_destroy"Markus Elfring2015-12-011-13/+5
| * | | | usb : replace dma_pool_alloc and memset with dma_pool_zallocSaurabh Sengar2015-12-013-8/+4
| * | | | xhci: rework xhci extended capability list parsing functionsMathias Nyman2015-12-013-117/+64
| * | | | xhci: use debug level when printing out interval rounding messagesMathias Nyman2015-12-011-1/+1
| * | | | xhci: mediatek: support MTK xHCI host controllerChunfeng Yun2015-12-018-6/+1383
| * | | | usb: host: xhci-plat: add support for the R-Car H3 xHCI controllersYoshihiro Shimoda2015-12-014-2/+21
| * | | | usb: host: xhci-plat: add support for the R-Car M2-N xHCI controllerYoshihiro Shimoda2015-12-011-0/+3
| * | | | usb: host: xhci-rcar: Change code for new SoCsYoshihiro Shimoda2015-12-013-14/+26
| * | | | usb: host: xhci-plat: add firmware_name in xhci_plat_privYoshihiro Shimoda2015-12-011-0/+1
| * | | | usb: host: xhci-plat: add struct xhci_plat_privYoshihiro Shimoda2015-12-012-25/+85
| * | | | usb: host: xhci: add a platform-private fieldYoshihiro Shimoda2015-12-011-0/+3
| * | | | usb: host: xhci: cleanup hcd private sizeYoshihiro Shimoda2015-12-013-3/+1
| * | | | xhci: use the correct define to indicate port status suspend change.Mathias Nyman2015-12-011-1/+1
| * | | | USB: EHCI: warn on unexpectedly active QHAlan Stern2015-12-012-2/+8
| * | | | USB: EHCI: enhance "async" debugfs outputAlan Stern2015-12-011-4/+11
| | |/ / | |/| |
* | | | Merge branch 'memdup_user_nul' into work.miscAl Viro2016-01-046-14/+67
|\ \ \ \ | | |/ / | |/| |
| * | | xhci: fix usb2 resume timing and races.Mathias Nyman2015-12-112-6/+44
| * | | USB: host: ohci-at91: fix a crash in ohci_hcd_at91_overcurrent_irqAlexandre Belloni2015-12-041-6/+5
| * | | usb: xhci: fix config fail of FS hub behind a HS hub with MTTChunfeng Yun2015-12-041-0/+8
| * | | xhci: Fix memory leak in xhci_pme_acpi_rtd3_enable()Mika Westerberg2015-12-041-2/+6
| * | | USB: whci-hcd: add check for dma mapping errorAlexey Khoroshilov2015-12-011-0/+4
| |/ /
* | | new helpers: no_seek_end_llseek{,_size}()Al Viro2015-12-231-21/+2
|/ /
* | xhci: Fix a race in usb2 LPM resume, blocking U3 for usb2 devicesMathias Nyman2015-11-181-6/+9
* | usb: xhci: fix checking ep busy for CFCLu Baolu2015-11-181-26/+6
* | xhci: Workaround to get Intel xHCI reset working more reliablyRajmohan Mani2015-11-181-0/+10
|/
* dma: remove external references to dma_supportedChristoph Hellwig2015-11-093-3/+3
OpenPOWER on IntegriCloud