index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-07-21
USB: Replace HTTP links with HTTPS ones
Alexander A. Klimov
1
-3
/
+3
2020-07-15
USB: Remove pci-dma-compat wrapper APIs.
Suraj Upadhyay
1
-2
/
+1
2020-07-15
usb: host: xhci-plat: Replace HTTP links with HTTPS ones
Alexander A. Klimov
1
-1
/
+1
2020-07-15
USB: ohci: Replace HTTP links with HTTPS ones
Alexander A. Klimov
1
-1
/
+1
2020-07-10
usb: host: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
5
-7
/
+7
2020-07-10
USB: OHCI: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
4
-9
/
+9
2020-07-10
usb: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
4
-12
/
+12
2020-07-09
usb: host: xhci-plat: Do not define 'struct acpi_device_id' when !CONFIG_ACPI
Lee Jones
1
-0
/
+2
2020-07-09
usb: host: fhci-sched: Remove unused variable 'td'
Lee Jones
1
-10
/
+9
2020-07-09
usb: host: fhci-tds: Remove unused variables 'buf' and 'extra_data'
Lee Jones
1
-7
/
+4
2020-07-09
usb: host: ehci-platform: Do not define 'struct acpi_device_id' when !CONFIG_...
Lee Jones
1
-0
/
+2
2020-07-09
usb: host: fotg210-hcd: Demote obvious misuse of kerneldoc to standard commen...
Lee Jones
1
-2
/
+2
2020-07-09
usb: host: bcma-hcd: Demote obvious misuse of kerneldoc to standard comment b...
Lee Jones
1
-2
/
+2
2020-07-09
usb: host: fotg210-hcd: Remove unused variable 'hcc_params'
Lee Jones
1
-2
/
+1
2020-07-09
usb: host: ehci-fsl: Fix incorrectly named function argument
Lee Jones
1
-1
/
+1
2020-07-09
usb: host: imx21-hcd: Demote function header which is clearly not kerneldoc
Lee Jones
1
-1
/
+1
2020-07-09
usb: host: r8a66597-hcd: Remove set, then over-written, but never used variab...
Lee Jones
1
-5
/
+3
2020-07-09
usb: host: xhci-debugfs: Use 'gnu_printf' format notation
Lee Jones
1
-0
/
+1
2020-07-09
usb: host: xhci-dbgtty: File headers are not good candidates for kerneldoc
Lee Jones
1
-1
/
+1
[prev]
[next]