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