summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorLines
2018-08-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-13/+0
2018-08-18Merge tag 'usb-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-25/+273
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-4/+8
2018-07-30Merge 4.18-rc7 into usb-nextGreg Kroah-Hartman-0/+1
2018-07-26Merge tag 'samsung-drivers-exynos5440-4.19' of https://git.kernel.org/pub/scm...Olof Johansson-13/+0
2018-07-24usb: host: exynos: Remove support for Exynos5440Krzysztof Kozlowski-13/+0
2018-07-20usb: xhci: Fix memory leak in xhci_endpoint_reset()Zheng Xiaowei-0/+1
2018-07-20powerpc/ps3: Set driver coherent_dma_maskGeoff Levand-4/+8
2018-07-16Merge 4.18-rc5 into usb-nextGreg Kroah-Hartman-5/+9
2018-07-13usb: host: ehci-sched: remove redundant pointer devColin Ian King-4/+0
2018-07-13usb: host: u132-hcd: remove redundant variable num_portsColin Ian King-2/+0
2018-07-13USB: host: whci: remove redundant variable tColin Ian King-2/+0
2018-07-13usb: xhci: dbc: remove redundant pointer dbcColin Ian King-2/+0
2018-07-06usb: host: xhci-rcar: Add a condition check about PLL activeYoshihiro Shimoda-0/+26
2018-07-06usb: host: xhci-rcar: Simplify getting the firmware name for R-Car Gen3Yoshihiro Shimoda-15/+2
2018-07-06usb: host: xhci-plat: add firmware_name for R-Car Gen3Yoshihiro Shimoda-0/+1
2018-07-06xhci: xhci-mem: off by one in xhci_stream_id_to_ring()Dan Carpenter-1/+1
2018-07-02usb: xhci: dbc: Don't decrement runtime PM counter if DBC is not startedKai-Heng Feng-4/+8
2018-07-02Merge 4.18-rc3 into usb-nextGreg Kroah-Hartman-14/+83
2018-06-28USB: host: ehci-npcm7xx: Fix some error codes in probeDan Carpenter-2/+2
2018-06-25USB host: Add USB ehci support for nuvoton npcm7xx platformAvi Fishman-0/+221
2018-06-25USB: xhci-hcd: Add get_resuming_ports methodAlan Stern-0/+14
2018-06-25USB: ehci-hcd: Add get_resuming_ports methodAlan Stern-0/+9
2018-06-25usb: xhci: increase CRS timeout valueAjay Gupta-1/+6
2018-06-25usb: xhci: tegra: fix runtime PM error handlingStefan Agner-2/+2
2018-06-25usb: xhci: remove the code build warningDongjiu Geng-1/+1
2018-06-25xhci: Fix kernel oops in trace_xhci_free_virt_deviceZhengjun Xing-7/+33
2018-06-25xhci: Fix perceived dead host due to runtime suspend race with event handlerMathias Nyman-3/+41
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-4/+5
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-2/+2
2018-06-01Revert "xhci: Reset Renesas uPD72020x USB controller for 32-bit DMA issue"Marc Zyngier-28/+0
2018-06-01xhci: Add quirk to zero 64bit registers on Renesas PCIe controllersMarc Zyngier-2/+72
2018-06-01xhci: Allow more than 32 quirksMarc Zyngier-36/+36
2018-06-01usb: xhci: force all memory allocations to nodeAdam Wallis-19/+38
2018-05-31USB: ehci-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-27/+8
2018-05-31USB: fhci-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-20/+5
2018-05-31USB: fotg210-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-25/+9
2018-05-31USB: imx21-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-34/+10
2018-05-31USB: isp116x-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-13/+4
2018-05-31USB: ohci: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-44/+9
2018-05-31USB: uhci: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-11/+4
2018-05-31usb: xhci: tegra: Fix runtime PM supportJon Hunter-1/+1
2018-05-31usb: host: ohci: fix sfr kernel warning in ohci-at91 driverPrasanthi Chellakumar-1/+1
2018-05-24usb: xhci: tegra: Add support for managing powergatesJon Hunter-19/+49
2018-05-24usb: xhci: tegra: Add runtime PM supportJon Hunter-26/+62
2018-05-24usb: xhci: tegra: Prepare for adding runtime PM supportJon Hunter-17/+17
2018-05-24xhci: debugfs: add debugfs interface to enable compliance mode for a portMathias Nyman-1/+38
2018-05-24xhci: debugfs: add usb ports to xhci debugfsMathias Nyman-0/+48
2018-05-24xhci: xhci-mem: remove port_arrays and the code initializing themMathias Nyman-97/+11