summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
10 daystracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)8-47/+47
10 daysMerge tag 'usb-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds79-1446/+1869
11 daysMerge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2024-05-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-53/+51
2024-05-11usb: fotg210: Add missing kernel doc descriptionAndy Shevchenko1-0/+1
2024-05-11usb: dwc3: core: Fix unused variable warning in core driverKrishna Kurapati1-3/+0
2024-05-10usb: typec: tipd: rely on i2c_get_match_data()Javier Carrasco1-4/+1
2024-05-10usb: typec: tipd: fix event checking for tps6598xJavier Carrasco2-13/+43
2024-05-10usb: typec: tipd: fix event checking for tps25750Javier Carrasco1-3/+3
2024-05-10usb: fotg210: Use *-y instead of *-objs in MakefileAndy Shevchenko1-7/+3
2024-05-10usb: typec: ucsi: displayport: Fix potential deadlockHeikki Krogerus1-4/+0
2024-05-10usb: typec: qcom-pmic-typec: split HPD bridge alloc and registrationDmitry Baryshkov1-2/+8
2024-05-10usb: musc: Remove unused list 'buffers'Dr. David Alan Gilbert1-9/+0
2024-05-10usb: dwc3: Wait unconditionally after issuing EndXfer commandPrashanth K1-3/+1
2024-05-10Merge 6.9-rc7 into usb-nextGreg Kroah-Hartman15-84/+147
2024-05-04usb: gadget: u_audio: Clear uac pointer when freed.Chris Wulff1-0/+2
2024-05-04usb: gadget: u_audio: Fix race condition use of controls after free during ga...Chris Wulff1-10/+9
2024-05-04usb: core: Remove the useless struct usb_devmap which is just a bitmapChristophe JAILLET2-7/+6
2024-05-03USB: usb_parse_endpoint: ignore reserved bitsOliver Neukum1-4/+4
2024-05-01usb: xhci: compact 'trb_in_td()' argumentsNiklas Neronin2-27/+16
2024-05-01usb: xhci: remove duplicate TRB_TO_SLOT_ID() callsNiklas Neronin1-11/+6
2024-05-01xhci: pci: Use PCI_VENDOR_ID_RENESASAndy Shevchenko1-2/+2
2024-05-01xhci: pci: Group out Thunderbolt xHCI IDsAndy Shevchenko1-7/+9
2024-05-01xhci: pci: Use full names in PCI IDs for Intel platformsAndy Shevchenko1-9/+9
2024-05-01usb: xhci: remove goto 'cleanup' in handle_tx_event()Niklas Neronin1-17/+21
2024-05-01usb: xhci: replace goto with return when possible in handle_tx_event()Niklas Neronin1-3/+3
2024-05-01usb: xhci: remove 'handling_skipped_tds' from handle_tx_event()Niklas Neronin1-9/+4
2024-05-01usb: xhci: prevent potential failure in handle_tx_event() for Transfer events...Niklas Neronin1-2/+3
2024-05-01xhci: remove XHCI_TRUST_TX_LENGTH quirkMathias Nyman4-30/+10
2024-05-01xhci: improve PORTSC register debugging outputMathias Nyman1-1/+6
2024-05-01usb: xhci: use array_size() when allocating and freeing memoryNiklas Neronin1-7/+7
2024-05-01usb: xhci: remove redundant variable 'erst_size'Niklas Neronin2-3/+1
2024-05-01usb: xhci: address off-by-one in xhci_num_trbs_free()Niklas Neronin1-1/+1
2024-05-01usb: xhci: improve debug message in xhci_ring_expansion_needed()Niklas Neronin1-4/+2
2024-05-01usb: xhci: check if 'requested segments' exceeds ERST capacityNiklas Neronin2-14/+14
2024-05-01xhci: remove xhci_check_usb2_port_capability helperMathias Nyman1-21/+8
2024-05-01xhci: stored cached port capability values in one placeMathias Nyman3-28/+7
2024-04-30usb: typec: tcpm: Check for port partner validity before consuming itBadhri Jagan Sridharan1-7/+23
2024-04-30usb: typec: tcpm: enforce ready state when queueing alt mode vdmRD Babiera1-0/+4
2024-04-30usb: typec: tcpm: unregister existing source caps before re-registrationAmit Sunil Dhamne1-1/+4
2024-04-30usb: typec: tcpm: clear pd_event queue in PORT_RESETRD Babiera1-0/+1
2024-04-30usb: typec: tcpm: queue correct sop type in tcpm_queue_vdm_unlockedRD Babiera1-1/+1
2024-04-30usb: dwc3: exynos: add support for Google Tensor gs101André Draszik1-0/+9
2024-04-30USB: fix up for "usb: misc: onboard_hub: rename to onboard_dev"Stephen Rothwell1-1/+5
2024-04-30usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed deviceAlan Stern1-2/+3
2024-04-30usb: ohci: Prevent missed ohci interruptsGuenter Roeck1-0/+8
2024-04-26usb: dwc3: core: Fix compile warning on s390 gcc in dwc3_get_phy callKrishna Kurapati1-3/+3
2024-04-25usb: hcd-pci: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+2
2024-04-24usb: dwc3: qcom: Add multiport suspend/resume support for wrapperKrishna Kurapati1-6/+17
2024-04-24usb: dwc3: qcom: Enable wakeup for applicable ports of multiportKrishna Kurapati1-30/+41