summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2022-03-26Merge tag 'usb-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds21-250/+321
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-2/+1
2022-03-16xen/usb: harden xen_hcd against malicious backendsJuergen Gross1-14/+43
2022-03-16Merge tag 'v5.17-rc8' into usb-nextGreg Kroah-Hartman1-8/+18
2022-03-15xen/usb: don't use arbitrary_virt_to_machine()Juergen Gross1-3/+1
2022-03-15usb: oxu210hp-hcd: remove redundant call to max_packet() macroVincent Mailhol1-1/+1
2022-03-07xen/usb: don't use gnttab_end_foreign_access() in xenhcd_gnttab_done()Juergen Gross1-8/+18
2022-03-03usb: host: xhci: Remove some unnecessary return value initializationsLinyu Yuan1-4/+4
2022-03-03usb: host: xhci: add blank line in xhci_halt()Linyu Yuan1-0/+3
2022-03-03usb: host: xhci: update hci_version operation in xhci_gen_setup()Linyu Yuan1-2/+1
2022-03-03usb: host: xhci: fix a comment typo in xhci_mem_init()Linyu Yuan1-1/+1
2022-03-03usb: host: xhci: use ffs() in xhci_mem_init()Linyu Yuan1-5/+1
2022-03-03xhci: fix runtime PM imbalance in USB2 resumeHenry Lin1-0/+3
2022-03-03xhci: fix uninitialized string returned by xhci_decode_ctrl_ctx()Anssi Hannula1-0/+2
2022-03-03xhci: fix garbage USBSTS being logged in some casesAnssi Hannula1-1/+4
2022-03-03xhci: make xhci_handshake timeout for xhci_reset() adjustableMathias Nyman4-15/+16
2022-03-03usb: Drop commas after SoC match table sentinelsGeert Uytterhoeven1-1/+1
2022-02-28Merge 5.17-rc6 into usb-nextGreg Kroah-Hartman1-9/+19
2022-02-24xhci: omit mem read just after allocation of trbOliver Neukum1-1/+1
2022-02-24usb: host: ehci-q: make qtd_fill() return *unsigned int*Sergey Shtylyov1-3/+4
2022-02-17usb: xhci: fix minmax.cocci warningskernel test robot1-2/+1
2022-02-17usb: host: xhci: drop redundant checksSergey Shtylyov1-4/+0
2022-02-17xhci: Allocate separate command structures for each LPM commandMathias Nyman3-22/+8
2022-02-17xhci: dbgtty: use IDR to support several dbc instances.Mathias Nyman2-7/+40
2022-02-17xhci: dbc: Don't call dbc_tty_init() on every dbc tty probeMathias Nyman4-20/+30
2022-02-17xhci: dbc: Rename xhci_dbc_init and xhci_dbc_exitMathias Nyman3-8/+9
2022-02-17xhci: dbc: create and remove dbc structure in dbgtty driver.Mathias Nyman3-31/+22
2022-02-17xhci: dbc: refactor xhci_dbc_init()Mathias Nyman1-58/+66
2022-02-17usb: host: xhci-mtk: Simplify supplies handling with regulator_bulkAngeloGioacchino Del Regno2-35/+14
2022-02-15xhci: Prevent futile URB re-submissions due to incorrect return value.Hongyu Xie1-3/+6
2022-02-15xhci: re-initialize the HC during resume if HCE was setPuma Hsu1-6/+13
2022-02-15usb: host: ehci-platform: Update brcm, xgs-iproc-ehci workaroundChris Packham1-2/+1
2022-02-15usb: host: {e|o}hci-dbg: kill useless 'ret' variable initializersSergey Shtylyov2-4/+4
2022-02-11usb: xhci-mtk: add support ip-sleep wakeup for mt8195Chunfeng Yun1-0/+37
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-2/+1
2022-02-08usb: ehci: add pci device support for Aspeed platformsNeal Liu1-0/+9
2022-01-31Merge tag 'v5.17-rc2' into usb-nextGreg Kroah-Hartman1-0/+3
2022-01-26usb: xhci-mtk: Use struct_size() helper in create_sch_ep()Gustavo A. R. Silva1-4/+3
2022-01-26usb: host: fotg210: Use struct_size() helper in kzalloc()Gustavo A. R. Silva1-3/+1
2022-01-26usb: host: xhci-plat: Remove useless DMA-32 fallback configurationChristophe JAILLET1-10/+3
2022-01-26usb: host: ehci-sched: Use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+1
2022-01-26usb: xhci-plat: fix crash when suspend if remote wake enableFrank Li1-0/+3
2022-01-05headers/prep: Fix non-standard header section: drivers/usb/host/ohci-tmio.cIngo Molnar1-5/+0
2022-01-03Merge 5.16-rc8 into usb-nextGreg Kroah-Hartman1-1/+4
2021-12-21xhci: Fresco FL1100 controller should not have BROKEN_MSI quirk set.Mathias Nyman1-1/+4
2021-12-21usb: host: fotg210: Use platform_get_irq() to get the interruptLad Prabhakar1-8/+3
2021-12-21xhci: use max() to make code cleanerChangcheng Deng1-4/+2
2021-12-21Revert "usb: host: ehci-sh: propagate errors from platform_get_irq()"Greg Kroah-Hartman1-2/+2
2021-12-20Merge 5.16-rc6 into usb-nextGreg Kroah-Hartman2-2/+6
2021-12-17usb: host: ohci-omap: propagate errors from platform_get_irq()Sergey Shtylyov1-1/+1