summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2024-12-24usb: gadget: f_tcm: Cleanup requests on ep disableThinh Nguyen1-2/+13
2024-12-24usb: gadget: f_tcm: Handle abort commandThinh Nguyen1-0/+18
2024-12-24usb: gadget: f_tcm: Minor cleanup redundant codeThinh Nguyen1-2/+0
2024-12-24usb: gadget: f_tcm: Execute command on write completionThinh Nguyen2-9/+34
2024-12-24usb: gadget: f_tcm: Return ATA cmd directionThinh Nguyen1-0/+2
2024-12-24usb: gadget: f_tcm: Use extra number of commandsThinh Nguyen1-1/+1
2024-12-24usb: gadget: f_tcm: Handle multiple commands in parallelThinh Nguyen1-12/+8
2024-12-24usb: gadget: f_tcm: Allocate matching number of commands to streamsThinh Nguyen2-56/+61
2024-12-24usb: gadget: f_tcm: Don't set static stream_idThinh Nguyen1-14/+3
2024-12-24usb: gadget: f_tcm: Get stream by sbitmap numberThinh Nguyen2-21/+6
2024-12-24usb: gadget: f_tcm: Limit number of sessionsThinh Nguyen1-1/+1
2024-12-24usb: gadget: f_tcm: Increase bMaxBurstThinh Nguyen1-2/+4
2024-12-24usb: gadget: f_tcm: Increase stream countThinh Nguyen1-1/+1
2024-12-24usb: gadget: f_tcm: Don't prepare BOT write request twiceThinh Nguyen1-17/+0
2024-12-24usb: gadget: f_tcm: ep_autoconfig with fullspeed endpointThinh Nguyen1-18/+14
2024-12-24usb: gadget: f_tcm: Fix Get/SetInterface return valueThinh Nguyen1-2/+10
2024-12-24usb: gadget: f_tcm: Decrement command ref count on cleanupThinh Nguyen1-0/+1
2024-12-24usb: gadget: f_tcm: Translate error to senseThinh Nguyen1-2/+2
2024-12-24usb: gadget: f_tcm: Don't free command immediatelyThinh Nguyen1-2/+0
2024-12-24usb: typec: Print err when displayport fails to enterAbhishek Pandit-Subedi1-1/+1
2024-12-24usb: typec: Make active on port altmode writableAbhishek Pandit-Subedi1-2/+3
2024-12-24usb: typec: Add driver for Thunderbolt 3 Alternate ModeHeikki Krogerus3-0/+399
2024-12-24usb: typec: Only use SVID for matching altmodesAbhishek Pandit-Subedi4-8/+6
2024-12-24usb: dwc3: gadget: Fix incorrect UDC state after manual deconfigurationRoy Luo1-0/+2
2024-12-24usbip: vudc: Constify 'struct bin_attribute'Thomas Weißschuh1-4/+4
2024-12-24usb: core: sysfs: Constify 'struct bin_attribute'Thomas Weißschuh1-6/+6
2024-12-24usbip: Accept arbitrarily long scatter-gather listJason Long1-6/+2
2024-12-24usb: typec: tcpm: Add new AMS for Get_Revision responseAmit Sunil Dhamne1-1/+40
2024-12-24usb: typec: tcpm: Add support for parsing pd-revision DT propertyAmit Sunil Dhamne1-2/+44
2024-12-24usb: typec: hd3ss3220: support configuring role preference based on fwnode pr...Oliver Facklam1-25/+47
2024-12-24usb: typec: hd3ss3220: support configuring port typeOliver Facklam1-1/+87
2024-12-24usb: typec: hd3ss3220: configure advertised power opmode based on fwnode prop...Oliver Facklam1-0/+53
2024-12-23usb: gadget: f_fs: Remove WARN_ON in functionfs_bindAkash M1-1/+1
2024-12-23USB: core: Disable LPM only for non-suspended portsKai-Heng Feng1-3/+4
2024-12-23usb: fix reference leak in usb_new_device()Ma Ke1-2/+4
2024-12-23usb: typec: tcpci: fix NULL pointer issue on shared irq caseXu Yang1-10/+15
2024-12-23usb: gadget: u_serial: Disable ep before setting port to null to fix the cras...Lianqin Hu1-4/+4
2024-12-23usb: chipidea: ci_hdrc_imx: decrement device's refcount in .remove() and in t...Joe Hattori1-8/+17
2024-12-23usb: typec: ucsi: Set orientation as none when connector is unpluggedAbel Vesa1-0/+5
2024-12-23usb: gadget: configfs: Ignore trailing LF for user strings to cdevIngo Rohloff1-1/+5
2024-12-23USB: usblp: return error when setting unsupported protocolJun Yan1-3/+4
2024-12-23usb: gadget: f_uac2: Fix incorrect setting of bNumEndpointsPrashanth K1-0/+1
2024-12-23usb: typec: tcpm/tcpci_maxim: fix error code in max_contaminant_read_resistan...Dan Carpenter1-2/+2
2024-12-23usb: host: xhci-plat: set skip_phy_initialization if software node has XHCI_S...Xu Yang1-1/+2
2024-12-23usb: dwc3-am62: Disable autosuspend during removePrashanth K1-0/+1
2024-12-23usb: dwc3: gadget: fix writing NYET thresholdAndré Draszik2-1/+4
2024-12-23usb: typec: tcpci: set local CC to Rd only when cc1/cc2 status is RpXu Yang1-2/+2
2024-12-23USB: usblp: remove redundant semicolonJun Yan1-1/+1
2024-12-23USB: Optimize goto logic in API usb_register_driver()Zijun Hu1-4/+3
2024-12-23usb: dwc3: dwc3-am62: Re-initialize controller if lost power in PM suspendRoger Quadros1-27/+55