summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2020-07-23xhci: dbc: Don't use xhci_write_64() as it takes xhci as a parameterMathias Nyman
2020-07-23xhci: dbc: Use dev_info() and similar instead of xhci_info()Mathias Nyman
2020-07-23xhci: dbc: Add device pointer to dbc structureMathias Nyman
2020-07-23xhci: dbc: Remove dbc_dma_free_coherent() wrapperMathias Nyman
2020-07-23xhci: dbc: Remove dbc_dma_alloc_coherent() wrapperMathias Nyman
2020-07-23xhci: dbc: Don't use generic xhci erst allocation and free functionsMathias Nyman
2020-07-23xhci: Don't pass struct xhci_hcd pointer to xhci_link_seg()Mathias Nyman
2020-07-23xhci: dbc: Don't use generic xhci inc_deq() function for dbcMathias Nyman
2020-07-23xhci: Make debug message consistent with bus and port numberKai-Heng Feng
2020-07-23usb: tegra: Fix allocation for the FPCI contextJon Hunter
2020-07-21usb: xhci: Fix ASM2142/ASM3142 DMA addressingForest Crossman
2020-07-21usb: xhci-mtk: fix the failure of bandwidth allocationChunfeng Yun
2020-07-21usb: ohci-omap: Convert to use GPIO descriptorsLinus Walleij
2020-07-21usb: ohci-omap: Create private state containerLinus Walleij
2020-07-21USB: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-15USB: Remove pci-dma-compat wrapper APIs.Suraj Upadhyay
2020-07-15usb: host: xhci-plat: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-15USB: ohci: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-10usb: host: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-10USB: OHCI: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-09usb: host: xhci-plat: Do not define 'struct acpi_device_id' when !CONFIG_ACPILee Jones
2020-07-09usb: host: fhci-sched: Remove unused variable 'td'Lee Jones
2020-07-09usb: host: fhci-tds: Remove unused variables 'buf' and 'extra_data'Lee Jones
2020-07-09usb: host: ehci-platform: Do not define 'struct acpi_device_id' when !CONFIG_...Lee Jones
2020-07-09usb: host: fotg210-hcd: Demote obvious misuse of kerneldoc to standard commen...Lee Jones
2020-07-09usb: host: bcma-hcd: Demote obvious misuse of kerneldoc to standard comment b...Lee Jones
2020-07-09usb: host: fotg210-hcd: Remove unused variable 'hcc_params'Lee Jones
2020-07-09usb: host: ehci-fsl: Fix incorrectly named function argumentLee Jones
2020-07-09usb: host: imx21-hcd: Demote function header which is clearly not kerneldocLee Jones
2020-07-09usb: host: r8a66597-hcd: Remove set, then over-written, but never used variab...Lee Jones
2020-07-09usb: host: xhci-debugfs: Use 'gnu_printf' format notationLee Jones
2020-07-09usb: host: xhci-dbgtty: File headers are not good candidates for kerneldocLee Jones
2020-07-09usb: host: xhci-dbgcap: File headers are not good candidates for kerneldocLee Jones
2020-07-09usb: host: xhci-mem: Demote obvious misuse of kerneldoc to standard comment b...Lee Jones
2020-07-09usb: host: xhci: Demote obvious misuse of kerneldoc to standard comment blockLee Jones
2020-07-09usb: host: ohci-s3c2410: Demote obvious misuse of kerneldoc to standard comme...Lee Jones
2020-07-09usb: ehci-omap: Drop surplus includeLinus Walleij
2020-07-03usb: host: oxu210hp-hcd: Move declaration of 'qtd' into 'ifdef OXU_URB_TRACE'Lee Jones
2020-07-03usb: host: ohci: Mark cc_to_error as __maybe_unusedLee Jones
2020-07-03usb: host: ohci-at91: Demote kerneldoc headers down to basic comment blocksLee Jones
2020-07-03usb: host: isp1362: Mark the many unused ISP1362_REG entries as __maybe_unusedLee Jones
2020-07-03usb: host: ehci-omap: Provide documentation for ehci_hcd_omap_probe()'s arg '...Lee Jones
2020-07-03usb: host: pci-quirks: Demote function header from kerneldoc to comment blockLee Jones
2020-06-29Merge 5.8-rc3 into usb-nextGreg Kroah-Hartman
2020-06-24xhci: Poll for U0 after disabling USB2 LPMKai-Heng Feng
2020-06-24xhci: Return if xHCI doesn't support LPMKai-Heng Feng
2020-06-24usb: host: xhci-mtk: avoid runtime suspend when removing hcdMacpaul Lin
2020-06-24xhci: Fix enumeration issue when setting max packet size for FS devices.Al Cooper
2020-06-24xhci: Fix incorrect EP_STATE_MASKMathias Nyman