index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
Age
Commit message (
Expand
)
Author
Lines
2024-10-17
usb: gadget: uvc: set req_size and n_requests based on the frame interval
Michael Grzeschik
-25
/
+56
2024-10-17
usb: gadget: uvc: add g_parm and s_parm for frame interval
Michael Grzeschik
-0
/
+54
2024-10-17
usb: gadget: uvc: rework to enqueue in pump worker from encoded queue
Michael Grzeschik
-98
/
+87
2024-10-17
usb: gadget: uvc: only enqueue zero length requests in potential underrun
Michael Grzeschik
-1
/
+21
2024-10-17
usb: gadget: uvc: wake pump everytime we update the free list
Michael Grzeschik
-0
/
+4
2024-10-17
usb: typec: ucsi: Add support for the partner USB Modes
Heikki Krogerus
-0
/
+11
2024-10-17
usb: typec: ucsi: Supply the USB capabilities to the ports
Heikki Krogerus
-0
/
+15
2024-10-17
usb: typec: Add attribute file showing the USB Modes of the partner
Heikki Krogerus
-4
/
+122
2024-10-17
usb: typec: Add attribute file showing the supported USB modes of the port
Heikki Krogerus
-0
/
+82
2024-10-17
usb: require FMODE_WRITE for usbdev_mmap()
Jann Horn
-0
/
+3
2024-10-16
usb: gadget: uvc: configfs: Add frame-based frame format support
Akash Kumar
-12
/
+363
2024-10-16
usb: gadget: f_uac2: fix return value for UAC2_ATTRIBUTE_STRING store
Kevin Groeneveld
-3
/
+3
2024-10-16
usb: dwc3: core: Fix system suspend on TI AM62 platforms
Roger Quadros
-0
/
+22
2024-10-16
xhci: tegra: fix checked USB2 port number
Henry Lin
-1
/
+1
2024-10-16
usb: dwc3: Wait for EndXfer completion before restoring GUSB2PHYCFG
Prashanth K
-4
/
+6
2024-10-16
usb: typec: qcom-pmic-typec: fix sink status being overwritten with RP_DEF
Jonathan Marek
-1
/
+0
2024-10-16
usb: typec: altmode should keep reference to parent
Thadeu Lima de Souza Cascardo
-0
/
+3
2024-10-16
usb: gadget: uvc: Remove extra semicolon from the macro
Abhishek Tamboli
-1
/
+1
2024-10-16
usb: typec: ucsi: UCSI2.0 Set Sink Path command support
Pooja Katiyar
-0
/
+2
2024-10-16
usb: typec: ucsi: Do not call ACPI _DSM method for UCSI read operations
Saranya Gopal
-51
/
+5
2024-10-16
mfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C device
Andy Shevchenko
-4
/
+0
2024-10-14
Merge 6.12-rc3 into usb-next
Greg Kroah-Hartman
-89
/
+116
2024-10-13
Merge tag 'usb-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-37
/
+64
2024-10-13
USB: chaoskey: Fix possible deadlock chaoskey_list_lock
Edward Adam Davis
-2
/
+2
2024-10-07
USB: yurex: kill needless initialization in yurex_read
Oliver Neukum
-1
/
+1
2024-10-07
Revert "usb: yurex: Replace snprintf() with the safer scnprintf() variant"
Oliver Neukum
-11
/
+8
2024-10-04
usb: xhci: Fix problem with xhci resume from suspend
Jose Alberto Reguero
-0
/
+5
2024-10-04
usb: misc: onboard_usb_dev: introduce new config symbol for usb5744 SMBus sup...
Radhey Shyam Pandey
-2
/
+16
2024-10-04
usb: dwc3: core: Stop processing of pending events if controller is halted
Selvarasu Ganesan
-18
/
+19
2024-10-04
usb: dwc3: re-enable runtime PM after failed resume
Roy Luo
-5
/
+3
2024-10-04
usb: storage: ignore bogus device raised by JieLi BR21 USB sound chip
Icenowy Zheng
-0
/
+11
2024-10-04
usb: gadget: core: force synchronous registration
John Keeping
-0
/
+1
2024-10-04
USB: chaoskey: fail open after removal
Oliver Neukum
-11
/
+24
2024-10-04
usb: yurex: make waiting on yurex_write interruptible
Oliver Neukum
-5
/
+4
2024-10-04
usb: using mutex lock and supporting O_NONBLOCK flag in iowarrior_read()
Jeongjun Park
-10
/
+36
2024-10-04
usb: Reorganize kerneldoc parameter names
Julia Lawall
-2
/
+2
2024-10-04
usb: chipidea: udc: improve error recovery for ISO transfer
Xu Yang
-4
/
+9
2024-10-04
usb: chipidea: udc: improve dTD link logic
Xu Yang
-1
/
+8
2024-10-04
usb: chipidea: udc: handle USB Error Interrupt if IOC not set
Xu Yang
-1
/
+1
2024-10-04
usb: chipidea: udc: create bounce buffer for problem sglist entries if possible
Xu Yang
-0
/
+150
2024-10-04
usb: chipidea: udc: limit usb request length to max 16KB
Xu Yang
-0
/
+7
2024-10-04
usb: chipidea: add CI_HDRC_HAS_SHORT_PKT_LIMIT flag
Xu Yang
-0
/
+4
2024-10-04
usb: Switch back to struct platform_driver::remove()
Uwe Kleine-König
-135
/
+135
2024-10-04
usb: phy: isp1301:: Drop explicit initialization of struct i2c_device_id::dri...
Uwe Kleine-König
-1
/
+1
2024-10-04
usb: gadget: f_midi: prefer strscpy() over strcpy()
Abdul Rahim
-4
/
+4
2024-10-04
usb: typec: stusb160x: Make use of i2c_get_match_data()
Andy Shevchenko
-4
/
+3
2024-10-04
usb: typec: tcpm: use max() to get higher value
R Sundar
-1
/
+1
2024-10-04
usb: typec: ucsi: glink: use device_for_each_child_node_scoped()
Javier Carrasco
-6
/
+3
2024-10-04
usb: atm: Correct some typos
Shen Lichuan
-4
/
+4
2024-10-04
usb: dwc3: Correct some typos in comments
Shen Lichuan
-4
/
+4
[prev]
[next]