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-08-07
usb: chipidea: Use of_property_present()
Rob Herring (Arm)
-1
/
+1
2024-08-07
usb: typec: tcpm/tcpci_maxim: use device managed TCPCI port deregistration
André Draszik
-16
/
+14
2024-08-07
usb: typec: tcpm/tcpci_maxim: convert to dev_err_probe()
André Draszik
-10
/
+11
2024-08-07
usb: typec: tcpm/tcpci_maxim: use GENMASK() for TCPC_VENDOR_ADC_CTRL1 register
André Draszik
-5
/
+5
2024-08-07
usb: typec: tcpm/tcpci_maxim: use GENMASK() for TCPC_VENDOR_CC_CTRL3 register
André Draszik
-10
/
+8
2024-08-07
usb: typec: tcpm/tcpci_maxim: use GENMASK() for TCPC_VENDOR_CC_CTRL2 register
André Draszik
-10
/
+14
2024-08-07
usb: typec: tcpm/tcpci_maxim: drop STATUS_CHECK()
André Draszik
-3
/
+1
2024-08-07
usb: typec: tcpm/tcpci_maxim: simplify clearing of TCPC_ALERT_RX_BUF_OVF
André Draszik
-6
/
+4
2024-08-07
usb: typec: tcpm/tcpci_maxim: sort TCPC_ALERT_MASK values by bit
André Draszik
-5
/
+7
2024-08-07
usb: typec: tcpci: use GENMASK() for TCPC_TRANSMIT register fields
André Draszik
-2
/
+5
2024-08-07
usb: typec: tcpci: use GENMASK() for TCPC_MSG_HDR_INFO_REV
André Draszik
-1
/
+1
2024-08-07
usb: typec: tcpci: use GENMASK() for TCPC_ROLE_CTRL_RP_VAL
André Draszik
-15
/
+18
2024-08-07
usb: typec: tcpci: use GENMASK() for TCPC_ROLE_CTRL_CC[12]
André Draszik
-46
/
+40
2024-08-07
usb: typec: tcpci: use GENMASK() for TCPC_CC_STATUS_CC[12]
André Draszik
-13
/
+9
2024-08-07
usb: typec: tcpm/tcpci_maxim: clarify a comment
André Draszik
-1
/
+1
2024-08-07
usb: typec: ucsi: Fix a deadlock in ucsi_send_command_common()
Heikki Krogerus
-7
/
+4
2024-08-07
usb: typec: tcpm: avoid sink goto SNK_UNATTACHED state if not received source...
Xu Yang
-1
/
+1
2024-08-07
usb: gadget: f_fs: pull out f->disable() from ffs_func_set_alt()
Tudor Ambarus
-14
/
+22
2024-08-07
usb: gadget: f_fs: restore ffs_func_disable() functionality
Tudor Ambarus
-3
/
+3
2024-08-07
Merge tag 'usb-serial-6.11-rc2' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
-0
/
+7
2024-07-31
USB: serial: debug: do not echo input by default
Marek Marczykowski-Górecki
-0
/
+7
2024-07-31
usb: dwc2: Skip clock gating on Broadcom SoCs
Stefan Wahren
-0
/
+1
2024-07-31
usb: dwc2: Add comment about BCM2848 ACPI ID
Stefan Wahren
-0
/
+1
2024-07-31
usb: dwc2: debugfs: Print parameter no_clock_gating
Stefan Wahren
-0
/
+1
2024-07-31
usb: misc: eud: switch to fallback compatible for device matching
Krzysztof Kozlowski
-1
/
+1
2024-07-31
usb: gadget: u_serial: add .get_icount() support
Michael Walle
-0
/
+22
2024-07-31
usb: typec: ucsi: glink: Remove unnecessary semicolon
Chen Ni
-1
/
+1
2024-07-31
usbip: Add USB_SPEED_SUPER_PLUS as valid arg
Łukasz Bartosik
-19
/
+20
2024-07-31
USB: ohci-ppc-of: Drop ohci-littledian compatible
Krzysztof Kozlowski
-4
/
+0
2024-07-31
usb: gadget: f_uac1: Expose all string descriptors through configfs.
Chris Wulff
-17
/
+74
2024-07-31
usb: typec: tipd: Delete extra semi-colon
Harshit Mogalapalli
-1
/
+1
2024-07-31
usb: typec: tipd: Fix dereferencing freeing memory in tps6598x_apply_patch()
Harshit Mogalapalli
-1
/
+1
2024-07-31
usb: gadget: u_serial: Set start_delayed during suspend
Prashanth K
-0
/
+1
2024-07-31
usb: typec: tcpci: Fix error code in tcpci_check_std_output_cap()
Dan Carpenter
-1
/
+1
2024-07-31
usb: typec: fsa4480: Check if the chip is really there
Konrad Dybcio
-0
/
+14
2024-07-31
usb: gadget: core: Check for unset descriptor
Chris Wulff
-6
/
+4
2024-07-31
usb: vhci-hcd: Do not drop references before new references are gained
Oliver Neukum
-3
/
+6
2024-07-31
usb: gadget: u_audio: Check return codes from usb_ep_enable and config_ep_by_...
Chris Wulff
-8
/
+34
2024-07-31
usb: gadget: midi2: Fix the response for FB info with block 0xff
Takashi Iwai
-6
/
+15
2024-07-31
Merge tag 'usb-serial-6.11-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
-13
/
+9
2024-07-27
Merge tag 'devicetree-fixes-for-6.11-1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-3
/
+1
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-5
/
+5
2024-07-25
of: remove internal arguments from of_property_for_each_u32()
Luca Ceresoli
-3
/
+1
2024-07-19
Merge tag 'pci-v6.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-2
/
+2
2024-07-19
Merge tag 'usb-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-787
/
+1432
2024-07-10
Merge tag 'usb-serial-6.10-rc8' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
-0
/
+73
2024-07-10
usb: gadget: f_uac2: fix non-newline-terminated function name
John Keeping
-1
/
+4
2024-07-10
USB: uas: Implement the new shutdown callback
Kerem Karabay
-3
/
+2
2024-07-10
USB: core: add 'shutdown' callback to usb_driver
Kerem Karabay
-0
/
+14
2024-07-10
usb: typec: Drop explicit initialization of struct i2c_device_id::driver_data...
Uwe Kleine-König
-8
/
+8
[prev]
[next]