summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorLines
2021-11-17USB: ehci_brcm_hub_control: Improve port index sanitizingHaimin Zhang-1/+5
2021-11-11Merge tag 'usb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-2/+2
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2021-11-06xhci: Fix USB 3.1 enumeration issues by increasing roothub power-on-good delayMathias Nyman-1/+2
2021-11-05Revert "xhci: Set HCD flag to defer primary roothub registration"Greg Kroah-Hartman-1/+0
2021-11-04Merge tag 'usb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-41/+67
2021-11-02Merge branch 'pm-sleep'Rafael J. Wysocki-1/+1
2021-10-27usb: xhci-mtk: enable wake-up interrupt after runtime_suspend calledChunfeng Yun-1/+1
2021-10-21usb: max-3421: Use driver data instead of maintaining a list of bound devicesUwe Kleine-König-20/+5
2021-10-21usb: ohci: disable start-of-frame interrupt in ohci_rh_suspendYinbo Zhu-0/+3
2021-10-21usb: host: ehci: Make use of dma_pool_zalloc() instead of dma_pool_alloc/mems...Cai Huoqing-2/+1
2021-10-21usb: host: fotg210: Make use of dma_pool_zalloc() instead of dma_pool_alloc/m...Cai Huoqing-2/+1
2021-10-18usb: xhci: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König-1/+1
2021-10-18Merge 5.15-rc6 into usb-nextGreg Kroah-Hartman-21/+58
2021-10-14usb: xhci: Enable runtime-pm by default on AMD Yellow Carp platformNehal Bakulchandra Shah-0/+16
2021-10-13usb: host: ohci-tmio: check return value after calling platform_get_resource()Yang Yingliang-1/+1
2021-10-11xhci: Enable trust tx length quirk for Fresco FL11 USB controllerNikolay Martynov-0/+2
2021-10-11xhci: Fix command ring pointer corruption while aborting a commandPavankumar Kondeti-4/+10
2021-10-11USB: xhci: dbc: fix tty registration raceJohan Hovold-15/+13
2021-10-11xhci: add quirk for host controllers that don't update endpoint DCSJonathan Bell-2/+28
2021-10-11xhci: guard accesses to ep_state in xhci_endpoint_reset()Jonathan Bell-0/+5
2021-10-11Merge 5.15-rc5 into usb-nextGreg Kroah-Hartman-78/+6
2021-10-08Merge tag 'usb-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-8/+4
2021-10-07Merge tag 'armsoc-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-70/+2
2021-10-05ARM: omap1: move omap15xx local bus handling to usb.cArnd Bergmann-70/+2
2021-10-05usb: xhci: tegra: mark PM functions as __maybe_unusedArnd Bergmann-8/+4
2021-10-05usb: exynos: describe driver in KConfigKrzysztof Kozlowski-2/+4
2021-10-05usb: xhci-mtk: use xhci_dbg() to print logChunfeng Yun-1/+1
2021-10-05USB: EHCI: Improve port index sanitizingAlan Stern-5/+6
2021-10-05usb: host: oxu210hp: Fix a function name in commentsCai Huoqing-1/+1
2021-10-05usb: host: fotg210: Fix a function name in commentsCai Huoqing-1/+1
2021-10-05usb: ehci: Fix a function name in commentsCai Huoqing-1/+1
2021-09-27Merge 5.15-rc3 into usb-nextGreg Kroah-Hartman-52/+29
2021-09-21usb: host: ehci-mv: drop duplicated MODULE_ALIASKrzysztof Kozlowski-2/+0
2021-09-14xhci: Set HCD flag to defer primary roothub registrationKishon Vijay Abraham I-0/+1
2021-09-14Revert "USB: bcma: Add a check for devm_gpiod_get"Rafał Miłecki-4/+1
2021-09-14usb: ehci: Simplify platform driver registrationGuenter Roeck-48/+27
2021-09-14USB: host: ehci-atmel: Add support for HSIC phyCristian Birsan-0/+8
2021-09-14usb: ehci: handshake CMD_RUN instead of STS_HALTNeal Liu-1/+17
2021-09-14usb: ohci: Prefer struct_size over open coded arithmeticLen Baker-2/+1
2021-09-01Merge tag 'usb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-604/+358
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-2/+2
2021-08-27usb: host: xhci-rcar: Don't reload firmware after the completionYoshihiro Shimoda-0/+7
2021-08-27usb: xhci-mtk: allow bandwidth table rolloverChunfeng Yun-39/+18
2021-08-26usb: renesas-xhci: Prefer firmware loading on unknown ROM stateTakashi Iwai-12/+23
2021-08-26usb: xhci-mtk: Do not use xhci's virt_dev in drop_endpointChunfeng Yun-51/+60
2021-08-26usb: xhci-mtk: modify the SOF/ITP interval for mt8195Chunfeng Yun-0/+65
2021-08-26usb: xhci-mtk: add a member of num_esitChunfeng Yun-13/+9
2021-08-26usb: xhci-mtk: check boundary before check ttChunfeng Yun-3/+4
2021-08-26usb: xhci-mtk: update fs bus bandwidth by bw_budget_tableChunfeng Yun-10/+7