summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2021-12-21xhci: Fresco FL1100 controller should not have BROKEN_MSI quirk set.Mathias Nyman
2021-12-15usb: xhci: Extend support for runtime power management for AMD's Yellow carp.Nehal Bakulchandra Shah
2021-12-13usb: xhci-mtk: fix list_del warning when enable list debugChunfeng Yun
2021-12-10xhci: avoid race between disable slot command and host runtime suspendMathias Nyman
2021-12-10xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime suspendingKai-Heng Feng
2021-12-03xhci: Fix commad ring abort, write all 64 bits to CRCR register.Mathias Nyman
2021-11-17usb: xhci: tegra: Check padctrl interrupt presence in device treeDmitry Osipenko
2021-11-11Merge tag 'usb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-06xhci: Fix USB 3.1 enumeration issues by increasing roothub power-on-good delayMathias Nyman
2021-11-05Revert "xhci: Set HCD flag to defer primary roothub registration"Greg Kroah-Hartman
2021-11-04Merge tag 'usb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-11-02Merge branch 'pm-sleep'Rafael J. Wysocki
2021-10-27usb: xhci-mtk: enable wake-up interrupt after runtime_suspend calledChunfeng Yun
2021-10-21usb: max-3421: Use driver data instead of maintaining a list of bound devicesUwe Kleine-König
2021-10-21usb: ohci: disable start-of-frame interrupt in ohci_rh_suspendYinbo Zhu
2021-10-21usb: host: ehci: Make use of dma_pool_zalloc() instead of dma_pool_alloc/mems...Cai Huoqing
2021-10-21usb: host: fotg210: Make use of dma_pool_zalloc() instead of dma_pool_alloc/m...Cai Huoqing
2021-10-18usb: xhci: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König
2021-10-18Merge 5.15-rc6 into usb-nextGreg Kroah-Hartman
2021-10-14usb: xhci: Enable runtime-pm by default on AMD Yellow Carp platformNehal Bakulchandra Shah
2021-10-13usb: host: ohci-tmio: check return value after calling platform_get_resource()Yang Yingliang
2021-10-11xhci: Enable trust tx length quirk for Fresco FL11 USB controllerNikolay Martynov
2021-10-11xhci: Fix command ring pointer corruption while aborting a commandPavankumar Kondeti
2021-10-11USB: xhci: dbc: fix tty registration raceJohan Hovold
2021-10-11xhci: add quirk for host controllers that don't update endpoint DCSJonathan Bell
2021-10-11xhci: guard accesses to ep_state in xhci_endpoint_reset()Jonathan Bell
2021-10-11Merge 5.15-rc5 into usb-nextGreg Kroah-Hartman
2021-10-08Merge tag 'usb-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-10-07Merge tag 'armsoc-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-10-05ARM: omap1: move omap15xx local bus handling to usb.cArnd Bergmann
2021-10-05usb: xhci: tegra: mark PM functions as __maybe_unusedArnd Bergmann
2021-10-05usb: exynos: describe driver in KConfigKrzysztof Kozlowski
2021-10-05usb: xhci-mtk: use xhci_dbg() to print logChunfeng Yun
2021-10-05USB: EHCI: Improve port index sanitizingAlan Stern
2021-10-05usb: host: oxu210hp: Fix a function name in commentsCai Huoqing
2021-10-05usb: host: fotg210: Fix a function name in commentsCai Huoqing
2021-10-05usb: ehci: Fix a function name in commentsCai Huoqing
2021-09-27Merge 5.15-rc3 into usb-nextGreg Kroah-Hartman
2021-09-21usb: host: ehci-mv: drop duplicated MODULE_ALIASKrzysztof Kozlowski
2021-09-14xhci: Set HCD flag to defer primary roothub registrationKishon Vijay Abraham I
2021-09-14Revert "USB: bcma: Add a check for devm_gpiod_get"Rafał Miłecki
2021-09-14usb: ehci: Simplify platform driver registrationGuenter Roeck
2021-09-14USB: host: ehci-atmel: Add support for HSIC phyCristian Birsan
2021-09-14usb: ehci: handshake CMD_RUN instead of STS_HALTNeal Liu
2021-09-14usb: ohci: Prefer struct_size over open coded arithmeticLen Baker
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