Age | Commit message (Expand) | Author | Files | Lines |
2020-09-17 | ehci-hcd: Move include to keep CRC stable | Quentin Perret | 2 | -1/+1 |
2020-08-30 | Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 6 | -36/+22 |
2020-08-27 | usb: host: ohci-exynos: Fix error handling in exynos_ohci_probe() | Tang Bin | 1 | -3/+2 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 7 | -10/+11 |
2020-08-23 | xhci: Always restore EP_SOFT_CLEAR_TOGGLE even if ep reset failed | Ding Hui | 1 | -1/+2 |
2020-08-23 | xhci: Do warm-reset when both CAS and XDEV_RESUME are set | Kai-Heng Feng | 1 | -9/+10 |
2020-08-23 | usb: host: xhci: fix ep context print mismatch in debugfs | Li Jun | 1 | -4/+4 |
2020-08-18 | usb: host: xhci-tegra: fix tegra_xusb_get_phy() | JC Kuo | 1 | -1/+1 |
2020-08-18 | usb: host: xhci-tegra: otg usb2/usb3 port init | JC Kuo | 1 | -0/+2 |
2020-08-18 | usb: renesas-xhci: remove version check | Vinod Koul | 1 | -18/+1 |
2020-08-05 | Merge tag 'usb-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 40 | -459/+632 |
2020-08-04 | Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2020-07-30 | treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD() | Kees Cook | 1 | -1/+1 |
2020-07-29 | usb: xhci: Fix ASMedia ASM1142 DMA addressing | Forest Crossman | 1 | -1/+3 |
2020-07-29 | usb: xhci: define IDs for various ASMedia host controllers | Forest Crossman | 1 | -3/+5 |
2020-07-28 | xhci: dbgtty: Make some functions static | Wei Yongjun | 1 | -2/+2 |
2020-07-28 | xhci: dbc: Make function xhci_dbc_ring_alloc() static | Wei Yongjun | 1 | -1/+1 |
2020-07-27 | Merge 5.8-rc7 into usb-next | Greg Kroah-Hartman | 3 | -1/+8 |
2020-07-23 | xhci: dbc: remove tty specific port structure from struct xhci_dbc | Mathias Nyman | 2 | -7/+24 |
2020-07-23 | xhci: dbgcap: remove dbc dependency on dbctty specific flag | Mathias Nyman | 2 | -4/+17 |
2020-07-23 | xhci: dbc: Add a operations structure to access driver functions | Mathias Nyman | 3 | -15/+21 |
2020-07-23 | xhci: dbctty: split dbc tty driver registration and unregistration functions. | Mathias Nyman | 3 | -54/+81 |
2020-07-23 | xhci: dbc: remove endpoint pointers from dbc_port structure | Mathias Nyman | 2 | -4/+0 |
2020-07-23 | xhci: dbc: simplify dbc requests allocation and queueing | Mathias Nyman | 3 | -36/+52 |
2020-07-23 | xhci: dbc: Pass dbc pointer to dbc start and stop functions. | Mathias Nyman | 1 | -15/+14 |
2020-07-23 | xhci: dbc: Pass dbc pointer to dbc memory init and cleanup functions | Mathias Nyman | 1 | -9/+5 |
2020-07-23 | xhci: dbc: don't use generic xhci ring allocation functions for dbc. | Mathias Nyman | 3 | -12/+74 |
2020-07-23 | xhci: dbc: Don't use generic xhci context allocation for dbc | Mathias Nyman | 1 | -3/+30 |
2020-07-23 | xhci: dbc: Use dbc structure in the request completion instead of xhci_hcd | Mathias Nyman | 3 | -26/+23 |
2020-07-23 | xhci: dbc: Pass dbc pointer to get_in/out_ep() helper functions to get endpoints | Mathias Nyman | 3 | -16/+12 |
2020-07-23 | xhci: dbgtty: Pass dbc pointer when registering a dbctty device | Mathias Nyman | 3 | -12/+8 |
2020-07-23 | xhci: dbc: Pass dbc pointer to dbc_handle_xfer_event() instead of xhci_hcd po... | Mathias Nyman | 1 | -4/+2 |
2020-07-23 | xhci: dbc: Change to pass dbc pointer to xhci_do_dbc_stop() | Mathias Nyman | 1 | -4/+2 |
2020-07-23 | xhci: dbc: Pass dbc pointer to endpoint init and exit functions. | Mathias Nyman | 1 | -10/+7 |
2020-07-23 | xhci: dbc: Get the device pointer from dbc structure in dbc_ep_do_queue() | Mathias Nyman | 1 | -4/+1 |
2020-07-23 | xhci: dbc: Don't pass the xhci pointer as a parameter to xhci_dbc_init_context() | Mathias Nyman | 1 | -4/+2 |
2020-07-23 | xhci: dbc: Don't use xhci_write_64() as it takes xhci as a parameter | Mathias Nyman | 1 | -4/+5 |
2020-07-23 | xhci: dbc: Use dev_info() and similar instead of xhci_info() | Mathias Nyman | 1 | -21/+21 |
2020-07-23 | xhci: dbc: Add device pointer to dbc structure | Mathias Nyman | 2 | -0/+2 |
2020-07-23 | xhci: dbc: Remove dbc_dma_free_coherent() wrapper | Mathias Nyman | 1 | -12/+2 |
2020-07-23 | xhci: dbc: Remove dbc_dma_alloc_coherent() wrapper | Mathias Nyman | 1 | -15/+2 |
2020-07-23 | xhci: dbc: Don't use generic xhci erst allocation and free functions | Mathias Nyman | 1 | -3/+28 |
2020-07-23 | xhci: Don't pass struct xhci_hcd pointer to xhci_link_seg() | Mathias Nyman | 1 | -11/+20 |
2020-07-23 | xhci: dbc: Don't use generic xhci inc_deq() function for dbc | Mathias Nyman | 1 | -1/+13 |
2020-07-23 | xhci: Make debug message consistent with bus and port number | Kai-Heng Feng | 1 | -18/+23 |
2020-07-23 | usb: tegra: Fix allocation for the FPCI context | Jon Hunter | 1 | -1/+1 |
2020-07-21 | usb: xhci: Fix ASM2142/ASM3142 DMA addressing | Forest Crossman | 1 | -0/+3 |
2020-07-21 | usb: xhci-mtk: fix the failure of bandwidth allocation | Chunfeng Yun | 1 | -0/+4 |
2020-07-21 | usb: ohci-omap: Convert to use GPIO descriptors | Linus Walleij | 1 | -27/+32 |
2020-07-21 | usb: ohci-omap: Create private state container | Linus Walleij | 1 | -36/+49 |