summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
...
| * | xhci: dbc: Remove dbc_dma_alloc_coherent() wrapperMathias Nyman2020-07-231-15/+2
| * | xhci: dbc: Don't use generic xhci erst allocation and free functionsMathias Nyman2020-07-231-3/+28
| * | xhci: Don't pass struct xhci_hcd pointer to xhci_link_seg()Mathias Nyman2020-07-231-11/+20
| * | xhci: dbc: Don't use generic xhci inc_deq() function for dbcMathias Nyman2020-07-231-1/+13
| * | xhci: Make debug message consistent with bus and port numberKai-Heng Feng2020-07-231-18/+23
| * | usb: ohci-omap: Convert to use GPIO descriptorsLinus Walleij2020-07-211-27/+32
| * | usb: ohci-omap: Create private state containerLinus Walleij2020-07-211-36/+49
| * | USB: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-211-3/+3
| * | USB: Remove pci-dma-compat wrapper APIs.Suraj Upadhyay2020-07-151-2/+1
| * | usb: host: xhci-plat: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-151-1/+1
| * | USB: ohci: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-151-1/+1
| * | usb: host: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-105-7/+7
| * | USB: OHCI: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-104-9/+9
| * | usb: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-104-12/+12
| * | usb: host: xhci-plat: Do not define 'struct acpi_device_id' when !CONFIG_ACPILee Jones2020-07-091-0/+2
| * | usb: host: fhci-sched: Remove unused variable 'td'Lee Jones2020-07-091-10/+9
| * | usb: host: fhci-tds: Remove unused variables 'buf' and 'extra_data'Lee Jones2020-07-091-7/+4
| * | usb: host: ehci-platform: Do not define 'struct acpi_device_id' when !CONFIG_...Lee Jones2020-07-091-0/+2
| * | usb: host: fotg210-hcd: Demote obvious misuse of kerneldoc to standard commen...Lee Jones2020-07-091-2/+2
| * | usb: host: bcma-hcd: Demote obvious misuse of kerneldoc to standard comment b...Lee Jones2020-07-091-2/+2
| * | usb: host: fotg210-hcd: Remove unused variable 'hcc_params'Lee Jones2020-07-091-2/+1
| * | usb: host: ehci-fsl: Fix incorrectly named function argumentLee Jones2020-07-091-1/+1
| * | usb: host: imx21-hcd: Demote function header which is clearly not kerneldocLee Jones2020-07-091-1/+1
| * | usb: host: r8a66597-hcd: Remove set, then over-written, but never used variab...Lee Jones2020-07-091-5/+3
| * | usb: host: xhci-debugfs: Use 'gnu_printf' format notationLee Jones2020-07-091-0/+1
| * | usb: host: xhci-dbgtty: File headers are not good candidates for kerneldocLee Jones2020-07-091-1/+1
| * | usb: host: xhci-dbgcap: File headers are not good candidates for kerneldocLee Jones2020-07-091-1/+1
| * | usb: host: xhci-mem: Demote obvious misuse of kerneldoc to standard comment b...Lee Jones2020-07-091-1/+1
| * | usb: host: xhci: Demote obvious misuse of kerneldoc to standard comment blockLee Jones2020-07-091-1/+1
| * | usb: host: ohci-s3c2410: Demote obvious misuse of kerneldoc to standard comme...Lee Jones2020-07-091-1/+1
| * | usb: ehci-omap: Drop surplus includeLinus Walleij2020-07-091-1/+0
| * | usb: host: oxu210hp-hcd: Move declaration of 'qtd' into 'ifdef OXU_URB_TRACE'Lee Jones2020-07-031-4/+3
| * | usb: host: ohci: Mark cc_to_error as __maybe_unusedLee Jones2020-07-031-1/+1
| * | usb: host: ohci-at91: Demote kerneldoc headers down to basic comment blocksLee Jones2020-07-031-3/+2
| * | usb: host: isp1362: Mark the many unused ISP1362_REG entries as __maybe_unusedLee Jones2020-07-031-1/+1
| * | usb: host: ehci-omap: Provide documentation for ehci_hcd_omap_probe()'s arg '...Lee Jones2020-07-031-0/+1
| * | usb: host: pci-quirks: Demote function header from kerneldoc to comment blockLee Jones2020-07-031-1/+1
| * | Merge 5.8-rc3 into usb-nextGreg Kroah-Hartman2020-06-296-7/+22
| |\ \
| * | | USB: ch9: add "USB_" prefix in front of TEST definesGreg Kroah-Hartman2020-06-241-3/+4
| * | | USB: OHCI: remove obsolete FIXME commentGreg Kroah-Hartman2020-06-191-4/+0
| * | | usb: xhci: fix spelling mistake in Kconfig "firwmare" -> "firmware"Colin Ian King2020-06-181-2/+2
| * | | usb: xhci: tegra: Remove PLL power suppliesThierry Reding2020-06-181-8/+0
* | | | Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-041-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook2020-07-301-1/+1
| | |/ | |/|
* | | usb: tegra: Fix allocation for the FPCI contextJon Hunter2020-07-231-1/+1
* | | usb: xhci: Fix ASM2142/ASM3142 DMA addressingForest Crossman2020-07-211-0/+3
* | | usb: xhci-mtk: fix the failure of bandwidth allocationChunfeng Yun2020-07-211-0/+4
|/ /
* | xhci: Poll for U0 after disabling USB2 LPMKai-Heng Feng2020-06-241-0/+3
* | xhci: Return if xHCI doesn't support LPMKai-Heng Feng2020-06-241-1/+4
* | usb: host: xhci-mtk: avoid runtime suspend when removing hcdMacpaul Lin2020-06-241-2/+3