summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* xhci: Poll for U0 after disabling USB2 LPMKai-Heng Feng2020-06-241-0/+3
* xhci: Return if xHCI doesn't support LPMKai-Heng Feng2020-06-241-1/+4
* usb: host: xhci-mtk: avoid runtime suspend when removing hcdMacpaul Lin2020-06-241-2/+3
* xhci: Fix enumeration issue when setting max packet size for FS devices.Al Cooper2020-06-241-0/+1
* xhci: Fix incorrect EP_STATE_MASKMathias Nyman2020-06-241-1/+1
* USB: ohci-sm501: Add missed iounmap() in removeChuhong Yuan2020-06-181-0/+1
* USB: ehci: reopen solution for Synopsys HC bugLongfang Liu2020-06-181-0/+7
* usb: host: ehci-exynos: Fix error check in exynos_ehci_probe()Tang Bin2020-06-181-3/+2
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-45/+45
* Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-06-0732-66/+1099
|\
| * USB: host: ehci-mxc: Add error handling in ehci_mxc_drv_probe()Tang Bin2020-05-191-0/+2
| * USB: EHCI: ehci-mv: fix less than zero comparison of an unsigned intColin Ian King2020-05-191-4/+3
| * usb: xhci: make symbols staticVinod Koul2020-05-191-3/+3
| * usb: xhci: fix USB_XHCI_PCI dependsVinod Koul2020-05-191-1/+1
| * usb/ehci-platform: Set PM runtime as active on resumeQais Yousef2020-05-181-0/+4
| * usb/xhci-plat: Set PM runtime as active on resumeQais Yousef2020-05-181-1/+9
| * usb/ohci-platform: Fix a warning when hibernatingQais Yousef2020-05-181-0/+5
| * usb: renesas-xhci: include correct header for get_unaligned_le16()Vinod Koul2020-05-181-1/+1
| * Merge 5.7-rc6 into usb-nextGreg Kroah-Hartman2020-05-182-3/+5
| |\
| * | usb: renesas-xhci: Add ROM loader for uPD720201Vinod Koul2020-05-151-7/+287
| * | usb: xhci: Add support for Renesas controller with memoryVinod Koul2020-05-152-1/+35
| * | usb: renesas-xhci: Add the renesas xhci driverChristian Lamparter2020-05-154-0/+403
| * | usb: hci: add hc_driver as argument for usb_hcd_pci_probeVinod Koul2020-05-154-18/+19
| * | usb: host: Add ability to build new Broadcom STB USB driversAl Cooper2020-05-132-0/+21
| * | usb: ehci: Add new EHCI driver for Broadcom STB SoC'sAl Cooper2020-05-131-0/+280
| * | usb: xhci: xhci-plat: Add support for Broadcom STB SoC'sAl Cooper2020-05-131-0/+10
| * | USB: ohci-sm501: fix error return code in ohci_hcd_sm501_drv_probe()Wei Yongjun2020-05-131-3/+4
| * | USB: EHCI: ehci-mv: fix error handling in mv_ehci_probe()Tang Bin2020-05-131-3/+2
| * | USB: EHCI: ehci-mv: Fix unused assignment in mv_ehci_probe()Tang Bin2020-05-131-3/+1
| * | USB: host: ehci-mxc: Use the defined variable to simplify codeTang Bin2020-05-131-7/+6
| * | Merge 5.7-rc3 into usb-nextGreg Kroah-Hartman2020-04-274-15/+59
| |\ \
| * | | usb: pci-quirks: use true,false for bool variablesJason Yan2020-04-231-4/+4
| * | | USB: host: Use the correct style for SPDX License IdentifierNishad Kamdar2020-04-1614-14/+14
| * | | usb: host: u132-hcd: Remove u132_static_list and list head u132_listMadhuparna Bhowmik2020-04-161-10/+0
| * | | usb: host: ehci-tegra: Remove superfluous dev_err() messageTang Bin2020-04-161-1/+0
* | | | Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-061-0/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | USB: pci-quirks: Add Raspberry Pi 4 quirkNicolas Saenz Julienne2020-05-131-0/+16
| |/ /
* | | usb: host: xhci-plat: keep runtime active when removing hostLi Jun2020-05-141-1/+3
* | | usb: xhci: Fix NULL pointer dereference when enqueuing trbs from urb sg listSriharsha Allenki2020-05-141-2/+2
| |/ |/|
* | xhci: Don't clear hub TT buffer on ep0 protocol stallMathias Nyman2020-04-211-5/+11
* | xhci: prevent bus suspend if a roothub port detected a over-current conditionMathias Nyman2020-04-211-0/+9
* | xhci: Fix handling halted endpoint even if endpoint ring appears emptyMathias Nyman2020-04-213-10/+39
|/
* usb: host: hisilicon: convert to devm_platform_get_and_ioremap_resourceDejin Zheng2020-03-241-2/+1
* usb: host: xhci-plat: convert to devm_platform_get_and_ioremap_resourceDejin Zheng2020-03-241-2/+1
* Merge 5.6-rc7 into usb-nextGreg Kroah-Hartman2020-03-232-1/+3
|\
| * usb: host: xhci-plat: add a shutdownRan Wang2020-03-121-0/+1
| * usb: xhci: apply XHCI_SUSPEND_DELAY to AMD XHCI controller 1022:145cAlberto Mattea2020-03-101-1/+2
| * xhci: Do not open code __print_symbolic() in xhci trace eventsSteven Rostedt (VMware)2020-03-101-17/+6
* | usb: xhci-tegra: Add OTG supportNagarjuna Kristam2020-03-191-1/+227
* | xhci-pci: Allow host runtime PM as default for Intel Tiger Lake xHCIMika Westerberg2020-03-121-1/+3