index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-12
usb: xhci: make function xhci_dbc_free_req static
Colin Ian King
1
-1
/
+1
2017-12-12
xhci: fixup incorrect memset size parameter when clearing up DbC on exit.
Mathias Nyman
1
-1
/
+1
2017-12-12
USB: remove the URB_NO_FSBR flag
Alan Stern
4
-10
/
+1
2017-12-12
usb: typec: wcove: fix the sink capabilities
Heikki Krogerus
1
-3
/
+1
2017-12-12
USB: core: only clean up what we allocated
Andrey Konovalov
1
-3
/
+6
2017-12-12
Merge tag 'fixes-for-v4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...
Greg Kroah-Hartman
7
-66
/
+34
2017-12-12
usb: dwc2: add optional usb ecc reset bit
Dinh Nguyen
2
-0
/
+11
2017-12-12
usb: renesas_usbhs: use PIPEnCLR.ACLRM instead of {C,Dn}FIFOCTR.BCLR in usbhs...
Yoshihiro Shimoda
1
-3
/
+2
2017-12-12
usb: renesas_usbhs: add usbhs_pipe_clear_without_sequence() function
Yoshihiro Shimoda
2
-5
/
+16
2017-12-12
usb: renesas_usbhs: remove redundant polling in usbhsf_fifo_barrier()
Yoshihiro Shimoda
1
-11
/
+5
2017-12-12
usb: phy: Factor out the usb charger initialization
Baolin Wang
1
-4
/
+10
2017-12-12
Revert "usb: gadget: allow to enable legacy drivers without USB_ETH"
Felipe Balbi
2
-12
/
+2
2017-12-12
usb: gadget: webcam: fix V4L2 Kconfig dependency
Arnd Bergmann
1
-1
/
+1
2017-12-11
usb: dwc3: Allow disabling of metastability workaround
Roger Quadros
3
-2
/
+10
2017-12-11
USB: dummy-hcd: Adapt dummy_udc_set_speed()
Roger Quadros
1
-13
/
+1
2017-12-11
USB: dummy-hcd: don't set gadget.speed in dummy_hub_control()
Roger Quadros
1
-2
/
+0
2017-12-11
usb: gadget: bcm63xx_udc: Use common error handling code in bcm63xx_udc_probe()
Markus Elfring
1
-8
/
+8
2017-12-11
usb: gadget: pxa27x: Remove redundant assignment to is_short and dev
Colin Ian King
1
-3
/
+0
2017-12-11
usb: gadget: udc-xilinx: remove redundant pointer udc
Colin Ian King
1
-2
/
+0
2017-12-11
USB: gadget: legacy: remove redundant zero assignment to variable 'value'
Colin Ian King
1
-1
/
+0
2017-12-11
USB: gadget: udc: fix spelling mistake "unexpect" -> "unexpected"
Colin Ian King
1
-1
/
+1
2017-12-11
usb: gadget: ffs: Make sparse happier
Vincent Pelletier
1
-3
/
+6
2017-12-11
usb: gadget: u_serial: Use kfifo instead of homemade circular buffer
Lu Baolu
1
-168
/
+24
2017-12-11
usb: dwc3: Make sparse a bit happier
Vincent Pelletier
1
-2
/
+2
2017-12-11
gadget event trace : add request pointer
Matthieu CASTET
1
-2
/
+4
2017-12-11
usb: dwc3: ep0: use gadget->isoch_delay for isoch_delay value
Felipe Balbi
2
-7
/
+1
2017-12-11
usb: dwc3: debug: decode a few more features
Felipe Balbi
1
-0
/
+9
2017-12-11
usb: dwc2: Fix TxFIFOn sizes and total TxFIFO size issues
Minas Harutyunyan
3
-50
/
+25
2017-12-11
usb: dwc3: gadget: Fix PCM1 for ISOC EP with ep->mult less than 3
Manu Gautam
1
-1
/
+1
2017-12-11
usb: dwc3: of-simple: set dev_pm_ops
Masahiro Yamada
1
-0
/
+1
2017-12-11
usb: dwc3: of-simple: fix missing clk_disable_unprepare
Andreas Platschek
1
-1
/
+3
2017-12-11
usb: dwc3: gadget: Wait longer for controller to end command processing
Vincent Pelletier
1
-1
/
+1
2017-12-08
usb: xhci: fix TDS for MTK xHCI1.1
Chunfeng Yun
1
-3
/
+3
2017-12-08
xhci: Don't add a virt_dev to the devs array before it's fully allocated
Mathias Nyman
1
-4
/
+11
2017-12-08
xhci: add port status tracing for Get Hub Status requests
Mathias Nyman
2
-0
/
+7
2017-12-08
xhci: add port status tracing for Get Port Status hub requests
Mathias Nyman
2
-0
/
+6
2017-12-08
usb: xhci: allow imod-interval to be configurable
Adam Wallis
5
-5
/
+20
2017-12-08
usb: xhci: Cleanup printk debug message for ERST
Lu Baolu
3
-21
/
+0
2017-12-08
usb: xhci: Cleanup printk debug message for registers
Lu Baolu
4
-258
/
+0
2017-12-08
usb: xhci: Add DbC support in xHCI driver
Lu Baolu
8
-0
/
+1804
2017-12-08
usb: xhci: Make some static functions global
Lu Baolu
3
-42
/
+72
2017-12-08
xhci: remove unnecessary boolean parameter from xhci_alloc_command
Mathias Nyman
5
-31
/
+16
2017-12-08
xhci: add helper to allocate command with input context
Mathias Nyman
3
-4
/
+26
2017-12-08
usb: xhci: remove unused variable ep_ring
Corentin Labbe
1
-2
/
+0
2017-12-08
usb: xhci: remove unused variable urb_priv
Corentin Labbe
1
-2
/
+0
2017-12-08
usb: xhci: remove unused variable ep
Corentin Labbe
1
-2
/
+0
2017-12-08
usb: xhci: remove unused variable last_freed_endpoint
Corentin Labbe
1
-3
/
+0
2017-12-08
usbip: fix stub_send_ret_submit() vulnerability to null transfer_buffer
Shuah Khan
1
-0
/
+7
2017-12-08
usbip: prevent vhci_hcd driver from leaking a socket pointer address
Shuah Khan
2
-9
/
+17
2017-12-08
usbip: fix stub_rx: harden CMD_SUBMIT path to handle malicious input
Shuah Khan
1
-4
/
+31
[prev]
[next]