summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)Author
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
2020-06-24USB: ch9: add "USB_" prefix in front of TEST definesGreg Kroah-Hartman
2020-06-19USB: OHCI: remove obsolete FIXME commentGreg Kroah-Hartman
2020-06-18usb: xhci: fix spelling mistake in Kconfig "firwmare" -> "firmware"Colin Ian King
2020-06-18USB: ohci-sm501: Add missed iounmap() in removeChuhong Yuan
2020-06-18USB: ehci: reopen solution for Synopsys HC bugLongfang Liu
2020-06-18usb: host: ehci-exynos: Fix error check in exynos_ehci_probe()Tang Bin
2020-06-18usb: xhci: tegra: Remove PLL power suppliesThierry Reding
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-07Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-05-19USB: host: ehci-mxc: Add error handling in ehci_mxc_drv_probe()Tang Bin
2020-05-19USB: EHCI: ehci-mv: fix less than zero comparison of an unsigned intColin Ian King
2020-05-19usb: xhci: make symbols staticVinod Koul
2020-05-19usb: xhci: fix USB_XHCI_PCI dependsVinod Koul
2020-05-18usb/ehci-platform: Set PM runtime as active on resumeQais Yousef
2020-05-18usb/xhci-plat: Set PM runtime as active on resumeQais Yousef
2020-05-18usb/ohci-platform: Fix a warning when hibernatingQais Yousef
2020-05-18usb: renesas-xhci: include correct header for get_unaligned_le16()Vinod Koul
2020-05-18Merge 5.7-rc6 into usb-nextGreg Kroah-Hartman
2020-05-15usb: renesas-xhci: Add ROM loader for uPD720201Vinod Koul
2020-05-15usb: xhci: Add support for Renesas controller with memoryVinod Koul
2020-05-15usb: renesas-xhci: Add the renesas xhci driverChristian Lamparter
2020-05-15usb: hci: add hc_driver as argument for usb_hcd_pci_probeVinod Koul
2020-05-14usb: host: xhci-plat: keep runtime active when removing hostLi Jun
2020-05-14usb: xhci: Fix NULL pointer dereference when enqueuing trbs from urb sg listSriharsha Allenki
2020-05-13usb: host: Add ability to build new Broadcom STB USB driversAl Cooper
2020-05-13usb: ehci: Add new EHCI driver for Broadcom STB SoC'sAl Cooper
2020-05-13usb: xhci: xhci-plat: Add support for Broadcom STB SoC'sAl Cooper
2020-05-13USB: ohci-sm501: fix error return code in ohci_hcd_sm501_drv_probe()Wei Yongjun
2020-05-13USB: EHCI: ehci-mv: fix error handling in mv_ehci_probe()Tang Bin
2020-05-13USB: EHCI: ehci-mv: Fix unused assignment in mv_ehci_probe()Tang Bin
2020-05-13USB: host: ehci-mxc: Use the defined variable to simplify codeTang Bin
2020-05-13USB: pci-quirks: Add Raspberry Pi 4 quirkNicolas Saenz Julienne
2020-04-27Merge 5.7-rc3 into usb-nextGreg Kroah-Hartman
2020-04-23usb: pci-quirks: use true,false for bool variablesJason Yan
2020-04-21xhci: Don't clear hub TT buffer on ep0 protocol stallMathias Nyman