aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-17Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-2/+0
2016-03-04Merge tag 'usb-for-v4.6' of http://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman2-5/+2
2016-03-04usb: fsl: drop USB_FSL_MPH_DR_OF Kconfig symbolArnd Bergmann2-5/+2
2016-03-03usb: ohci: nxp: remove USB PLL and USB OTG clock managementVladimir Zapolskiy1-52/+10
2016-03-03usb: ohci: nxp: remove direct access to clock controller registersVladimir Zapolskiy1-18/+0
2016-03-03usb: ehci-atmel: use __maybe_unused to hide pm functionsArnd Bergmann1-4/+2
2016-03-03usb: ohci-at91: use __maybe_unused to hide pm functionsArnd Bergmann1-5/+3
2016-03-03usb: xhci-mtk: use __maybe_unused to hide pm functionsArnd Bergmann1-7/+3
2016-03-03usb: host: unhide suspend/resume declarationsArnd Bergmann2-4/+0
2016-03-03usb: host: Host drivers relying on DMA should depend on HAS_DMAGeert Uytterhoeven1-5/+4
2016-03-03usb: host: xhci-plat: fix of_table.cocci warningsJulia Lawall1-0/+1
2016-03-03usb: host: xhci-plat: add R-Car Gen2 and Gen3 fallback compatibility stringsSimon Horman1-0/+5
2016-02-20usb: host: xhci-rcar: Use ARCH_RENESASSimon Horman1-1/+1
2016-02-16gpio: Include linux/gpio.h instead of asm/gpio.hBjorn Helgaas1-2/+0
2016-02-14usb: host: pci_quirks: fix memory leak, by adding iounmapSaurabh Sengar1-1/+2
2016-02-14usb: add HAS_IOMEM dependency to USB_ISP1362_HCDVegard Nossum1-0/+1
2016-02-14usb: add HAS_IOMEM dependency to USB_OXU210HP_HCDVegard Nossum1-0/+1
2016-02-14usb: add HAS_IOMEM dependency to USB_OHCI_HCDVegard Nossum1-0/+1
2016-02-14usb: add HAS_IOMEM dependency to USB_FOTG210_HCDVegard Nossum1-0/+1
2016-02-14usb: add HAS_IOMEM dependency to USB_XHCI_HCDVegard Nossum1-0/+1
2016-02-14usb: add HAS_IOMEM dependency to USB_EHCI_HCDVegard Nossum1-0/+1
2016-02-14usb: add HAS_IOMEM dependency to USB_SL811_HCDVegard Nossum1-0/+1
2016-02-14usb: add HAS_IOMEM dependency to USB_C67X00_HCDVegard Nossum1-0/+1
2016-02-14usb: add HAS_IOMEM dependency to USB_R8A66597_HCDVegard Nossum1-0/+1
2016-02-14usb: add HAS_IOMEM dependency to USB_XHCI_MVEBUVegard Nossum1-0/+1
2016-02-14usb: add HAS_IOMEM dependency to USB_ISP116X_HCDVegard Nossum1-0/+1
2016-02-14usb: host: ohci-pxa27x: propagate the irq error codeRobert Jarzmik1-1/+1
2016-02-14xhci: Support extended burst isoc TRB structure used by xhci 1.1 for USB 3.1Mathias Nyman2-5/+20
2016-02-14xhci: cleanup isoc tranfers queuing codeMathias Nyman1-72/+53
2016-02-14xhci: Add SuperSpeedPlus high bandwidth isoc support to xhci endpointsMathias Nyman2-2/+12
2016-02-14xhci: refactor and cleanup endpoint initialization.Mathias Nyman2-96/+69
2016-02-14Merge 4.5-rc4 into usb-nextGreg Kroah-Hartman8-29/+88
2016-02-06usb: r8a66597: add locking to r8a66597_check_detect_childHeiner Kallweit1-0/+2
2016-02-04xhci: harden xhci_find_next_ext_cap against device removalJoe Lawrence1-0/+4
2016-02-04USB: EHCI: fix compiler warning introduced by commit 2a40f324541eAlan Stern2-1/+2
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-02-03usb: host: ehci-sched: remove unnecessary bracesGeyslan G. Bem1-5/+1
2016-02-03usb: host: ehci-sched: use sizeof operator with parensGeyslan G. Bem1-4/+4
2016-02-03usb: host: ehci-sched: add line after declarationsGeyslan G. Bem1-0/+2
2016-02-03usb: host: ehci-sched: use C89-style commentsGeyslan G. Bem1-12/+14
2016-02-03usb: host: ehci-sched: remove useless else branchGeyslan G. Bem1-3/+2
2016-02-03usb: host: ehci-sched: remove prohibited spacesGeyslan G. Bem1-132/+133