summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
...
* xhci: add xhci_get_virt_ep() helperMathias Nyman2021-07-282-14/+47
* usb: max-3421: Prevent corruption of freed memoryMark Tomlinson2021-07-281-30/+14
* xhci: Fix lost USB 2 remote wakeMathias Nyman2021-07-281-1/+2
* xhci: solve a double free problem while doing s4Zhangjiantao (Kirin, nanjing)2021-07-201-0/+1
* usb: sl811-hcd: improve misleading indentationArnd Bergmann2021-05-221-5/+4
* xhci: Add reset resume quirk for AMD xhci controller.Sandeep Singh2021-05-221-1/+3
* xhci: Do not use GFP_KERNEL in (potentially) atomic contextChristophe JAILLET2021-05-221-3/+3
* usb: xhci: Increase timeout for HC haltMaximilian Luz2021-05-221-2/+3
* usb: fotg210-hcd: Fix an error messageChristophe JAILLET2021-05-221-2/+2
* xhci: fix potential array out of bounds with several interruptersMathias Nyman2021-05-221-1/+5
* xhci: check control context is valid before dereferencing it.Mathias Nyman2021-05-221-0/+8
* usb: xhci-mtk: support quirk to disable usb2 lpmChunfeng Yun2021-05-222-0/+4
* usb: xhci: Fix port minor revisionThinh Nguyen2021-05-221-0/+9
* usb: xhci-mtk: fix broken streams issue on 0.96 xHCIChunfeng Yun2021-04-071-1/+9
* usb: xhci: Fix ASMedia ASM1042A and ASM3242 DMA addressingForest Crossman2021-03-171-2/+6
* xhci: Improve detection of device initiated wake signal.Mathias Nyman2021-03-171-3/+13
* xhci: fix bounce buffer usage for non-sg list caseMathias Nyman2021-02-101-11/+20
* xhci: tegra: Delay for disabling LFPS detectorJC Kuo2021-01-271-0/+7
* xhci: make sure TRB is fully written before giving it to the controllerMathias Nyman2021-01-271-0/+2
* USB: ehci: fix an interrupt calltrace errorLongfang Liu2021-01-271-0/+3
* ehci: fix EHCI host controller initialization sequenceEugene Korenevsky2021-01-271-0/+12
* usb: ohci: Make distrust_firmware param default to falseHamish Martin2021-01-231-1/+1
* USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk setMichael Grzeschik2021-01-121-12/+12
* usb: oxu210hp-hcd: Fix memory leak in oxu_createZhang Qilong2020-12-301-1/+3
* usb: ehci-omap: Fix PM disable depth umbalance in ehci_hcd_omap_probeZhang Qilong2020-12-301-0/+1
* usb/max3421: fix return error code in max3421_probe()Yang Yingliang2020-12-301-1/+2
* xhci: Give USB2 ports time to enter U3 in bus suspendLi Jun2020-12-301-0/+4
* xhci: hisilicon: fix refercence leak in xhci_histb_probeZhang Qilong2020-11-181-1/+1
* usb: host: fsl-mph-dr-of: check return of dma_set_mask()Ran Wang2020-11-051-3/+6
* usb: xhci: Workaround for S3 issue on AMD SNPS 3.0 xHCSandeep Singh2020-11-052-0/+18
* usb: xhci: omit duplicate actions when suspending a runtime suspended host.Peter Chen2020-11-051-2/+5
* usb: ohci: Default to per-port over-current protectionHamish Martin2020-10-301-6/+10
* USB: EHCI: ehci-mv: fix less than zero comparison of an unsigned intColin Ian King2020-10-011-4/+3
* USB: EHCI: ehci-mv: fix error handling in mv_ehci_probe()Tang Bin2020-10-011-3/+2
* ehci-hcd: Move include to keep CRC stableQuentin Perret2020-09-232-1/+1
* usb: host: ohci-exynos: Fix error handling in exynos_ohci_probe()Tang Bin2020-09-031-3/+2
* xhci: Always restore EP_SOFT_CLEAR_TOGGLE even if ep reset failedDing Hui2020-09-031-1/+2
* xhci: Do warm-reset when both CAS and XDEV_RESUME are setKai-Heng Feng2020-09-031-9/+10
* usb: host: xhci: fix ep context print mismatch in debugfsLi Jun2020-09-031-4/+4
* usb: xhci: Fix ASMedia ASM1142 DMA addressingForest Crossman2020-08-111-1/+3
* usb: xhci: define IDs for various ASMedia host controllersForest Crossman2020-08-111-3/+5
* usb: xhci: Fix ASM2142/ASM3142 DMA addressingForest Crossman2020-07-291-0/+3
* usb: xhci-mtk: fix the failure of bandwidth allocationChunfeng Yun2020-07-291-0/+4
* Revert "usb/ehci-platform: Set PM runtime as active on resume"Sasha Levin2020-07-221-4/+0
* Revert "usb/xhci-plat: Set PM runtime as active on resume"Sasha Levin2020-07-221-9/+1
* Revert "usb/ohci-platform: Fix a warning when hibernating"Sasha Levin2020-07-221-5/+0
* xhci: Return if xHCI doesn't support LPMKai-Heng Feng2020-06-301-1/+4
* xhci: Fix enumeration issue when setting max packet size for FS devices.Al Cooper2020-06-301-0/+1
* xhci: Fix incorrect EP_STATE_MASKMathias Nyman2020-06-301-1/+1
* usb: host: ehci-exynos: Fix error check in exynos_ehci_probe()Tang Bin2020-06-301-3/+2