aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-13/+0
2018-08-18Merge tag 'usb-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds14-25/+273
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-4/+8
2018-07-30Merge 4.18-rc7 into usb-nextGreg Kroah-Hartman1-0/+1
2018-07-26Merge tag 'samsung-drivers-exynos5440-4.19' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into next/driversOlof Johansson2-13/+0
2018-07-24usb: host: exynos: Remove support for Exynos5440Krzysztof Kozlowski2-13/+0
2018-07-20usb: xhci: Fix memory leak in xhci_endpoint_reset()Zheng Xiaowei1-0/+1
2018-07-20powerpc/ps3: Set driver coherent_dma_maskGeoff Levand2-4/+8
2018-07-16Merge 4.18-rc5 into usb-nextGreg Kroah-Hartman2-5/+9
2018-07-13usb: host: ehci-sched: remove redundant pointer devColin Ian King1-4/+0
2018-07-13usb: host: u132-hcd: remove redundant variable num_portsColin Ian King1-2/+0
2018-07-13USB: host: whci: remove redundant variable tColin Ian King1-2/+0
2018-07-13usb: xhci: dbc: remove redundant pointer dbcColin Ian King1-2/+0
2018-07-06usb: host: xhci-rcar: Add a condition check about PLL activeYoshihiro Shimoda1-0/+26
2018-07-06usb: host: xhci-rcar: Simplify getting the firmware name for R-Car Gen3Yoshihiro Shimoda1-15/+2
2018-07-06usb: host: xhci-plat: add firmware_name for R-Car Gen3Yoshihiro Shimoda1-0/+1
2018-07-06xhci: xhci-mem: off by one in xhci_stream_id_to_ring()Dan Carpenter1-1/+1
2018-07-02usb: xhci: dbc: Don't decrement runtime PM counter if DBC is not startedKai-Heng Feng1-4/+8
2018-07-02Merge 4.18-rc3 into usb-nextGreg Kroah-Hartman5-14/+83
2018-06-28USB: host: ehci-npcm7xx: Fix some error codes in probeDan Carpenter1-2/+2
2018-06-25USB host: Add USB ehci support for nuvoton npcm7xx platformAvi Fishman3-0/+221
2018-06-25USB: xhci-hcd: Add get_resuming_ports methodAlan Stern3-0/+14
2018-06-25USB: ehci-hcd: Add get_resuming_ports methodAlan Stern2-0/+9
2018-06-25usb: xhci: increase CRS timeout valueAjay Gupta1-1/+6
2018-06-25usb: xhci: tegra: fix runtime PM error handlingStefan Agner1-2/+2
2018-06-25usb: xhci: remove the code build warningDongjiu Geng1-1/+1
2018-06-25xhci: Fix kernel oops in trace_xhci_free_virt_deviceZhengjun Xing2-7/+33
2018-06-25xhci: Fix perceived dead host due to runtime suspend race with event handlerMathias Nyman2-3/+41
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-4/+5
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-2/+2
2018-06-01Revert "xhci: Reset Renesas uPD72020x USB controller for 32-bit DMA issue"Marc Zyngier3-28/+0
2018-06-01xhci: Add quirk to zero 64bit registers on Renesas PCIe controllersMarc Zyngier3-2/+72
2018-06-01xhci: Allow more than 32 quirksMarc Zyngier2-36/+36
2018-06-01usb: xhci: force all memory allocations to nodeAdam Wallis1-19/+38
2018-05-31USB: ehci-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-27/+8
2018-05-31USB: fhci-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-20/+5
2018-05-31USB: fotg210-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-25/+9
2018-05-31USB: imx21-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-34/+10
2018-05-31USB: isp116x-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-13/+4
2018-05-31USB: ohci: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-44/+9
2018-05-31USB: uhci: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-11/+4
2018-05-31usb: xhci: tegra: Fix runtime PM supportJon Hunter1-1/+1
2018-05-31usb: host: ohci: fix sfr kernel warning in ohci-at91 driverPrasanthi Chellakumar1-1/+1
2018-05-24usb: xhci: tegra: Add support for managing powergatesJon Hunter1-19/+49
2018-05-24usb: xhci: tegra: Add runtime PM supportJon Hunter1-26/+62
2018-05-24usb: xhci: tegra: Prepare for adding runtime PM supportJon Hunter1-17/+17
2018-05-24xhci: debugfs: add debugfs interface to enable compliance mode for a portMathias Nyman1-1/+38
2018-05-24xhci: debugfs: add usb ports to xhci debugfsMathias Nyman1-0/+48
2018-05-24xhci: xhci-mem: remove port_arrays and the code initializing themMathias Nyman2-97/+11