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
2022-08-31
usb: dwc3: gadget: Force sending delayed status during soft disconnect
Wesley Cheng
1
-1
/
+4
2022-08-31
usb: dwc3: Do not service EP0 and conndone events if soft disconnected
Wesley Cheng
2
-2
/
+7
2022-08-31
usb: host: xhci-plat: suspend/resume clks for brcm
Justin Chen
1
-1
/
+1
2022-08-31
usb: host: xhci-plat: suspend and resume clocks
Justin Chen
2
-1
/
+16
2022-08-31
usb: phy: mxs: fix MXS_PHY_TX_CAL45_MIN and MXS_PHY_TX_CAL45_MAX
Frank Li
1
-2
/
+2
2022-08-31
usb: host: Initiate urb ep with udev ep0
Khalid Masum
1
-8
/
+1
2022-08-31
usb: ehci: Use endpoint in URB to get maxpacket
Khalid Masum
1
-2
/
+2
2022-08-31
usb: gadget: function: rndis: limit # of RNDIS instances to 1000
Sergey Shtylyov
1
-1
/
+1
2022-08-31
usb: chipidea: Add support for VBUS control with PHY
Piyush Mehta
3
-0
/
+15
2022-08-31
usb: gadget: f_ncm: noop - remove INIT_NDP{16,32}_OPTS macros
Maciej Żenczykowski
1
-32
/
+28
2022-08-31
usb: gadget: at91_udc: Fix comments typo
Shaomin Deng
1
-1
/
+1
2022-08-31
usb: gadget: net2272: Remove the initialization of statics to 0
Shaomin Deng
1
-2
/
+2
2022-08-30
usb: cdns3: fix issue with rearming ISO OUT endpoint
Pawel Laszczak
1
-0
/
+1
2022-08-30
usb: cdns3: fix incorrect handling TRB_SMM flag for ISOC transfer
Pawel Laszczak
1
-1
/
+2
2022-08-30
usb: gadget: mass_storage: Fix cdrom data transfers on MAC-OS
Krishna Kurapati
1
-2
/
+4
2022-08-30
USB: core: Prevent nested device-reset calls
Alan Stern
1
-0
/
+10
2022-08-30
USB: gadget: Fix obscure lockdep violation for udc_mutex
Alan Stern
1
-10
/
+16
2022-08-30
usb: dwc2: fix wrong order of phy_power_on and phy_init
Heiner Kallweit
1
-4
/
+4
2022-08-30
usb: gadget: udc-xilinx: replace memcpy with memcpy_toio
Piyush Mehta
1
-8
/
+8
2022-08-30
usb: typec: Remove retimers properly
Heikki Krogerus
1
-0
/
+1
2022-08-30
usb: dwc3: disable USB core PHY management
Johan Hovold
1
-0
/
+10
2022-08-30
usb: add quirks for Lenovo OneLink+ Dock
Jean-Francois Le Fillatre
1
-0
/
+4
2022-08-30
tty: Make ->set_termios() old ktermios const
Ilpo Järvinen
2
-3
/
+4
2022-08-30
usb: serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
30
-64
/
+103
2022-08-29
USB: serial: option: add support for Cinterion MV32-WA/WB RmNet mode
Slark Xiao
1
-0
/
+6
2022-08-29
USB: serial: ftdi_sio: add Omron CS1W-CIF31 device id
Niek Nooijens
2
-0
/
+8
2022-08-29
USB: serial: option: add Quectel EM060K modem
Yonglin Tan
1
-0
/
+4
2022-08-29
USB: serial: option: add support for OPPO R11 diag port
Yan Xinyu
1
-0
/
+5
2022-08-25
Revert "xhci: turn off port power in shutdown"
Mathias Nyman
3
-16
/
+3
2022-08-25
xhci: Add grace period after xHC start to prevent premature runtime suspend.
Mathias Nyman
3
-2
/
+15
2022-08-25
xhci: Fix null pointer dereference in remove if xHC has only one roothub
Mathias Nyman
1
-3
/
+8
2022-08-23
Revert "usb: typec: ucsi: add a common function ucsi_unregister_connectors()"
Takashi Iwai
1
-29
/
+24
2022-08-23
usb: dwc3: qcom: suppress unused-variable warning
Johan Hovold
1
-1
/
+1
2022-08-19
USB: cdc-acm: Add Icom PMR F3400 support (0c26:0020)
Thierry GUIBERT
1
-0
/
+3
2022-08-19
usb: gadget: f_uac2: fix superspeed transfer
Jing Leng
1
-2
/
+14
2022-08-19
usb/hcd: Fix dma_map_sg error check
Jack Wang
1
-1
/
+1
2022-08-19
usb: gadget: tegra: Reduce pad power
Jim Lin
1
-1
/
+5
2022-08-19
usb: move from strlcpy with unused retval to strscpy
Wolfram Sang
11
-18
/
+18
2022-08-19
USB: gadget: f_mass_storage: get rid of DEVICE_ATTR() usage
Greg Kroah-Hartman
1
-3
/
+8
2022-08-19
usb: gadget: udc: renesas_usb3: Add support for RZ/V2M
Phil Edworthy
1
-27
/
+104
2022-08-19
usb: typec: tcpci_rt1711h: Fix CC PHY noise filter of voltage level
Gene Chen
1
-1
/
+57
2022-08-19
usb: typec: tcpci: Move function "tcpci_to_typec_cc" to common
Gene Chen
1
-22
/
+0
2022-08-19
usb: typec: tcpci_rt1711h: Add compatible id with rt1715
Gene Chen
1
-9
/
+34
2022-08-19
usb: typec: tcpci_rt1711h: Add initial phy setting
Gene Chen
1
-1
/
+14
2022-08-19
usb: typec: tcpci_rt1711h: Add regulator support when source vbus
Gene Chen
1
-0
/
+28
2022-08-19
usb: typec: tcpci_rt1711h: Fix vendor setting when set vconn
Gene Chen
1
-2
/
+4
2022-08-19
usb: dwc3: qcom: clean up icc init
Johan Hovold
1
-8
/
+7
2022-08-19
usb: dwc3: qcom: only parse 'maximum-speed' once
Johan Hovold
1
-2
/
+3
2022-08-19
usb: common: debug: Check non-standard control requests
Thinh Nguyen
1
-32
/
+64
2022-08-19
usb: dwc3: trace: add Start of Frame Number to trace event
Michael Grzeschik
1
-1
/
+2
[prev]
[next]