summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2020-07-23xhci: dbc: Use dbc structure in the request completion instead of xhci_hcdMathias Nyman3-26/+23
2020-07-23xhci: dbc: Pass dbc pointer to get_in/out_ep() helper functions to get endpointsMathias Nyman3-16/+12
2020-07-23xhci: dbgtty: Pass dbc pointer when registering a dbctty deviceMathias Nyman3-12/+8
2020-07-23xhci: dbc: Pass dbc pointer to dbc_handle_xfer_event() instead of xhci_hcd po...Mathias Nyman1-4/+2
2020-07-23xhci: dbc: Change to pass dbc pointer to xhci_do_dbc_stop()Mathias Nyman1-4/+2
2020-07-23xhci: dbc: Pass dbc pointer to endpoint init and exit functions.Mathias Nyman1-10/+7
2020-07-23xhci: dbc: Get the device pointer from dbc structure in dbc_ep_do_queue()Mathias Nyman1-4/+1
2020-07-23xhci: dbc: Don't pass the xhci pointer as a parameter to xhci_dbc_init_context()Mathias Nyman1-4/+2
2020-07-23xhci: dbc: Don't use xhci_write_64() as it takes xhci as a parameterMathias Nyman1-4/+5
2020-07-23xhci: dbc: Use dev_info() and similar instead of xhci_info()Mathias Nyman1-21/+21
2020-07-23xhci: dbc: Add device pointer to dbc structureMathias Nyman2-0/+2
2020-07-23xhci: dbc: Remove dbc_dma_free_coherent() wrapperMathias Nyman1-12/+2
2020-07-23xhci: dbc: Remove dbc_dma_alloc_coherent() wrapperMathias Nyman1-15/+2
2020-07-23xhci: dbc: Don't use generic xhci erst allocation and free functionsMathias Nyman1-3/+28
2020-07-23xhci: Don't pass struct xhci_hcd pointer to xhci_link_seg()Mathias Nyman1-11/+20
2020-07-23xhci: dbc: Don't use generic xhci inc_deq() function for dbcMathias Nyman1-1/+13
2020-07-23xhci: Make debug message consistent with bus and port numberKai-Heng Feng1-18/+23
2020-07-21usb: ohci-omap: Convert to use GPIO descriptorsLinus Walleij1-27/+32
2020-07-21usb: ohci-omap: Create private state containerLinus Walleij1-36/+49
2020-07-21USB: Replace HTTP links with HTTPS onesAlexander A. Klimov1-3/+3
2020-07-15USB: Remove pci-dma-compat wrapper APIs.Suraj Upadhyay1-2/+1
2020-07-15usb: host: xhci-plat: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-15USB: ohci: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-10usb: host: Use fallthrough pseudo-keywordGustavo A. R. Silva5-7/+7
2020-07-10USB: OHCI: Use fallthrough pseudo-keywordGustavo A. R. Silva4-9/+9
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva4-12/+12
2020-07-09usb: host: xhci-plat: Do not define 'struct acpi_device_id' when !CONFIG_ACPILee Jones1-0/+2
2020-07-09usb: host: fhci-sched: Remove unused variable 'td'Lee Jones1-10/+9
2020-07-09usb: host: fhci-tds: Remove unused variables 'buf' and 'extra_data'Lee Jones1-7/+4
2020-07-09usb: host: ehci-platform: Do not define 'struct acpi_device_id' when !CONFIG_...Lee Jones1-0/+2
2020-07-09usb: host: fotg210-hcd: Demote obvious misuse of kerneldoc to standard commen...Lee Jones1-2/+2
2020-07-09usb: host: bcma-hcd: Demote obvious misuse of kerneldoc to standard comment b...Lee Jones1-2/+2
2020-07-09usb: host: fotg210-hcd: Remove unused variable 'hcc_params'Lee Jones1-2/+1
2020-07-09usb: host: ehci-fsl: Fix incorrectly named function argumentLee Jones1-1/+1
2020-07-09usb: host: imx21-hcd: Demote function header which is clearly not kerneldocLee Jones1-1/+1
2020-07-09usb: host: r8a66597-hcd: Remove set, then over-written, but never used variab...Lee Jones1-5/+3
2020-07-09usb: host: xhci-debugfs: Use 'gnu_printf' format notationLee Jones1-0/+1
2020-07-09usb: host: xhci-dbgtty: File headers are not good candidates for kerneldocLee Jones1-1/+1
2020-07-09usb: host: xhci-dbgcap: File headers are not good candidates for kerneldocLee Jones1-1/+1
2020-07-09usb: host: xhci-mem: Demote obvious misuse of kerneldoc to standard comment b...Lee Jones1-1/+1
2020-07-09usb: host: xhci: Demote obvious misuse of kerneldoc to standard comment blockLee Jones1-1/+1
2020-07-09usb: host: ohci-s3c2410: Demote obvious misuse of kerneldoc to standard comme...Lee Jones1-1/+1
2020-07-09usb: ehci-omap: Drop surplus includeLinus Walleij1-1/+0
2020-07-03usb: host: oxu210hp-hcd: Move declaration of 'qtd' into 'ifdef OXU_URB_TRACE'Lee Jones1-4/+3
2020-07-03usb: host: ohci: Mark cc_to_error as __maybe_unusedLee Jones1-1/+1
2020-07-03usb: host: ohci-at91: Demote kerneldoc headers down to basic comment blocksLee Jones1-3/+2
2020-07-03usb: host: isp1362: Mark the many unused ISP1362_REG entries as __maybe_unusedLee Jones1-1/+1
2020-07-03usb: host: ehci-omap: Provide documentation for ehci_hcd_omap_probe()'s arg '...Lee Jones1-0/+1
2020-07-03usb: host: pci-quirks: Demote function header from kerneldoc to comment blockLee Jones1-1/+1
2020-06-29Merge 5.8-rc3 into usb-nextGreg Kroah-Hartman6-7/+22