summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* usb: host: ohci-pxa27x: Fix and & vs | typoDan Carpenter2023-04-051-1/+1
* usb: host: xhci: mvebu: Iterate over array indexes instead of using pointer mathKees Cook2023-03-111-1/+1
* usb: host: xhci-plat: add wakeup entry at sysfsPeter Chen2023-02-061-1/+1
* usb: host: ehci-fsl: Fix module aliasAlexander Stein2023-01-241-1/+1
* usb: xhci: Check endpoint is valid before dereferencing itJimmy Hu2023-01-241-1/+4
* xhci-pci: set the dma max_seg_sizeRicardo Ribalda2023-01-241-0/+2
* xhci: Remove device endpoints from bandwidth list when freeing the deviceMathias Nyman2022-11-031-8/+12
* usb: xhci: add XHCI_SPURIOUS_SUCCESS to ASM1042 despite being a V0.96 controllerJens Glathe2022-11-031-1/+7
* usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()Jianglei Nie2022-10-261-1/+6
* xhci: Don't show warning for reinit on known broken suspendMario Limonciello2022-10-261-1/+2
* xhci: Add grace period after xHC start to prevent premature runtime suspend.Mathias Nyman2022-09-153-2/+15
* usb: host: ohci-ppc-of: Fix refcount leak bugLiang He2022-08-251-0/+1
* usb: ohci-nxp: Fix refcount leak in ohci_hcd_nxp_probeMiaoqian Lin2022-08-251-0/+1
* usb: host: Fix refcount leak in ehci_hcd_ppc_of_probeMiaoqian Lin2022-08-251-0/+1
* xhci: make xhci_handshake timeout for xhci_reset() adjustableMathias Nyman2022-07-214-15/+16
* xhci: bail out early if driver can't accress host in resumeMathias Nyman2022-07-211-1/+3
* drivers: usb: host: Fix deadlock in oxu_bus_suspend()Duoming Zhou2022-06-141-0/+2
* USB: host: isp116x: check return value after calling platform_get_resource()Zhen Ni2022-06-141-2/+4
* USB: Fix xhci event ring dequeue pointer ERDP update issueWeitao Wang2022-05-121-0/+2
* xhci: stop polling roothubs after shutdownHenry Lin2022-05-121-0/+11
* xhci: Prevent futile URB re-submissions due to incorrect return value.Hongyu Xie2022-03-021-3/+6
* xhci: re-initialize the HC during resume if HCE was setPuma Hsu2022-03-021-6/+13
* usb: uhci: add aspeed ast2600 uhci supportNeal Liu2022-01-271-1/+2
* xhci: Fresco FL1100 controller should not have BROKEN_MSI quirk set.Mathias Nyman2022-01-051-1/+4
* xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime suspendingKai-Heng Feng2021-12-141-4/+0
* xhci: Fix commad ring abort, write all 64 bits to CRCR register.Mathias Nyman2021-12-081-7/+14
* usb: max-3421: Use driver data instead of maintaining a list of bound devicesUwe Kleine-König2021-11-261-20/+5
* usb: host: ohci-tmio: check return value after calling platform_get_resource()Yang Yingliang2021-11-261-1/+1
* xhci: Fix USB 3.1 enumeration issues by increasing roothub power-on-good delayMathias Nyman2021-11-261-1/+2
* xhci: Enable trust tx length quirk for Fresco FL11 USB controllerNikolay Martynov2021-10-201-0/+2
* xhci: Fix command ring pointer corruption while aborting a commandPavankumar Kondeti2021-10-201-4/+10
* Revert "USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk...Mathias Nyman2021-09-221-12/+12
* usb: host: fotg210: fix the actual_length of an iso packetKelly Devilliv2021-09-222-8/+2
* usb: host: fotg210: fix the endpoint's transactional opportunities calculationKelly Devilliv2021-09-221-19/+17
* usb: ehci-orion: Handle errors of clk_prepare_enable() in probeEvgeny Novikov2021-09-221-2/+6
* usb: host: ohci-tmio: add IRQ checkSergey Shtylyov2021-09-221-0/+3
* usb: host: xhci-rcar: Don't reload firmware after the completionYoshihiro Shimoda2021-09-221-0/+7
* USB:ehci:fix Kunpeng920 ehci hardware problemLongfang Liu2021-08-151-0/+3
* 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: Do not use GFP_KERNEL in (potentially) atomic contextChristophe JAILLET2021-05-221-3/+3
* usb: sl811-hcd: improve misleading indentationArnd Bergmann2021-05-221-5/+4
* usb: xhci: Increase timeout for HC haltMaximilian Luz2021-05-221-2/+3
* usb: fotg210-hcd: Fix an error messageChristophe JAILLET2021-05-221-2/+2
* 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