summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2020-09-17ehci-hcd: Move include to keep CRC stableQuentin Perret
2020-09-14usb: host: ehci-sched: Remove ununsed function tt_start_uframe()YueHaibing
2020-09-14usb: ohci: Make distrust_firmware param default to falseHamish Martin
2020-09-14usb: ohci: Default to per-port over-current protectionHamish Martin
2020-09-14usb: host: ehci-platform: Add workaround for brcm, xgs-iproc-ehciChris Packham
2020-09-04usb/host: ehci-npcm7xx: Use pm_ptr() macroPaul Cercueil
2020-09-04usb/host: ehci-spear: Use pm_ptr() macroPaul Cercueil
2020-09-04usb/host: ehci-platform: Use pm_ptr() macroPaul Cercueil
2020-08-31Merge 5.9-rc3 into usb-nextGreg Kroah-Hartman
2020-08-30Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-08-27usb: host: ohci-exynos: Fix error handling in exynos_ohci_probe()Tang Bin
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-23xhci: Always restore EP_SOFT_CLEAR_TOGGLE even if ep reset failedDing Hui
2020-08-23xhci: Do warm-reset when both CAS and XDEV_RESUME are setKai-Heng Feng
2020-08-23usb: host: xhci: fix ep context print mismatch in debugfsLi Jun
2020-08-18usb: host: xhci-tegra: fix tegra_xusb_get_phy()JC Kuo
2020-08-18usb: host: xhci-tegra: otg usb2/usb3 port initJC Kuo
2020-08-18usb: host: pci-quirks: Bypass xHCI quirks for Raspberry Pi 4Nicolas Saenz Julienne
2020-08-18Revert "USB: pci-quirks: Add Raspberry Pi 4 quirk"Nicolas Saenz Julienne
2020-08-18usb: xhci-pci: Add support for reset controllersNicolas Saenz Julienne
2020-08-18usb: xhci: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-18usb: host: xhci-tegra: remove a duplicated entryJC Kuo
2020-08-18usb: xhci-mtk: Fix typoFrank Wunderlich
2020-08-18usb: renesas-xhci: remove version checkVinod Koul
2020-08-05Merge tag 'usb-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-08-04Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook
2020-07-29usb: xhci: Fix ASMedia ASM1142 DMA addressingForest Crossman
2020-07-29usb: xhci: define IDs for various ASMedia host controllersForest Crossman
2020-07-28xhci: dbgtty: Make some functions staticWei Yongjun
2020-07-28xhci: dbc: Make function xhci_dbc_ring_alloc() staticWei Yongjun
2020-07-27Merge 5.8-rc7 into usb-nextGreg Kroah-Hartman
2020-07-23xhci: dbc: remove tty specific port structure from struct xhci_dbcMathias Nyman
2020-07-23xhci: dbgcap: remove dbc dependency on dbctty specific flagMathias Nyman
2020-07-23xhci: dbc: Add a operations structure to access driver functionsMathias Nyman
2020-07-23xhci: dbctty: split dbc tty driver registration and unregistration functions.Mathias Nyman
2020-07-23xhci: dbc: remove endpoint pointers from dbc_port structureMathias Nyman
2020-07-23xhci: dbc: simplify dbc requests allocation and queueingMathias Nyman
2020-07-23xhci: dbc: Pass dbc pointer to dbc start and stop functions.Mathias Nyman
2020-07-23xhci: dbc: Pass dbc pointer to dbc memory init and cleanup functionsMathias Nyman
2020-07-23xhci: dbc: don't use generic xhci ring allocation functions for dbc.Mathias Nyman
2020-07-23xhci: dbc: Don't use generic xhci context allocation for dbcMathias Nyman
2020-07-23xhci: dbc: Use dbc structure in the request completion instead of xhci_hcdMathias Nyman
2020-07-23xhci: dbc: Pass dbc pointer to get_in/out_ep() helper functions to get endpointsMathias Nyman
2020-07-23xhci: dbgtty: Pass dbc pointer when registering a dbctty deviceMathias Nyman
2020-07-23xhci: dbc: Pass dbc pointer to dbc_handle_xfer_event() instead of xhci_hcd po...Mathias Nyman
2020-07-23xhci: dbc: Change to pass dbc pointer to xhci_do_dbc_stop()Mathias Nyman
2020-07-23xhci: dbc: Pass dbc pointer to endpoint init and exit functions.Mathias Nyman
2020-07-23xhci: dbc: Get the device pointer from dbc structure in dbc_ep_do_queue()Mathias Nyman
2020-07-23xhci: dbc: Don't pass the xhci pointer as a parameter to xhci_dbc_init_context()Mathias Nyman