summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
Commit message (Expand)AuthorAgeFilesLines
* xhci: avoid race between disable slot command and host runtime suspendMathias Nyman2021-12-103-8/+16
* xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime suspendingKai-Heng Feng2021-12-101-4/+0
* xhci: Fix commad ring abort, write all 64 bits to CRCR register.Mathias Nyman2021-12-031-7/+14
* usb: xhci: tegra: Check padctrl interrupt presence in device treeDmitry Osipenko2021-11-171-12/+29
* Merge tag 'usb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-11-112-2/+2
|\
| * xhci: Fix USB 3.1 enumeration issues by increasing roothub power-on-good delayMathias Nyman2021-11-061-1/+2
| * Revert "xhci: Set HCD flag to defer primary roothub registration"Greg Kroah-Hartman2021-11-051-1/+0
* | Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-061-1/+1
|\ \ | |/ |/|
| * usb: xhci: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König2021-10-181-1/+1
* | Merge tag 'usb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-11-0416-41/+67
|\ \
| * | usb: max-3421: Use driver data instead of maintaining a list of bound devicesUwe Kleine-König2021-10-211-20/+5
| * | usb: ohci: disable start-of-frame interrupt in ohci_rh_suspendYinbo Zhu2021-10-211-0/+3
| * | usb: host: ehci: Make use of dma_pool_zalloc() instead of dma_pool_alloc/mems...Cai Huoqing2021-10-211-2/+1
| * | usb: host: fotg210: Make use of dma_pool_zalloc() instead of dma_pool_alloc/m...Cai Huoqing2021-10-211-2/+1
| * | Merge 5.15-rc6 into usb-nextGreg Kroah-Hartman2021-10-185-21/+58
| |\ \
| * | | usb: xhci: Enable runtime-pm by default on AMD Yellow Carp platformNehal Bakulchandra Shah2021-10-141-0/+16
| * | | usb: host: ohci-tmio: check return value after calling platform_get_resource()Yang Yingliang2021-10-131-1/+1
| * | | Merge 5.15-rc5 into usb-nextGreg Kroah-Hartman2021-10-112-78/+6
| |\ \ \
| * | | | usb: exynos: describe driver in KConfigKrzysztof Kozlowski2021-10-051-2/+4
| * | | | usb: xhci-mtk: use xhci_dbg() to print logChunfeng Yun2021-10-051-1/+1
| * | | | USB: EHCI: Improve port index sanitizingAlan Stern2021-10-051-5/+6
| * | | | usb: host: oxu210hp: Fix a function name in commentsCai Huoqing2021-10-051-1/+1
| * | | | usb: host: fotg210: Fix a function name in commentsCai Huoqing2021-10-051-1/+1
| * | | | usb: ehci: Fix a function name in commentsCai Huoqing2021-10-051-1/+1
| * | | | Merge 5.15-rc3 into usb-nextGreg Kroah-Hartman2021-09-273-52/+29
| |\ \ \ \
| * | | | | usb: host: ehci-mv: drop duplicated MODULE_ALIASKrzysztof Kozlowski2021-09-211-2/+0
| * | | | | USB: host: ehci-atmel: Add support for HSIC phyCristian Birsan2021-09-141-0/+8
| * | | | | usb: ehci: handshake CMD_RUN instead of STS_HALTNeal Liu2021-09-143-1/+17
| * | | | | usb: ohci: Prefer struct_size over open coded arithmeticLen Baker2021-09-141-2/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'pm-sleep'Rafael J. Wysocki2021-11-021-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | usb: xhci-mtk: enable wake-up interrupt after runtime_suspend calledChunfeng Yun2021-10-271-1/+1
| |/ / /
* | | | xhci: Enable trust tx length quirk for Fresco FL11 USB controllerNikolay Martynov2021-10-111-0/+2
* | | | xhci: Fix command ring pointer corruption while aborting a commandPavankumar Kondeti2021-10-111-4/+10
* | | | USB: xhci: dbc: fix tty registration raceJohan Hovold2021-10-111-15/+13
* | | | xhci: add quirk for host controllers that don't update endpoint DCSJonathan Bell2021-10-113-2/+28
* | | | xhci: guard accesses to ep_state in xhci_endpoint_reset()Jonathan Bell2021-10-111-0/+5
| |_|/ |/| |
* | | Merge tag 'usb-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-10-081-8/+4
|\ \ \
| * | | usb: xhci: tegra: mark PM functions as __maybe_unusedArnd Bergmann2021-10-051-8/+4
| | |/ | |/|
* | | Merge tag 'armsoc-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-10-071-70/+2
|\ \ \ | |/ / |/| |
| * | ARM: omap1: move omap15xx local bus handling to usb.cArnd Bergmann2021-10-051-70/+2
| |/
* | xhci: Set HCD flag to defer primary roothub registrationKishon Vijay Abraham I2021-09-141-0/+1
* | Revert "USB: bcma: Add a check for devm_gpiod_get"Rafał Miłecki2021-09-141-4/+1
* | usb: ehci: Simplify platform driver registrationGuenter Roeck2021-09-141-48/+27
|/
* Merge tag 'usb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-0123-604/+358
|\
| * usb: host: xhci-rcar: Don't reload firmware after the completionYoshihiro Shimoda2021-08-271-0/+7
| * usb: xhci-mtk: allow bandwidth table rolloverChunfeng Yun2021-08-272-39/+18
| * usb: xhci-mtk: Do not use xhci's virt_dev in drop_endpointChunfeng Yun2021-08-262-51/+60
| * usb: xhci-mtk: modify the SOF/ITP interval for mt8195Chunfeng Yun2021-08-261-0/+65
| * usb: xhci-mtk: add a member of num_esitChunfeng Yun2021-08-262-13/+9
| * usb: xhci-mtk: check boundary before check ttChunfeng Yun2021-08-261-3/+4