summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2020-10-01USB: EHCI: ehci-mv: fix less than zero comparison of an unsigned intColin Ian King1-4/+3
2020-10-01USB: EHCI: ehci-mv: fix error handling in mv_ehci_probe()Tang Bin1-3/+2
2020-09-23ehci-hcd: Move include to keep CRC stableQuentin Perret2-1/+1
2020-09-03usb: host: ohci-exynos: Fix error handling in exynos_ohci_probe()Tang Bin1-3/+2
2020-09-03xhci: Do warm-reset when both CAS and XDEV_RESUME are setKai-Heng Feng1-9/+10
2020-07-22Revert "usb/ohci-platform: Fix a warning when hibernating"Sasha Levin1-5/+0
2020-07-22Revert "usb/xhci-plat: Set PM runtime as active on resume"Sasha Levin1-10/+1
2020-07-22Revert "usb/ehci-platform: Set PM runtime as active on resume"Sasha Levin1-5/+0
2020-06-30xhci: Poll for U0 after disabling USB2 LPMKai-Heng Feng1-0/+3
2020-06-30xhci: Fix enumeration issue when setting max packet size for FS devices.Al Cooper1-0/+1
2020-06-30xhci: Fix incorrect EP_STATE_MASKMathias Nyman1-1/+1
2020-06-30usb: host: ehci-exynos: Fix error check in exynos_ehci_probe()Tang Bin1-3/+2
2020-06-30USB: ehci: reopen solution for Synopsys HC bugLongfang Liu1-0/+7
2020-06-30USB: ohci-sm501: Add missed iounmap() in removeChuhong Yuan1-0/+1
2020-06-30usb/ehci-platform: Set PM runtime as active on resumeQais Yousef1-0/+5
2020-06-30usb/xhci-plat: Set PM runtime as active on resumeQais Yousef1-1/+10
2020-06-30USB: host: ehci-mxc: Add error handling in ehci_mxc_drv_probe()Tang Bin1-0/+2
2020-06-30usb/ohci-platform: Fix a warning when hibernatingQais Yousef1-0/+5
2020-04-02usb: host: xhci-plat: add a shutdownRan Wang1-0/+1
2020-02-28xhci: apply XHCI_PME_STUCK_QUIRK to Intel Comet Lake platformsMathias Nyman1-1/+3
2020-01-29usb: host: xhci-hub: fix extra endianness conversionRuslan Bilovol1-1/+1
2020-01-04USB: EHCI: Do not return -EPIPE when hub is disconnectedErkka Talvitie1-1/+12
2020-01-04usb: xhci: Fix build warning seen with CONFIG_PM=nGuenter Roeck1-1/+1
2019-12-21xhci: fix USB3 device initiated resume race with roothub autosuspendMathias Nyman3-5/+10
2019-12-21xhci: make sure interrupts are restored to correct stateMathias Nyman1-4/+4
2019-12-21xhci: Fix memory leak in xhci_add_in_port()Mika Westerberg1-0/+4
2019-12-21usb: xhci: only set D3hot for pci deviceHenry Lin3-4/+15
2019-12-21xhci: Increase STS_HALT timeout in xhci_suspend()Kai-Heng Feng1-1/+1
2019-10-17xhci: Increase STS_SAVE timeout in xhci_suspend()Kai-Heng Feng1-1/+1
2019-10-17usb: xhci: wait for CNR controller not ready bit in xhci resumeRick Tseng1-0/+12
2019-10-17xhci: Check all endpoints for LPM timeoutJan Schmidt1-4/+4
2019-10-17xhci: Prevent device initiated U1/U2 link pm if exit latency is too longMathias Nyman1-4/+6
2019-09-06usb: host: ohci: fix a race condition between shutdown and irqYoshihiro Shimoda1-3/+12
2019-09-06usb: host: fotg2: restart hcd after port resetHans Ulli Kroll1-0/+4
2019-08-04usb: pci-quirks: Correct AMD PLL quirk detectionRyan Kennedy1-12/+19
2019-08-04usb: wusbcore: fix unbalanced get/put cluster_idPhong Tran1-1/+1
2019-06-11usb: xhci: avoid null pointer deref when bos field is NULLCarsten Schmid1-1/+1
2019-06-11xhci: Convert xhci_handshake() to use readl_poll_timeout_atomic()Andrey Smirnov1-12/+10
2019-05-16usb: u132-hcd: fix resource leakMukesh Ojha1-0/+3
2019-04-03xhci: Fix port resume done detection for SS ports with LPM enabledMathias Nyman2-3/+7
2019-01-13usb: r8a66597: Fix a possible concurrency use-after-free bug in r8a66597_endp...Jia-Ju Bai1-1/+4
2019-01-13xhci: Don't prevent USB2 bus suspend in state check intended for USB3 onlyMathias Nyman1-1/+2
2018-12-13xhci: Prevent U1/U2 link pm states if exit latency is too longMathias Nyman1-0/+16
2018-12-13USB: check usb_get_extra_descriptor for proper sizeMathias Payer1-1/+1
2018-12-01usb: xhci: fix uninitialized completion when USB3 port got wrong statusAaron Ma2-2/+2
2018-12-01usb: xhci: Prevent bus suspend if a port connect change or polling state is d...Mathias Nyman1-14/+46
2018-12-01usb: xhci: fix timeout for transition from RExit to U0Aaron Ma2-3/+3
2018-11-27xhci: Fix USB3 NULL pointer dereference at logical disconnect.Mathias Nyman1-1/+1
2018-11-10usb: ehci-omap: fix error return code in ehci_hcd_omap_probe()Gustavo A. R. Silva1-2/+2
2018-11-10usb: imx21-hcd: fix error return code in imx21_probe()Gustavo A. R. Silva1-2/+4