summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2018-07-30Merge 4.18-rc7 into usb-nextGreg Kroah-Hartman
2018-07-20usb: xhci: Fix memory leak in xhci_endpoint_reset()Zheng Xiaowei
2018-07-16Merge 4.18-rc5 into usb-nextGreg Kroah-Hartman
2018-07-13usb: host: ehci-sched: remove redundant pointer devColin Ian King
2018-07-13usb: host: u132-hcd: remove redundant variable num_portsColin Ian King
2018-07-13USB: host: whci: remove redundant variable tColin Ian King
2018-07-13usb: xhci: dbc: remove redundant pointer dbcColin Ian King
2018-07-06usb: host: xhci-rcar: Add a condition check about PLL activeYoshihiro Shimoda
2018-07-06usb: host: xhci-rcar: Simplify getting the firmware name for R-Car Gen3Yoshihiro Shimoda
2018-07-06usb: host: xhci-plat: add firmware_name for R-Car Gen3Yoshihiro Shimoda
2018-07-06xhci: xhci-mem: off by one in xhci_stream_id_to_ring()Dan Carpenter
2018-07-02usb: xhci: dbc: Don't decrement runtime PM counter if DBC is not startedKai-Heng Feng
2018-07-02Merge 4.18-rc3 into usb-nextGreg Kroah-Hartman
2018-06-28USB: host: ehci-npcm7xx: Fix some error codes in probeDan Carpenter
2018-06-25USB host: Add USB ehci support for nuvoton npcm7xx platformAvi Fishman
2018-06-25USB: xhci-hcd: Add get_resuming_ports methodAlan Stern
2018-06-25USB: ehci-hcd: Add get_resuming_ports methodAlan Stern
2018-06-25usb: xhci: increase CRS timeout valueAjay Gupta
2018-06-25usb: xhci: tegra: fix runtime PM error handlingStefan Agner
2018-06-25usb: xhci: remove the code build warningDongjiu Geng
2018-06-25xhci: Fix kernel oops in trace_xhci_free_virt_deviceZhengjun Xing
2018-06-25xhci: Fix perceived dead host due to runtime suspend race with event handlerMathias Nyman
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-01Revert "xhci: Reset Renesas uPD72020x USB controller for 32-bit DMA issue"Marc Zyngier
2018-06-01xhci: Add quirk to zero 64bit registers on Renesas PCIe controllersMarc Zyngier
2018-06-01xhci: Allow more than 32 quirksMarc Zyngier
2018-06-01usb: xhci: force all memory allocations to nodeAdam Wallis
2018-05-31USB: ehci-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2018-05-31USB: fhci-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2018-05-31USB: fotg210-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2018-05-31USB: imx21-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2018-05-31USB: isp116x-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2018-05-31USB: ohci: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2018-05-31USB: uhci: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2018-05-31usb: xhci: tegra: Fix runtime PM supportJon Hunter
2018-05-31usb: host: ohci: fix sfr kernel warning in ohci-at91 driverPrasanthi Chellakumar
2018-05-24usb: xhci: tegra: Add support for managing powergatesJon Hunter
2018-05-24usb: xhci: tegra: Add runtime PM supportJon Hunter
2018-05-24usb: xhci: tegra: Prepare for adding runtime PM supportJon Hunter
2018-05-24xhci: debugfs: add debugfs interface to enable compliance mode for a portMathias Nyman
2018-05-24xhci: debugfs: add usb ports to xhci debugfsMathias Nyman
2018-05-24xhci: xhci-mem: remove port_arrays and the code initializing themMathias Nyman
2018-05-24xhci-mtk: use xhci hub structures to get number of ports in roothubsMathias Nyman
2018-05-24xhci: xhci-hub: use port structure members instead of xhci_get_ports()Mathias Nyman
2018-05-24xhci: use port structures instead of port arrays in xhci.c functionsMathias Nyman
2018-05-24xhci: change xhci_test_and_clear_bit() to use new port structureMathias Nyman
2018-05-24xhci: change xhci_set_link_state() to work with port structuresMathias Nyman
2018-05-24xhci: rename faked_port_index to hcd_portnumMathias Nyman