summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2021-09-01Merge tag 'usb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-08-27usb: host: xhci-rcar: Don't reload firmware after the completionYoshihiro Shimoda
2021-08-27usb: xhci-mtk: allow bandwidth table rolloverChunfeng Yun
2021-08-26usb: renesas-xhci: Prefer firmware loading on unknown ROM stateTakashi Iwai
2021-08-26usb: xhci-mtk: Do not use xhci's virt_dev in drop_endpointChunfeng Yun
2021-08-26usb: xhci-mtk: modify the SOF/ITP interval for mt8195Chunfeng Yun
2021-08-26usb: xhci-mtk: add a member of num_esitChunfeng Yun
2021-08-26usb: xhci-mtk: check boundary before check ttChunfeng Yun
2021-08-26usb: xhci-mtk: update fs bus bandwidth by bw_budget_tableChunfeng Yun
2021-08-26usb: xhci-mtk: fix issue of out-of-bounds array accessChunfeng Yun
2021-08-26usb: xhci-mtk: support option to disable usb2 portsChunfeng Yun
2021-08-26usb: xhci-mtk: fix use-after-free of mtk->hcdChunfeng Yun
2021-08-26Revert "usb: xhci-mtk: Do not use xhci's virt_dev in drop_endpoint"Chunfeng Yun
2021-08-26Revert "usb: xhci-mtk: relax TT periodic bandwidth allocation"Chunfeng Yun
2021-08-26usb: ehci-orion: Handle errors of clk_prepare_enable() in probeEvgeny Novikov
2021-08-26xhci: Add bus number to some debug messagesMathias Nyman
2021-08-26xhci: Add additional dynamic debug to follow URBs in cancel and error cases.Mathias Nyman
2021-08-26Revert "USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk...Mathias Nyman
2021-08-26xhci: Fix failure to give back some cached cancelled URBs.Mathias Nyman
2021-08-26xhci: fix even more unsafe memory usage in xhci tracingMathias Nyman
2021-08-26xhci: fix unsafe memory usage in xhci tracingMathias Nyman
2021-08-18USB: EHCI: Add alias for Broadcom INSNREGKees Cook
2021-08-18usb: host: remove dead EHCI support for on-chip PMC MSP71xx USB controllerLukas Bulwahn
2021-08-16usb: host: ohci-tmio: add IRQ checkSergey Shtylyov
2021-08-09Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman
2021-08-09Merge 5.14-rc5 into usb-nextGreg Kroah-Hartman
2021-08-05usb: xhci-mtk: relax TT periodic bandwidth allocationIkjoon Jang
2021-08-05usb: xhci-mtk: Do not use xhci's virt_dev in drop_endpointIkjoon Jang
2021-07-27usb: host: ohci-at91: suspend/resume ports after/before OHCI accessesClaudiu Beznea
2021-07-27tty: drop put_tty_driverJiri Slaby
2021-07-26Merge v5.14-rc3 into usb-nextGreg Kroah-Hartman
2021-07-21usb: renesas-xhci: Remove renesas_xhci_pci_exit()Moritz Fischer
2021-07-21usb: xhci-renesas: Minor coding style cleanupMoritz Fischer
2021-07-21usb: host: ohci-spear: simplify calling usb_add_hcd()Sergey Shtylyov
2021-07-21USB: EHCI: ehci-mv: improve error handling in mv_ehci_enable()Evgeny Novikov
2021-07-21usb: host: fotg210: fix the actual_length of an iso packetKelly Devilliv
2021-07-21usb: host: fotg210: fix the endpoint's transactional opportunities calculationKelly Devilliv
2021-07-21Revert "usb: host: fotg210: Use dma_pool_zalloc"Kelly Devilliv
2021-07-21usb: xhci: avoid renesas_usb_fw.mem when it's unusableGreg Thelen
2021-07-21usb: max-3421: Prevent corruption of freed memoryMark Tomlinson
2021-07-21usb: ehci: Prevent missed ehci interrupts with edge-triggered MSIDavid Jeffery
2021-07-21xhci: Fix lost USB 2 remote wakeMathias Nyman
2021-07-21Revert "usb: renesas-xhci: Fix handling of unknown ROM state"Moritz Fischer
2021-07-05Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-06-24usb: xhci-mtk: allow multiple Start-Split in a microframeChunfeng Yun
2021-06-21xhci: remove redundant continue statementColin Ian King
2021-06-18sched: Unbreak wakeupsPeter Zijlstra