index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-08
usb: mtu3: check capability of usb3 dual role
Chunfeng Yun
1
-4
/
+28
2022-07-08
usb: mtu3: add feature to disable device's usb3 port
Chunfeng Yun
3
-16
/
+24
2022-07-08
usb: mtu3: print endpoint type as string
Chunfeng Yun
2
-6
/
+6
2022-07-08
usb: typec: tcpci: move tcpci.h to include/linux/usb/
Xin Ji
5
-216
/
+4
2022-07-08
gadgetfs: ep_io - wait until IRQ finishes
Jozef Martiniak
1
-0
/
+1
2022-07-08
usb: gadget: udc: atmel: convert to platform driver
Michael Walle
1
-4
/
+4
2022-07-08
usb: gadget: udc: atmel: check rc of devm_gpiod_get_optional()
Michael Walle
1
-0
/
+2
2022-07-08
USB: gadget: udc: tracing: Do not open code __string() with __dynamic_array()
Steven Rostedt (Google)
1
-4
/
+4
2022-07-07
ARM: sa1100/assabet: move dmabounce hack to ohci driver
Arnd Bergmann
2
-3
/
+39
2022-06-30
usb: host: xhci: use snprintf() in xhci_decode_trb()
Sergey Shtylyov
1
-1
/
+1
2022-06-29
usb: dwc3-am62: remove unnecesary clk_put()
Yang Yingliang
1
-6
/
+2
2022-06-29
usb: dwc3: gadget: Fix event pending check
Thinh Nguyen
1
-1
/
+3
2022-06-29
usb: gadget: f_mass_storage: Make CD-ROM emulation works with Windows OS
Neal Liu
1
-5
/
+6
2022-06-29
USB: cdc-acm: use define for timeout
Oliver Neukum
1
-1
/
+1
2022-06-29
usb: musb: mpfs: add missing clk_disable_unprepare() in mpfs_remove()
Yang Yingliang
1
-0
/
+1
2022-06-29
usb: gadget: aspeed_udc: fix handling of tx_len == 0
Dan Carpenter
1
-3
/
+6
2022-06-29
usb: dwc3: gadget: fix a kernel-doc warning
Mauro Carvalho Chehab
1
-0
/
+1
2022-06-29
usb: dwc3: document async_callbacks field
Mauro Carvalho Chehab
1
-0
/
+2
2022-06-27
usb: core: sysfs: convert sysfs snprintf to sysfs_emit
Xuezhi Zhang
1
-39
/
+40
2022-06-27
tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir*
Jiri Slaby
1
-1
/
+1
2022-06-27
Merge 5.19-rc4 into usb-next
Greg Kroah-Hartman
10
-46
/
+119
2022-06-24
usb: chipidea: udc: check request status before setting device address
Xu Yang
1
-0
/
+3
2022-06-24
USB: gadget: Fix double-free bug in raw_gadget driver
Alan Stern
1
-6
/
+7
2022-06-24
usb: gadget: u_ether: Remove duplicated include in u_ether.c
Yang Li
1
-1
/
+0
2022-06-24
usb: max-3421: drop unexpected word "the" in the comments
Jiang Jian
1
-1
/
+1
2022-06-24
usb: dwc2: drop unexpected word "the" in the comments
Jiang Jian
1
-1
/
+1
2022-06-24
usb: dwc2: gadget: remove D+ pull-up while no vbus with usb-role-switch
Amelie Delaunay
1
-1
/
+2
2022-06-24
usb: musb: mpfs: Fix error codes in probe()
Dan Carpenter
1
-1
/
+4
2022-06-23
xhci-pci: Allow host runtime PM as default for Intel Meteor Lake xHCI
Utkarsh Patel
1
-1
/
+3
2022-06-23
xhci-pci: Allow host runtime PM as default for Intel Raptor Lake xHCI
Tanveer Alam
1
-1
/
+3
2022-06-23
xhci: turn off port power in shutdown
Mathias Nyman
3
-3
/
+16
2022-06-23
xhci: Keep interrupt disabled in initialization until host is running.
Hongyu Xie
1
-13
/
+22
2022-06-23
Merge tag 'usb-serial-5.19-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Greg Kroah-Hartman
2
-12
/
+23
2022-06-23
USB: serial: option: add Quectel RM500K module support
Macpaul Lin
1
-0
/
+2
2022-06-22
Merge branch 'staging-octeon' of gitolite.kernel.org:/pub/scm/linux/kernel/git/gregkh/staging into usb-next
Greg Kroah-Hartman
4
-0
/
+5598
2022-06-22
USB: serial: use kmemdup instead of kmalloc + memcpy
Slark Xiao
3
-9
/
+3
2022-06-22
USB: serial: option: add Quectel EM05-G modem
Yonglin Tan
1
-0
/
+3
2022-06-22
USB: serial: pl2303: add support for more HXN (G) types
Johan Hovold
1
-12
/
+17
2022-06-22
usb: dwc2: host: add TPL support
Amelie Delaunay
1
-0
/
+3
2022-06-21
usb: host: ehci-platform: add TPL support
Amelie Delaunay
1
-0
/
+2
2022-06-21
usb: host: ohci-platform: add TPL support
Amelie Delaunay
1
-0
/
+3
2022-06-21
staging: octeon-usb: move driver out of staging
Artur Bujdoso
4
-0
/
+5598
2022-06-21
usb: chipidea: ci_hdrc_imx: use dev_err_probe()
Alexander Stein
1
-16
/
+7
2022-06-21
usb: chipidea: udc: implement get_frame
Michael Grzeschik
3
-0
/
+17
2022-06-21
usb: host: ehci-q: Fix ehci_submit_single_step_set_feature annotation typo
Hyunwoo Kim
1
-1
/
+1
2022-06-21
USB: storage: Fix typo in comment
Xiang wangx
1
-1
/
+1
2022-06-21
USB: ohci-sm501: Fix typo in comment
Xiang wangx
1
-1
/
+1
2022-06-21
usb: musb: core: drop redundant checks
Sergey Shtylyov
1
-14
/
+2
2022-06-21
usb: renesas: Fix refcount leak bug
Liang He
1
-0
/
+4
2022-06-21
usb: host: ohci-ppc-of: Fix refcount leak bug
Liang He
1
-0
/
+1
[prev]
[next]