summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2021-12-22usb: xhci: Extend support for runtime power management for AMD's Yellow carp.Nehal Bakulchandra Shah1-1/+5
2021-12-22usb: xhci-mtk: fix list_del warning when enable list debugChunfeng Yun1-1/+1
2021-12-14xhci: avoid race between disable slot command and host runtime suspendMathias Nyman3-8/+16
2021-12-14xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime suspendingKai-Heng Feng1-4/+0
2021-12-08xhci: Fix commad ring abort, write all 64 bits to CRCR register.Mathias Nyman1-7/+14
2021-12-01usb: xhci: tegra: Check padctrl interrupt presence in device treeDmitry Osipenko1-12/+29
2021-11-25usb: max-3421: Use driver data instead of maintaining a list of bound devicesUwe Kleine-König1-20/+5
2021-11-25usb: host: ohci-tmio: check return value after calling platform_get_resource()Yang Yingliang1-1/+1
2021-11-18usb: xhci: Enable runtime-pm by default on AMD Yellow Carp platformNehal Bakulchandra Shah1-0/+16
2021-11-18xhci: Fix USB 3.1 enumeration issues by increasing roothub power-on-good delayMathias Nyman1-1/+2
2021-11-12usb: ehci: handshake CMD_RUN instead of STS_HALTNeal Liu3-1/+17
2021-11-06Revert "xhci: Set HCD flag to defer primary roothub registration"Greg Kroah-Hartman1-1/+0
2021-10-11xhci: Enable trust tx length quirk for Fresco FL11 USB controllerNikolay Martynov1-0/+2
2021-10-11xhci: Fix command ring pointer corruption while aborting a commandPavankumar Kondeti1-4/+10
2021-10-11USB: xhci: dbc: fix tty registration raceJohan Hovold1-15/+13
2021-10-11xhci: add quirk for host controllers that don't update endpoint DCSJonathan Bell3-2/+28
2021-10-11xhci: guard accesses to ep_state in xhci_endpoint_reset()Jonathan Bell1-0/+5
2021-10-08Merge tag 'usb-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-8/+4
2021-10-08Merge tag 'armsoc-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-70/+2
2021-10-05ARM: omap1: move omap15xx local bus handling to usb.cArnd Bergmann1-70/+2
2021-10-05usb: xhci: tegra: mark PM functions as __maybe_unusedArnd Bergmann1-8/+4
2021-09-14xhci: Set HCD flag to defer primary roothub registrationKishon Vijay Abraham I1-0/+1
2021-09-14Revert "USB: bcma: Add a check for devm_gpiod_get"Rafał Miłecki1-4/+1
2021-09-14usb: ehci: Simplify platform driver registrationGuenter Roeck1-48/+27
2021-09-01Merge tag 'usb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds23-604/+358
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+2
2021-08-27usb: host: xhci-rcar: Don't reload firmware after the completionYoshihiro Shimoda1-0/+7
2021-08-27usb: xhci-mtk: allow bandwidth table rolloverChunfeng Yun2-39/+18
2021-08-26usb: renesas-xhci: Prefer firmware loading on unknown ROM stateTakashi Iwai1-12/+23
2021-08-26usb: xhci-mtk: Do not use xhci's virt_dev in drop_endpointChunfeng Yun2-51/+60
2021-08-26usb: xhci-mtk: modify the SOF/ITP interval for mt8195Chunfeng Yun1-0/+65
2021-08-26usb: xhci-mtk: add a member of num_esitChunfeng Yun2-13/+9
2021-08-26usb: xhci-mtk: check boundary before check ttChunfeng Yun1-3/+4
2021-08-26usb: xhci-mtk: update fs bus bandwidth by bw_budget_tableChunfeng Yun1-10/+7
2021-08-26usb: xhci-mtk: fix issue of out-of-bounds array accessChunfeng Yun1-4/+6
2021-08-26usb: xhci-mtk: support option to disable usb2 portsChunfeng Yun2-2/+11
2021-08-26usb: xhci-mtk: fix use-after-free of mtk->hcdChunfeng Yun1-1/+1
2021-08-26Revert "usb: xhci-mtk: Do not use xhci's virt_dev in drop_endpoint"Chunfeng Yun2-86/+69
2021-08-26Revert "usb: xhci-mtk: relax TT periodic bandwidth allocation"Chunfeng Yun1-13/+7
2021-08-26usb: ehci-orion: Handle errors of clk_prepare_enable() in probeEvgeny Novikov1-2/+6
2021-08-26xhci: Add bus number to some debug messagesMathias Nyman3-5/+10
2021-08-26xhci: Add additional dynamic debug to follow URBs in cancel and error cases.Mathias Nyman1-6/+24
2021-08-26Revert "USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk...Mathias Nyman1-12/+12
2021-08-26xhci: Fix failure to give back some cached cancelled URBs.Mathias Nyman1-15/+25
2021-08-26xhci: fix even more unsafe memory usage in xhci tracingMathias Nyman4-23/+27
2021-08-26xhci: fix unsafe memory usage in xhci tracingMathias Nyman3-30/+36
2021-08-18USB: EHCI: Add alias for Broadcom INSNREGKees Cook1-7/+4
2021-08-18usb: host: remove dead EHCI support for on-chip PMC MSP71xx USB controllerLukas Bulwahn3-342/+0
2021-08-16usb: host: ohci-tmio: add IRQ checkSergey Shtylyov1-0/+3
2021-08-09Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman6-47/+50