summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorLines
2020-08-05Merge tag 'usb-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-459/+632
2020-08-04Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook-1/+1
2020-07-29usb: xhci: Fix ASMedia ASM1142 DMA addressingForest Crossman-1/+3
2020-07-29usb: xhci: define IDs for various ASMedia host controllersForest Crossman-3/+5
2020-07-28xhci: dbgtty: Make some functions staticWei Yongjun-2/+2
2020-07-28xhci: dbc: Make function xhci_dbc_ring_alloc() staticWei Yongjun-1/+1
2020-07-27Merge 5.8-rc7 into usb-nextGreg Kroah-Hartman-1/+8
2020-07-23xhci: dbc: remove tty specific port structure from struct xhci_dbcMathias Nyman-7/+24
2020-07-23xhci: dbgcap: remove dbc dependency on dbctty specific flagMathias Nyman-4/+17
2020-07-23xhci: dbc: Add a operations structure to access driver functionsMathias Nyman-15/+21
2020-07-23xhci: dbctty: split dbc tty driver registration and unregistration functions.Mathias Nyman-54/+81
2020-07-23xhci: dbc: remove endpoint pointers from dbc_port structureMathias Nyman-4/+0
2020-07-23xhci: dbc: simplify dbc requests allocation and queueingMathias Nyman-36/+52
2020-07-23xhci: dbc: Pass dbc pointer to dbc start and stop functions.Mathias Nyman-15/+14
2020-07-23xhci: dbc: Pass dbc pointer to dbc memory init and cleanup functionsMathias Nyman-9/+5
2020-07-23xhci: dbc: don't use generic xhci ring allocation functions for dbc.Mathias Nyman-12/+74
2020-07-23xhci: dbc: Don't use generic xhci context allocation for dbcMathias Nyman-3/+30
2020-07-23xhci: dbc: Use dbc structure in the request completion instead of xhci_hcdMathias Nyman-26/+23
2020-07-23xhci: dbc: Pass dbc pointer to get_in/out_ep() helper functions to get endpointsMathias Nyman-16/+12
2020-07-23xhci: dbgtty: Pass dbc pointer when registering a dbctty deviceMathias Nyman-12/+8
2020-07-23xhci: dbc: Pass dbc pointer to dbc_handle_xfer_event() instead of xhci_hcd po...Mathias Nyman-4/+2
2020-07-23xhci: dbc: Change to pass dbc pointer to xhci_do_dbc_stop()Mathias Nyman-4/+2
2020-07-23xhci: dbc: Pass dbc pointer to endpoint init and exit functions.Mathias Nyman-10/+7
2020-07-23xhci: dbc: Get the device pointer from dbc structure in dbc_ep_do_queue()Mathias Nyman-4/+1
2020-07-23xhci: dbc: Don't pass the xhci pointer as a parameter to xhci_dbc_init_context()Mathias Nyman-4/+2
2020-07-23xhci: dbc: Don't use xhci_write_64() as it takes xhci as a parameterMathias Nyman-4/+5
2020-07-23xhci: dbc: Use dev_info() and similar instead of xhci_info()Mathias Nyman-21/+21
2020-07-23xhci: dbc: Add device pointer to dbc structureMathias Nyman-0/+2
2020-07-23xhci: dbc: Remove dbc_dma_free_coherent() wrapperMathias Nyman-12/+2
2020-07-23xhci: dbc: Remove dbc_dma_alloc_coherent() wrapperMathias Nyman-15/+2
2020-07-23xhci: dbc: Don't use generic xhci erst allocation and free functionsMathias Nyman-3/+28
2020-07-23xhci: Don't pass struct xhci_hcd pointer to xhci_link_seg()Mathias Nyman-11/+20
2020-07-23xhci: dbc: Don't use generic xhci inc_deq() function for dbcMathias Nyman-1/+13
2020-07-23xhci: Make debug message consistent with bus and port numberKai-Heng Feng-18/+23
2020-07-23usb: tegra: Fix allocation for the FPCI contextJon Hunter-1/+1
2020-07-21usb: xhci: Fix ASM2142/ASM3142 DMA addressingForest Crossman-0/+3
2020-07-21usb: xhci-mtk: fix the failure of bandwidth allocationChunfeng Yun-0/+4
2020-07-21usb: ohci-omap: Convert to use GPIO descriptorsLinus Walleij-27/+32
2020-07-21usb: ohci-omap: Create private state containerLinus Walleij-36/+49
2020-07-21USB: Replace HTTP links with HTTPS onesAlexander A. Klimov-3/+3
2020-07-15USB: Remove pci-dma-compat wrapper APIs.Suraj Upadhyay-2/+1
2020-07-15usb: host: xhci-plat: Replace HTTP links with HTTPS onesAlexander A. Klimov-1/+1
2020-07-15USB: ohci: Replace HTTP links with HTTPS onesAlexander A. Klimov-1/+1
2020-07-10usb: host: Use fallthrough pseudo-keywordGustavo A. R. Silva-7/+7
2020-07-10USB: OHCI: Use fallthrough pseudo-keywordGustavo A. R. Silva-9/+9
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva-12/+12
2020-07-09usb: host: xhci-plat: Do not define 'struct acpi_device_id' when !CONFIG_ACPILee Jones-0/+2
2020-07-09usb: host: fhci-sched: Remove unused variable 'td'Lee Jones-10/+9
2020-07-09usb: host: fhci-tds: Remove unused variables 'buf' and 'extra_data'Lee Jones-7/+4