aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-45/+45
2020-06-07Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds32-66/+1099
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+16
2020-05-19USB: host: ehci-mxc: Add error handling in ehci_mxc_drv_probe()Tang Bin1-0/+2
2020-05-19USB: EHCI: ehci-mv: fix less than zero comparison of an unsigned intColin Ian King1-4/+3
2020-05-19usb: xhci: make symbols staticVinod Koul1-3/+3
2020-05-19usb: xhci: fix USB_XHCI_PCI dependsVinod Koul1-1/+1
2020-05-18usb/ehci-platform: Set PM runtime as active on resumeQais Yousef1-0/+4
2020-05-18usb/xhci-plat: Set PM runtime as active on resumeQais Yousef1-1/+9
2020-05-18usb/ohci-platform: Fix a warning when hibernatingQais Yousef1-0/+5
2020-05-18usb: renesas-xhci: include correct header for get_unaligned_le16()Vinod Koul1-1/+1
2020-05-18Merge 5.7-rc6 into usb-nextGreg Kroah-Hartman2-3/+5
2020-05-15usb: renesas-xhci: Add ROM loader for uPD720201Vinod Koul1-7/+287
2020-05-15usb: xhci: Add support for Renesas controller with memoryVinod Koul2-1/+35
2020-05-15usb: renesas-xhci: Add the renesas xhci driverChristian Lamparter4-0/+403
2020-05-15usb: hci: add hc_driver as argument for usb_hcd_pci_probeVinod Koul4-18/+19
2020-05-14usb: host: xhci-plat: keep runtime active when removing hostLi Jun1-1/+3
2020-05-14usb: xhci: Fix NULL pointer dereference when enqueuing trbs from urb sg listSriharsha Allenki1-2/+2
2020-05-13usb: host: Add ability to build new Broadcom STB USB driversAl Cooper2-0/+21
2020-05-13usb: ehci: Add new EHCI driver for Broadcom STB SoC'sAl Cooper1-0/+280
2020-05-13usb: xhci: xhci-plat: Add support for Broadcom STB SoC'sAl Cooper1-0/+10
2020-05-13USB: ohci-sm501: fix error return code in ohci_hcd_sm501_drv_probe()Wei Yongjun1-3/+4
2020-05-13USB: EHCI: ehci-mv: fix error handling in mv_ehci_probe()Tang Bin1-3/+2
2020-05-13USB: EHCI: ehci-mv: Fix unused assignment in mv_ehci_probe()Tang Bin1-3/+1
2020-05-13USB: host: ehci-mxc: Use the defined variable to simplify codeTang Bin1-7/+6
2020-05-13USB: pci-quirks: Add Raspberry Pi 4 quirkNicolas Saenz Julienne1-0/+16
2020-04-27Merge 5.7-rc3 into usb-nextGreg Kroah-Hartman4-15/+59
2020-04-23usb: pci-quirks: use true,false for bool variablesJason Yan1-4/+4
2020-04-21xhci: Don't clear hub TT buffer on ep0 protocol stallMathias Nyman1-5/+11
2020-04-21xhci: prevent bus suspend if a roothub port detected a over-current conditionMathias Nyman1-0/+9
2020-04-21xhci: Fix handling halted endpoint even if endpoint ring appears emptyMathias Nyman3-10/+39
2020-04-16USB: host: Use the correct style for SPDX License IdentifierNishad Kamdar14-14/+14
2020-04-16usb: host: u132-hcd: Remove u132_static_list and list head u132_listMadhuparna Bhowmik1-10/+0
2020-04-16usb: host: ehci-tegra: Remove superfluous dev_err() messageTang Bin1-1/+0
2020-03-24usb: host: hisilicon: convert to devm_platform_get_and_ioremap_resourceDejin Zheng1-2/+1
2020-03-24usb: host: xhci-plat: convert to devm_platform_get_and_ioremap_resourceDejin Zheng1-2/+1
2020-03-23Merge 5.6-rc7 into usb-nextGreg Kroah-Hartman2-1/+3
2020-03-19usb: xhci-tegra: Add OTG supportNagarjuna Kristam1-1/+227
2020-03-12xhci-pci: Allow host runtime PM as default for Intel Tiger Lake xHCIMika Westerberg1-1/+3
2020-03-12xhci: Finetune host initiated USB3 rootport link suspend and resumeMathias Nyman1-11/+25
2020-03-12xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0Kai-Heng Feng4-13/+34
2020-03-12xhci: Ensure link state is U3 after setting USB_SS_PORT_LS_U3Kai-Heng Feng1-1/+10
2020-03-12usb: host: xhci-tegra: Tegra186/Tegra194 LPMJC Kuo1-0/+7
2020-03-12usb: xhci: Enable LPM for VIA LABS VL805Nicolas Saenz Julienne1-0/+3
2020-03-12xhci: Show host status when watchdog triggers and host is assumed dead.Mathias Nyman2-0/+33
2020-03-12xhci: Add a separate debug message for split transaction errors.Mathias Nyman1-0/+4
2020-03-12xhci: bail out early if driver can't accress host in resumeMathias Nyman1-1/+3
2020-03-12USB: EHCI: ehci-mv: use a unique bus nameLubomir Rintel1-1/+1
2020-03-12USB: EHCI: ehci-mv: switch the HSIC HCI to HSIC modeLubomir Rintel1-0/+9
2020-03-12usb: host: xhci-plat: add a shutdownRan Wang1-0/+1