aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2024-06-18Merge tag 'v6.10-rc4' into usb-nextGreg Kroah-Hartman12-31/+89
2024-06-14USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messagesAlan Stern1-2/+2
2024-06-12xhci: Handle TD clearing for multiple streams caseHector Martin2-11/+44
2024-06-12xhci: Apply broken streams quirk to Etron EJ188 xHCI hostKuangyi Chiang1-1/+3
2024-06-12xhci: Apply reset resume quirk to Etron EJ188 xHCI hostKuangyi Chiang1-0/+5
2024-06-12xhci: Set correct transferred length for cancelled bulk transfersMathias Nyman1-3/+2
2024-06-04usb: typec: ucsi: Enable UCSI v2.0 notificationsDiogo Ivo1-1/+18
2024-06-04usb: typec: ucsi: Add new capability bitsDiogo Ivo1-1/+7
2024-06-04usb: typec: mux: gpio-sbu: Make enable gpio optionalFrancesco Dolcini1-1/+5
2024-06-04usb: typec: ucsi: Always set number of alternate modesJameson Thies1-3/+11
2024-06-04usb: typec: ucsi: Delay alternate mode discoveryJameson Thies1-2/+2
2024-06-04usb: typec: Update sysfs when setting opsAbhishek Pandit-Subedi3-3/+19
2024-06-04usb: typec: ucsi: Fix null pointer dereference in traceAbhishek Pandit-Subedi1-1/+1
2024-06-04usb: musb: da8xx: Implement BABBLE recoveryBastien Curutchet1-0/+8
2024-06-04usb: musb: da8xx: Remove try_idle implementation from host-only modeBastien Curutchet1-1/+4
2024-06-04Revert "usb: musb: da8xx: Set phy in OTG mode by default"Bastien Curutchet1-7/+0
2024-06-04usb: typec: tcpm: print error on hard resetSebastian Reichel1-0/+2
2024-06-04usb: typec: tcpm: avoid resets for missing source capability messagesSebastian Reichel1-2/+25
2024-06-04usb: musb: mpfs: detect UPLI external vbus control requirement from DTConor Dooley1-0/+2
2024-06-04usb: host: oxu210hp: remove unused struct 'ehci_dbg_port'Dr. David Alan Gilbert1-25/+0
2024-06-04usb: typec: ucsi: Add new notification bitsDiogo Ivo1-12/+17
2024-06-04usb: dwc2: gadget: Don't write invalid mapped sg entries into dma_desc with i...Peng Hongchi1-2/+2
2024-06-04usb: cdns3-ti: Add workaround for Errata i2409Roger Quadros1-1/+14
2024-06-04usb: cdns3: Add quirk flag to enable suspend residencyRoger Quadros3-1/+13
2024-06-04usbip: Don't submit special requests twiceSimon Holesch1-27/+50
2024-06-04usb-storage: Optimize scan delay more preciselyNorihiko Hama1-4/+97
2024-06-04usb: typec: nb7vpq904m: Remove unneeded indentationR Sundar1-33/+35
2024-06-04usb-storage: alauda: Check whether the media is initializedShichao Lai1-3/+6
2024-06-04usb: typec: ucsi: Ack also failed Get Error commandsHeikki Krogerus1-1/+6
2024-06-04kcov, usb: disable interrupts in kcov_remote_start_usb_softirqAndrey Konovalov1-5/+7
2024-06-04usb: typec: tcpm: Ignore received Hard Reset in TOGGLING stateKyle Tso1-0/+1
2024-06-04usb: typec: tcpm: fix use-after-free case in tcpm_register_source_capsAmit Sunil Dhamne1-1/+3
2024-06-04USB: xen-hcd: Traverse host/ when CONFIG_USB_XEN_HCD is selectedJohn Ernberg1-0/+1
2024-06-04usb: typec: ucsi: glink: increase max ports for x1e80100Johan Hovold1-1/+1
2024-06-04Revert "usb: chipidea: move ci_ulpi_init after the phy initialization"Peter Chen2-4/+9
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)8-47/+47
2024-05-22Merge tag 'usb-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds79-1446/+1869
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2024-05-14Merge 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