index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-29
usb: Add driver for UCSI
Heikki Krogerus
4
-0
/
+720
2016-04-29
Merge tag 'usb-serial-4.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
1
-0
/
+4
2016-04-29
usb: xhci: tegra: Add Tegra210 support
Thierry Reding
1
-8
/
+51
2016-04-29
usb: xhci: Add NVIDIA Tegra XUSB controller driver
Thierry Reding
3
-0
/
+1298
2016-04-28
usb: core: move root hub's device node assignment after it is added to bus
Peter Chen
2
-1
/
+1
2016-04-28
Use "foo *bar" instead of "foo * bar".
Sandhya Bankar
1
-1
/
+1
2016-04-28
usb: Remove unnecessary space before function pointer arguments.
Sandhya Bankar
1
-4
/
+4
2016-04-28
usb: core: hub: hub_port_init lock controller instead of bus
Chris Bainbridge
2
-6
/
+17
2016-04-28
usb/host/: const data must use __initconst not __initdata
Nicolas Pitre
4
-4
/
+4
2016-04-28
usb: devio: declare usbdev_vm_ops as static
Michele Curti
1
-1
/
+1
2016-04-28
usb: misc: usbtest: fix error of urb allocation
Chunfeng Yun
1
-0
/
+3
2016-04-28
usb: core: buffer: avoid NULL pointer dereferrence
Chunfeng Yun
1
-0
/
+3
2016-04-28
usbip: vudc: fix Kconfig dependencies
Arnd Bergmann
1
-4
/
+4
2016-04-28
usbip: safe completion against unbind operation
Nobuo Iwata
1
-1
/
+4
2016-04-28
usb: usbip: vudc: Rename find_endpoint() to vudc_find_endpoint()
Krzysztof Opasiak
4
-6
/
+6
2016-04-28
usbip: fix NULL pointer dereference on errors
Alexander Popov
4
-18
/
+12
2016-04-28
usb: usbip: vudc: Fix WARN_ON() usage pattern
Krzysztof Opasiak
1
-3
/
+2
2016-04-28
Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
35
-612
/
+817
2016-04-28
usb: dwc3: gadget: disable automatic calculation of ACK TP NUMP
Felipe Balbi
2
-0
/
+16
2016-04-28
usb: dwc3: gadget: update DCFG.NumP to max burst size
Felipe Balbi
2
-2
/
+15
2016-04-28
usb: dwc2: Proper cleanup on dr_mode failure
John Youn
1
-1
/
+1
2016-04-28
usb: dwc2: Fixed SOF interrupt enabling/disabling
Sevak Arakelyan
1
-1
/
+2
2016-04-28
usb: dwc2: host: Setting qtd to NULL after freeing it
Vardan Mikayelyan
2
-0
/
+2
2016-04-28
usb: dwc2: gadget: Prevent handling of host interrupts
Vardan Mikayelyan
1
-0
/
+3
2016-04-28
usb: dwc2: gadget: Check for ep0 in enable
Vahram Aharonyan
1
-1
/
+4
2016-04-28
usb: dwc3: gadget: give better command return code
Konrad Leszczynski
2
-3
/
+34
2016-04-28
usb: gadget: composite: avoid kernel oops with bad gadgets
Felipe Balbi
1
-3
/
+19
2016-04-28
usb: dwc3: pci: pass the platform device as a parameter to dwc3_pci_quirks()
Heikki Krogerus
1
-8
/
+5
2016-04-28
usb: dwc3: pci: make build-in device properties available
Heikki Krogerus
1
-3
/
+4
2016-04-28
usb: dwc3: ep0: sanity check test mode selector
Fei Yang
1
-2
/
+12
2016-04-26
usb: hcd: do not call whc_clean_up on wch_init call failure
Colin Ian King
1
-3
/
+4
2016-04-26
USB: bcma: use simpler devm helper for getting vcc GPIO
Rafał Miłecki
1
-4
/
+2
2016-04-26
usb: host: xhci: plat: finally get rid of xhci_plat_type_is()
Felipe Balbi
2
-21
/
+0
2016-04-26
usb: host: xhci: plat: make use of new methods in xhci_plat_priv
Felipe Balbi
1
-28
/
+27
2016-04-26
usb: host: xhci: plat: change type of mvebu init_quirk()
Felipe Balbi
3
-7
/
+12
2016-04-26
usb: host: xhci: plat: move mvebu init_quirk() to xhci_plat_setup()
Felipe Balbi
1
-6
/
+9
2016-04-26
usb: xhci: plat: add ->plat_start() and ->init_quirk() methods
Felipe Balbi
1
-0
/
+2
2016-04-26
usb: host: xhci: rcar: retire use of xhci_plat_type_is()
Felipe Balbi
1
-1
/
+33
2016-04-26
usb: xhci: remove duplicate code of interval checking
Alexandr Ivanov
1
-32
/
+21
2016-04-26
usb: xhci: remove duplicate function xhci_urb_to_transfer_ring
Alexandr Ivanov
3
-53
/
+16
2016-04-26
usb: xhci: merge xhci_queue_bulk_tx and queue_bulk_sg_tx functions
Alexandr Ivanov
2
-288
/
+121
2016-04-26
drivers: usb: core: Minimize irq disabling in usb_sg_cancel()
David Mosberger
1
-20
/
+17
2016-04-26
drivers: usb: core: Don't disable irqs in usb_sg_wait() during URB submit.
David Mosberger
1
-8
/
+7
2016-04-26
usbip: vudc: Add vudc to Kconfig
Igor Kotrasinski
2
-0
/
+14
2016-04-26
usbip: vudc: Add SysFS infrastructure for VUDC
Igor Kotrasinski
1
-0
/
+221
2016-04-26
usbip: vudc: Add UDC specific ops
Igor Kotrasinski
1
-0
/
+662
2016-04-26
usbip: vudc: Add vudc_tx
Igor Kotrasinski
1
-0
/
+289
2016-04-26
usbip: vudc: Add vudc_transfer
Igor Kotrasinski
1
-0
/
+506
2016-04-26
usbip: vudc: Add vudc_rx
Igor Kotrasinski
1
-0
/
+234
2016-04-26
usbip: vudc: Add VUDC main file
Igor Kotrasinski
1
-0
/
+113
[prev]
[next]