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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-02
usb: mtu3: Remove unsused inline function is_first_entry
YueHaibing
1
-6
/
+0
2020-10-02
usb: dwc3: core: do not queue work if dr_mode is not USB_DR_MODE_OTG
Li Jun
1
-3
/
+3
2020-10-02
usb: gadget: function: printer: fix use-after-free in __lock_acquire
Zqiang
1
-2
/
+14
2020-10-02
usb: gadget: f_acm: don't disable disabled EP
Michał Mirosław
1
-3
/
+5
2020-10-02
usb: gadget: aspeed: fixup vhub port irq handling
Tao Ren
2
-7
/
+6
2020-10-02
usb: dwc3: gadget: fix checkpatch warnings
Felipe Balbi
1
-15
/
+17
2020-10-02
usb: dwc3: core: fix checkpatch warnings
Felipe Balbi
1
-18
/
+19
2020-10-02
usb: dwc3: debugfs: fix checkpatch warnings
Felipe Balbi
1
-30
/
+26
2020-10-02
usb: dwc3: qcom: fix checkpatch warnings
Felipe Balbi
1
-3
/
+5
2020-10-02
usb: dwc3: ep0: fix checkpatch warnings
Felipe Balbi
1
-3
/
+3
2020-10-02
usb: dwc3: debug: fix checkpatch warning
Felipe Balbi
1
-2
/
+2
2020-10-02
usb: dwc3: trace: fix checkpatch warnings
Felipe Balbi
1
-8
/
+9
2020-10-02
usb: dwc3: ulpi: fix checkpatch warning
Felipe Balbi
1
-1
/
+1
2020-10-02
usb: dwc3: meson: fix checkpatch errors and warnings
Felipe Balbi
1
-11
/
+7
2020-10-02
usb: dwc3: debug: fix sparse warning
Felipe Balbi
1
-1
/
+3
2020-10-02
usb: dwc3: meson: fix coccinelle WARNING
Felipe Balbi
1
-4
/
+1
2020-10-02
usb: dwc3: qcom: Add interconnect support in dwc3 driver
Sandeep Maheswaram
1
-2
/
+118
2020-10-02
usb: gadget: udc: Drop surplus include
Linus Walleij
1
-1
/
+0
2020-10-01
USB: serial: qcserial: fix altsetting probing
Johan Hovold
1
-2
/
+2
2020-10-01
USB: serial: ftdi_sio: clean up jtag quirks
Johan Hovold
1
-10
/
+8
2020-09-29
USB: serial: pl2303: add device-id for HP GC device
Scott Chen
2
-0
/
+2
2020-09-29
USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART adapters
Mychaela N. Falconia
2
-0
/
+12
2020-09-25
USB: cdc-acm: clean up no-union-descriptor handling
Johan Hovold
2
-28
/
+15
2020-09-25
USB: cdc-acm: use common data-class define
Johan Hovold
2
-6
/
+2
2020-09-25
USB: cdc-acm: handle broken union descriptors
Johan Hovold
1
-0
/
+12
2020-09-25
Revert "cdc-acm: hardening against malicious devices"
Johan Hovold
1
-5
/
+0
2020-09-25
usbcore/driver: Accommodate usbip
M. Vefa Bicakci
1
-6
/
+31
2020-09-25
usbcore/driver: Fix incorrect downcast
M. Vefa Bicakci
1
-9
/
+2
2020-09-25
usbcore/driver: Fix specific driver selection
M. Vefa Bicakci
1
-1
/
+1
2020-09-25
Revert "usbip: Implement a match function to fix usbip"
M. Vefa Bicakci
1
-6
/
+0
2020-09-25
USB: legousbtower: use usb_control_msg_recv()
Greg Kroah-Hartman
1
-41
/
+20
2020-09-25
USB: correct API of usb_control_msg_send/recv
Oliver Neukum
1
-9
/
+16
2020-09-25
Revert "USB: legousbtower: use usb_control_msg_recv()"
Oliver Neukum
1
-19
/
+41
2020-09-25
Revert "USB: core: hub.c: use usb_control_msg_send() in a few places"
Oliver Neukum
1
-40
/
+59
2020-09-25
usb: udc: net2280: convert to readl_poll_timeout_atomic()
Chunfeng Yun
1
-11
/
+10
2020-09-25
usb: phy: phy-mv-usb: convert to readl_poll_timeout_atomic()
Chunfeng Yun
1
-10
/
+8
2020-09-25
usb: phy-ulpi-viewport: convert to readl_poll_timeout_atomic()
Chunfeng Yun
1
-9
/
+3
2020-09-25
usb: isp1760-hcd: convert to readl_poll_timeout_atomic()
Chunfeng Yun
1
-11
/
+9
2020-09-25
usb: fotg210-hcd: convert to readl_poll_timeout_atomic()
Chunfeng Yun
1
-11
/
+9
2020-09-25
usb: oxu210hp-hcd: convert to readl_poll_timeout_atomic()
Chunfeng Yun
1
-11
/
+10
2020-09-25
usb: xhci-rcar: convert to readl_poll_timeout_atomic()
Chunfeng Yun
1
-31
/
+12
2020-09-25
usb: pci-quirks: convert to readl_poll_timeout_atomic()
Chunfeng Yun
1
-9
/
+4
2020-09-25
usb: early: ehci-dbgp: convert to readl_poll_timeout_atomic()
Chunfeng Yun
1
-10
/
+5
2020-09-25
usb: early: convert to readl_poll_timeout_atomic()
Chunfeng Yun
1
-10
/
+4
2020-09-25
Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into dma-mapping-for-next
Christoph Hellwig
14
-91
/
+123
2020-09-24
usb: gadget: udc: atmel: update endpoint allocation for sam9x60
Cristian Birsan
2
-3
/
+19
2020-09-24
usb: gadget: udc: atmel: use 1 bank endpoints for control transfers
Cristian Birsan
1
-0
/
+1
2020-09-24
usb: gadget: udc: atmel: simplify endpoint allocation
Cristian Birsan
2
-14
/
+8
2020-09-24
usb: gadget: udc: atmel: use of_find_matching_node_and_match
Claudiu Beznea
1
-7
/
+19
2020-09-24
usb: dwc2: Add missing cleanups when usb_add_gadget_udc() fails
Martin Blumenstingl
1
-1
/
+5
[prev]
[next]