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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-12
memblock: drop memblock_alloc_*_nopanic() variants
Mike Rapoport
1
-1
/
+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-09
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2
-20
/
+4
2019-03-09
Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+0
2019-03-06
Merge tag 'usb-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
149
-891
/
+1367
2019-03-06
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-58
/
+60
2019-03-01
wusb: Remove unnecessary static function ckhdid_printf
Joe Perches
4
-20
/
+8
2019-03-01
usb: core: make default autosuspend delay configurable
Mans Rullgard
2
-2
/
+14
2019-02-27
usb: core: Fix typo in description of "authorized_default"
Jakub Wilk
1
-1
/
+1
2019-02-27
usb: chipidea: Refactor USB PHY selection and keep a single PHY
Paul Kocialkowski
1
-17
/
+32
2019-02-27
usb: chipidea: Grab the (legacy) USB PHY by phandle first
Paul Kocialkowski
1
-1
/
+8
2019-02-27
usb: chipidea: imx: set power polarity
Philipp Puschmann
3
-2
/
+10
2019-02-27
usb: chipidea: imx: remove unused header files
Jun Li
1
-2
/
+0
2019-02-26
usb: chipidea: tegra: Fix missed ci_hdrc_remove_device()
Dmitry Osipenko
1
-0
/
+1
2019-02-24
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
1
-63
/
+100
2019-02-22
usb: core: add option of only authorizing internal devices
Dmitry Torokhov
2
-27
/
+57
2019-02-21
Merge tag 'usb-serial-5.1-rc1-2' of https://git.kernel.org/pub/scm/linux/kern...
Greg Kroah-Hartman
3
-0
/
+9
2019-02-21
Merge tag 'usb-serial-5.1-rc1' of https://git.kernel.org/pub/scm/linux/kernel...
Greg Kroah-Hartman
2
-19
/
+112
2019-02-21
usb: typec: tps6598x: handle block writes separately with plain-I2C adapters
Nikolaus Voss
1
-6
/
+20
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-20
USB: serial: option: add Telit ME910 ECM composition
Daniele Palmas
1
-0
/
+2
2019-02-20
usb: core: Replace hardcoded check with inline function from usb.h
Keyur Patel
1
-1
/
+1
2019-02-20
usb: core: skip interfaces disabled in devicetree
Mans Rullgard
1
-0
/
+7
2019-02-20
usb: typec: mux: remove redundant check on variable match
Colin Ian King
1
-1
/
+1
2019-02-20
USB: serial: cp210x: fix GPIO in autosuspend
Karoly Pados
1
-0
/
+11
2019-02-19
usb: dwc3: drd: Defer probe if extcon device is not found
Andy Shevchenko
1
-2
/
+7
2019-02-19
cdc-wdm: pass return value of recover_from_urb_loss
YueHaibing
1
-1
/
+1
2019-02-19
usb: host: oxu210hp-hcd: remove set but not used variables 'uframes, transfer...
YueHaibing
1
-7
/
+1
2019-02-19
USB: renesas_usbhs: fix spelling mistake "doens't" -> "doesn't"
Colin Ian King
1
-1
/
+1
2019-02-19
usb: wusbcore: wa-xfer: use struct_size() helper
Gustavo A. R. Silva
1
-8
/
+7
2019-02-19
usb: core: config: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-3
/
+3
2019-02-19
usb: dwc2: use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-3
/
+1
2019-02-19
usb: typec: mux: Fix unsigned comparison with less than zero
YueHaibing
1
-1
/
+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-15
USB: serial: ftdi_sio: add ID for Hjelmslund Electronics USB485
Mans Rullgard
2
-0
/
+8
2019-02-15
Merge tag 'usb-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
44
-264
/
+377
2019-02-14
usb: typec: mux: Find the muxes by also matching against the device node
Heikki Krogerus
1
-12
/
+74
2019-02-14
usb: typec: Find the ports by also matching against the device node
Heikki Krogerus
1
-3
/
+21
2019-02-14
usb: roles: Find the muxes by also matching against the device node
Heikki Krogerus
1
-3
/
+18
2019-02-14
usb: typec: Rationalize the API for the muxes
Heikki Krogerus
2
-9
/
+8
2019-02-14
usb: typec: tps6598x: Check mode of operation
Heikki Krogerus
1
-4
/
+49
2019-02-13
usb: typec: tcpm: Remove unused functions
Guenter Roeck
1
-60
/
+0
2019-02-13
USB: musb: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2019-02-13
usb: phy: twl6030-usb: fix possible use-after-free on remove
Sven Van Asbroeck
1
-1
/
+1
2019-02-13
usb: misc: usbtest: add super-speed isoc support
Peter Chen
1
-4
/
+24
[next]