summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
...
* | usb: ohci: Make distrust_firmware param default to falseHamish Martin2020-09-141-1/+1
* | usb: ohci: Default to per-port over-current protectionHamish Martin2020-09-141-6/+10
* | usb: host: ehci-platform: Add workaround for brcm, xgs-iproc-ehciChris Packham2020-09-141-0/+8
* | usb/host: ehci-npcm7xx: Use pm_ptr() macroPaul Cercueil2020-09-041-5/+3
* | usb/host: ehci-spear: Use pm_ptr() macroPaul Cercueil2020-09-041-5/+3
* | usb/host: ehci-platform: Use pm_ptr() macroPaul Cercueil2020-09-041-5/+3
* | Merge 5.9-rc3 into usb-nextGreg Kroah-Hartman2020-08-3111-46/+33
|\|
| * Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-306-36/+22
| |\
| | * usb: host: ohci-exynos: Fix error handling in exynos_ohci_probe()Tang Bin2020-08-271-3/+2
| | * xhci: Always restore EP_SOFT_CLEAR_TOGGLE even if ep reset failedDing Hui2020-08-231-1/+2
| | * xhci: Do warm-reset when both CAS and XDEV_RESUME are setKai-Heng Feng2020-08-231-9/+10
| | * usb: host: xhci: fix ep context print mismatch in debugfsLi Jun2020-08-231-4/+4
| | * usb: host: xhci-tegra: fix tegra_xusb_get_phy()JC Kuo2020-08-181-1/+1
| | * usb: host: xhci-tegra: otg usb2/usb3 port initJC Kuo2020-08-181-0/+2
| | * usb: renesas-xhci: remove version checkVinod Koul2020-08-181-18/+1
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-237-10/+11
| |/
* | usb: host: pci-quirks: Bypass xHCI quirks for Raspberry Pi 4Nicolas Saenz Julienne2020-08-181-0/+17
* | Revert "USB: pci-quirks: Add Raspberry Pi 4 quirk"Nicolas Saenz Julienne2020-08-181-15/+0
* | usb: xhci-pci: Add support for reset controllersNicolas Saenz Julienne2020-08-182-0/+12
* | usb: xhci: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-181-3/+3
* | usb: host: xhci-tegra: remove a duplicated entryJC Kuo2020-08-181-1/+0
* | usb: xhci-mtk: Fix typoFrank Wunderlich2020-08-181-3/+3
|/
* Merge tag 'usb-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-0540-459/+632
|\
| * usb: xhci: Fix ASMedia ASM1142 DMA addressingForest Crossman2020-07-291-1/+3
| * usb: xhci: define IDs for various ASMedia host controllersForest Crossman2020-07-291-3/+5
| * xhci: dbgtty: Make some functions staticWei Yongjun2020-07-281-2/+2
| * xhci: dbc: Make function xhci_dbc_ring_alloc() staticWei Yongjun2020-07-281-1/+1
| * Merge 5.8-rc7 into usb-nextGreg Kroah-Hartman2020-07-273-1/+8
| |\
| * | xhci: dbc: remove tty specific port structure from struct xhci_dbcMathias Nyman2020-07-232-7/+24
| * | xhci: dbgcap: remove dbc dependency on dbctty specific flagMathias Nyman2020-07-232-4/+17
| * | xhci: dbc: Add a operations structure to access driver functionsMathias Nyman2020-07-233-15/+21
| * | xhci: dbctty: split dbc tty driver registration and unregistration functions.Mathias Nyman2020-07-233-54/+81
| * | xhci: dbc: remove endpoint pointers from dbc_port structureMathias Nyman2020-07-232-4/+0
| * | xhci: dbc: simplify dbc requests allocation and queueingMathias Nyman2020-07-233-36/+52
| * | xhci: dbc: Pass dbc pointer to dbc start and stop functions.Mathias Nyman2020-07-231-15/+14
| * | xhci: dbc: Pass dbc pointer to dbc memory init and cleanup functionsMathias Nyman2020-07-231-9/+5
| * | xhci: dbc: don't use generic xhci ring allocation functions for dbc.Mathias Nyman2020-07-233-12/+74
| * | xhci: dbc: Don't use generic xhci context allocation for dbcMathias Nyman2020-07-231-3/+30
| * | xhci: dbc: Use dbc structure in the request completion instead of xhci_hcdMathias Nyman2020-07-233-26/+23
| * | xhci: dbc: Pass dbc pointer to get_in/out_ep() helper functions to get endpointsMathias Nyman2020-07-233-16/+12
| * | xhci: dbgtty: Pass dbc pointer when registering a dbctty deviceMathias Nyman2020-07-233-12/+8
| * | xhci: dbc: Pass dbc pointer to dbc_handle_xfer_event() instead of xhci_hcd po...Mathias Nyman2020-07-231-4/+2
| * | xhci: dbc: Change to pass dbc pointer to xhci_do_dbc_stop()Mathias Nyman2020-07-231-4/+2
| * | xhci: dbc: Pass dbc pointer to endpoint init and exit functions.Mathias Nyman2020-07-231-10/+7
| * | xhci: dbc: Get the device pointer from dbc structure in dbc_ep_do_queue()Mathias Nyman2020-07-231-4/+1
| * | xhci: dbc: Don't pass the xhci pointer as a parameter to xhci_dbc_init_context()Mathias Nyman2020-07-231-4/+2
| * | xhci: dbc: Don't use xhci_write_64() as it takes xhci as a parameterMathias Nyman2020-07-231-4/+5
| * | xhci: dbc: Use dev_info() and similar instead of xhci_info()Mathias Nyman2020-07-231-21/+21
| * | xhci: dbc: Add device pointer to dbc structureMathias Nyman2020-07-232-0/+2
| * | xhci: dbc: Remove dbc_dma_free_coherent() wrapperMathias Nyman2020-07-231-12/+2