summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2020-06-30xhci: Return if xHCI doesn't support LPMKai-Heng Feng
2020-06-30xhci: Fix enumeration issue when setting max packet size for FS devices.Al Cooper
2020-06-30xhci: Fix incorrect EP_STATE_MASKMathias Nyman
2020-06-30usb: host: ehci-exynos: Fix error check in exynos_ehci_probe()Tang Bin
2020-06-30xhci: Poll for U0 after disabling USB2 LPMKai-Heng Feng
2020-06-30usb: host: xhci-mtk: avoid runtime suspend when removing hcdMacpaul Lin
2020-06-30USB: ehci: reopen solution for Synopsys HC bugLongfang Liu
2020-06-30USB: ohci-sm501: Add missed iounmap() in removeChuhong Yuan
2020-06-24usb/ehci-platform: Set PM runtime as active on resumeQais Yousef
2020-06-24usb/xhci-plat: Set PM runtime as active on resumeQais Yousef
2020-06-24USB: host: ehci-mxc: Add error handling in ehci_mxc_drv_probe()Tang Bin
2020-06-24usb/ohci-platform: Fix a warning when hibernatingQais Yousef
2020-06-24USB: ohci-sm501: fix error return code in ohci_hcd_sm501_drv_probe()Wei Yongjun
2020-05-14usb: host: xhci-plat: keep runtime active when removing hostLi Jun
2020-05-14usb: xhci: Fix NULL pointer dereference when enqueuing trbs from urb sg listSriharsha Allenki
2020-04-21xhci: Don't clear hub TT buffer on ep0 protocol stallMathias Nyman
2020-04-21xhci: prevent bus suspend if a roothub port detected a over-current conditionMathias Nyman
2020-04-21xhci: Fix handling halted endpoint even if endpoint ring appears emptyMathias Nyman
2020-03-24usb: host: hisilicon: convert to devm_platform_get_and_ioremap_resourceDejin Zheng
2020-03-24usb: host: xhci-plat: convert to devm_platform_get_and_ioremap_resourceDejin Zheng
2020-03-23Merge 5.6-rc7 into usb-nextGreg Kroah-Hartman
2020-03-19usb: xhci-tegra: Add OTG supportNagarjuna Kristam
2020-03-12xhci-pci: Allow host runtime PM as default for Intel Tiger Lake xHCIMika Westerberg
2020-03-12xhci: Finetune host initiated USB3 rootport link suspend and resumeMathias Nyman
2020-03-12xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0Kai-Heng Feng
2020-03-12xhci: Ensure link state is U3 after setting USB_SS_PORT_LS_U3Kai-Heng Feng
2020-03-12usb: host: xhci-tegra: Tegra186/Tegra194 LPMJC Kuo
2020-03-12usb: xhci: Enable LPM for VIA LABS VL805Nicolas Saenz Julienne
2020-03-12xhci: Show host status when watchdog triggers and host is assumed dead.Mathias Nyman
2020-03-12xhci: Add a separate debug message for split transaction errors.Mathias Nyman
2020-03-12xhci: bail out early if driver can't accress host in resumeMathias Nyman
2020-03-12USB: EHCI: ehci-mv: use a unique bus nameLubomir Rintel
2020-03-12USB: EHCI: ehci-mv: switch the HSIC HCI to HSIC modeLubomir Rintel
2020-03-12usb: host: xhci-plat: add a shutdownRan Wang
2020-03-10usb: xhci: apply XHCI_SUSPEND_DELAY to AMD XHCI controller 1022:145cAlberto Mattea
2020-03-10xhci: Do not open code __print_symbolic() in xhci trace eventsSteven Rostedt (VMware)
2020-02-24Merge 5.6-rc3 into usb-nextGreg Kroah-Hartman
2020-02-23USB: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-19usb: host: xhci-pci: remove useless cast for driver.nameCorentin Labbe
2020-02-19usb: host: uhci-pci: remove useless cast for driver.nameCorentin Labbe
2020-02-19usb: host: sl811-hcd: remove useless cast for driver.nameCorentin Labbe
2020-02-19usb: host: ohci-pci: remove useless cast for driver.nameCorentin Labbe
2020-02-19usb: host: ehci-pci: remove useless cast for driver.nameCorentin Labbe
2020-02-19usb: host: fhci-hcd: annotate PIPE_CONTROL switch case with fallthroughRasmus Villemoes
2020-02-17xhci: Add missing annotation for xhci_enter_test_modeJules Irenge
2020-02-17xhci: Add missing annotation for xhci_set_port_power()Jules Irenge
2020-02-17xhci: Do not open code __print_symbolic() in xhci trace eventsSteven Rostedt (VMware)
2020-02-12xhci: Fix memory leak when caching protocol extended capability PSI tables - ...Mathias Nyman
2020-02-12Revert "xhci: Fix memory leak when caching protocol extended capability PSI t...Greg Kroah-Hartman
2020-02-10usb: host: ehci-platform: add a quirk to avoid stuckYoshihiro Shimoda