index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-18
xhci: detect USB 3.2 capable host controllers correctly
Mathias Nyman
1
-5
/
+15
2019-06-18
usb: xhci: Don't try to recover an endpoint if port is in error state.
Mathias Nyman
3
-1
/
+28
2019-05-22
xhci: Use %zu for printing size_t type
Fabio Estevam
1
-2
/
+2
2019-05-22
xhci: Convert xhci_handshake() to use readl_poll_timeout_atomic()
Andrey Smirnov
1
-12
/
+10
2019-05-22
xhci: Fix immediate data transfer if buffer is already DMA mapped
Mathias Nyman
2
-4
/
+8
2019-05-22
usb: xhci: avoid null pointer deref when bos field is NULL
Carsten Schmid
1
-1
/
+1
2019-05-22
usb: xhci: Fix a potential null pointer dereference in xhci_debugfs_create_en...
Jia-Ju Bai
1
-0
/
+3
2019-05-22
xhci: update bounce buffer with correct sg num
Henry Lin
1
-4
/
+13
2019-05-16
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-28
/
+14
2019-05-08
Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
10
-85
/
+237
2019-04-28
Merge tag 'davinci-for-v5.2/soc' of git://git.kernel.org/pub/scm/linux/kernel...
Olof Johansson
1
-28
/
+14
2019-04-27
usb: xhci: add endpoint context tracing when an endpoint is added
Mathias Nyman
2
-0
/
+9
2019-04-27
xhci: Add tracing for input control context
Mathias Nyman
3
-0
/
+57
2019-04-27
xhci: add port and bus number to port dynamic debugging
Mathias Nyman
3
-25
/
+48
2019-04-27
usb: xhci: add Immediate Data Transfer support
Nicolas Saenz Julienne
3
-0
/
+45
2019-04-19
usb: host: xhci-plat: get optional clock by devm_clk_get_optional()
Chunfeng Yun
1
-21
/
+18
2019-04-19
usb: xhci-mtk: get optional clock by devm_clk_get_optional()
Chunfeng Yun
1
-16
/
+3
2019-04-19
usb: host: use usb_endpoint_maxp instead of usb_maxpacket
Yan Zhu
1
-6
/
+4
2019-04-16
usb: host: xhci-tegra: Add Tegra186 XUSB support
JC Kuo
1
-0
/
+25
2019-04-16
usb: host: xhci-tegra: Selectively program IPFS
JC Kuo
1
-17
/
+26
2019-04-12
usb: ohci-da8xx: drop the vbus GPIO
Bartosz Golaszewski
1
-27
/
+5
2019-04-12
usb: ohci-da8xx: disable the regulator if the overcurrent irq fired
Bartosz Golaszewski
1
-5
/
+17
2019-04-12
usb: ohci-da8xx: let the regulator framework keep track of use count
Bartosz Golaszewski
1
-6
/
+2
2019-04-08
drivers: Remove explicit invocations of mmiowb()
Will Deacon
1
-2
/
+0
2019-04-01
Merge 5.1-rc3 into usb-next
Greg Kroah-Hartman
6
-12
/
+33
2019-03-28
usb: u132-hcd: fix resource leak
Mukesh Ojha
1
-0
/
+3
2019-03-26
usb: u132-hcd: fix potential NULL pointer dereference
Kangjie Lu
1
-0
/
+2
2019-03-22
xhci: Don't let USB3 ports stuck in polling state prevent suspend
Mathias Nyman
2
-7
/
+20
2019-03-22
usb: xhci: dbc: Don't free all memory with spinlock held
Mathias Nyman
1
-2
/
+3
2019-03-22
xhci: Fix port resume done detection for SS ports with LPM enabled
Mathias Nyman
1
-3
/
+6
2019-03-19
usb: host: xhci-rcar: Add XHCI_TRUST_TX_LENGTH quirk
Yasushi Asano
1
-0
/
+1
2019-03-10
Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2
-3
/
+2
2019-03-06
Merge tag 'usb-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
17
-75
/
+118
2019-02-21
usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on INTEL_SUNRISEPOINT_LP_XHCI
Balaji Manoharan
1
-0
/
+1
2019-02-21
usb: xhci: fix build warning - missing prototype
Jean-Philippe Menil
1
-1
/
+1
2019-02-20
usb: xhci: dbc: Fixing typo error.
Prabhat Chand Pandey
1
-3
/
+3
2019-02-20
usb: xhci: remove unused member 'parent' in xhci_regset struct
Chunfeng Yun
1
-1
/
+0
2019-02-20
xhci: tegra: Prevent error pointer dereference
Thierry Reding
1
-2
/
+2
2019-02-20
dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag
Christoph Hellwig
2
-3
/
+2
2019-02-19
usb: host: oxu210hp-hcd: remove set but not used variables 'uframes, transfer...
YueHaibing
1
-7
/
+1
2019-02-15
Merge tag 'davinci-for-v5.1/soc-part2' of git://git.kernel.org/pub/scm/linux/...
Arnd Bergmann
1
-58
/
+60
2019-02-12
usb: host: oxu210hp-hcd: fix indentation issue
Colin Ian King
1
-1
/
+1
2019-02-12
usb: ohci-da8xx: add vbus and overcurrent gpios
Bartosz Golaszewski
1
-49
/
+50
2019-02-12
usb: ohci-da8xx: add a helper pointer to &pdev->dev
Bartosz Golaszewski
1
-9
/
+9
2019-02-12
usb: ohci-da8xx: add a new line after local variables
Bartosz Golaszewski
1
-0
/
+1
2019-01-30
usb: ehci-orion: add S2RAM support
Miquel Raynal
1
-0
/
+18
2019-01-30
usb: ehci-orion: avoid double PHY initialization
Miquel Raynal
1
-23
/
+3
2019-01-30
usb: host: xhci: mvebu: add reset on resume quirk
Ofer Heifetz
4
-2
/
+26
2019-01-28
Merge 5.0-rc4 into usb-next
Greg Kroah-Hartman
1
-0
/
+1
2019-01-22
USB: host: whci: rename Kbuild file
Greg Kroah-Hartman
1
-0
/
+2
[next]