aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-20Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds19-502/+287
2016-05-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-250/+0
2016-05-18Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-0/+1341
2016-05-13USB: ohci-jz4740: Remove obsolete driverMaarten ter Huurne2-250/+0
2016-05-09USB: FHCI: avoid redundant conditionHeinrich Schuchardt1-1/+1
2016-05-09usb: host: xhci-rcar: Avoid long wait in xhci_reset()Yoshihiro Shimoda1-1/+2
2016-05-09usb/host/fotg210: remove dead code in create_sysfs_filesColin Ian King1-7/+1
2016-04-29USB: EHCI: make all debugging depend on CONFIG_DYNAMIC_DEBUGAlan Stern1-52/+34
2016-04-29usb: xhci: tegra: Add Tegra210 supportThierry Reding1-8/+51
2016-04-29usb: xhci: Add NVIDIA Tegra XUSB controller driverThierry Reding3-0/+1298
2016-04-28usb/host/: const data must use __initconst not __initdataNicolas Pitre4-4/+4
2016-04-26usb: hcd: do not call whc_clean_up on wch_init call failureColin Ian King1-3/+4
2016-04-26USB: bcma: use simpler devm helper for getting vcc GPIORafał Miłecki1-4/+2
2016-04-26usb: host: xhci: plat: finally get rid of xhci_plat_type_is()Felipe Balbi2-21/+0
2016-04-26usb: host: xhci: plat: make use of new methods in xhci_plat_privFelipe Balbi1-28/+27
2016-04-26usb: host: xhci: plat: change type of mvebu init_quirk()Felipe Balbi3-7/+12
2016-04-26usb: host: xhci: plat: move mvebu init_quirk() to xhci_plat_setup()Felipe Balbi1-6/+9
2016-04-26usb: xhci: plat: add ->plat_start() and ->init_quirk() methodsFelipe Balbi1-0/+2
2016-04-26usb: host: xhci: rcar: retire use of xhci_plat_type_is()Felipe Balbi1-1/+33
2016-04-26usb: xhci: remove duplicate code of interval checkingAlexandr Ivanov1-32/+21
2016-04-26usb: xhci: remove duplicate function xhci_urb_to_transfer_ringAlexandr Ivanov3-53/+16
2016-04-26usb: xhci: merge xhci_queue_bulk_tx and queue_bulk_sg_tx functionsAlexandr Ivanov2-288/+121
2016-04-19USB: whci-hcd: add more checks for dma mapping errorAlexey Khoroshilov1-2/+6
2016-04-19xhci: fix typo in babble endpoint handling commentRajesh Bhagat1-1/+1
2016-04-13usb: host: xhci-plat: Make enum xhci_plat_type start at a non zero valuePeter Griffin1-1/+1
2016-04-13xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllersMathias Nyman4-4/+9
2016-04-13usb: xhci: fix wild pointers in xhci_mem_cleanupLu Baolu1-0/+6
2016-04-13usb: host: xhci-plat: fix cannot work if R-Car Gen2/3 run on above 4GB physYoshihiro Shimoda1-0/+13
2016-04-13usb: host: xhci: add a new quirk XHCI_NO_64BIT_SUPPORTYoshihiro Shimoda2-0/+11
2016-04-13xhci: resume USB 3 roothub firstMathias Nyman1-3/+3
2016-04-13usb: xhci: applying XHCI_PME_STUCK_QUIRK to Intel BXT B0 hostRafal Redzimski1-1/+3
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