aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2025-01-08USB: serial: ch341: use fix-width types consistentlyJohan Hovold1-4/+3
2025-01-08USB: serial: option: add Neoway N723-EA supportMichal Hrusecky1-0/+1
2025-01-08USB: serial: option: add MeiG Smart SRM815Chukun Pan1-1/+2
2025-01-08USB: serial: cp210x: add Phoenix Contact UPS DeviceJohan Hovold1-0/+1
2025-01-08USB: serial: ch341: add hardware flow control RTS/CTSLode Willems1-0/+28
2025-01-07usb: typec: fix pm usage counter imbalance in ucsi_ccg_sync_control()GONG Ruiqi1-2/+2
2025-01-07usb-storage: Add max sectors quirk for Nokia 208Lubomir Rintel1-0/+7
2025-01-07usb: gadget: midi2: Reverse-select at the right placeTakashi Iwai1-2/+2
2025-01-03usb: typec: class: Remove both cable_match() and partner_match()Zijun Hu1-15/+12
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu1-4/+4
2025-01-03usb: typec: ucsi: Implement ChromeOS UCSI driverPavan Holla3-0/+351
2025-01-03usb: dwc3: omap: Use devm_regulator_get_optional()Rob Herring (Arm)1-8/+4
2025-01-03usb: cdns3: remove redundant if branchHongyu Xie1-3/+1
2024-12-27usb: typec: ucsi: make yoga_c630_ucsi_ops be staticPei Xiao1-1/+1
2024-12-27xhci: Add missing capability definition bitsMathias Nyman1-0/+6
2024-12-27xhci: Add command completion parameter supportMathias Nyman2-4/+10
2024-12-27usb: xhci: Fix NULL pointer dereference on certain command abortsMichal Pecio1-1/+2
2024-12-27xhci: dbgtty: Improve performance by handling received data immediately.Mathias Nyman1-33/+65
2024-12-27xhci: dbc: Improve performance by removing delay in transfer event polling.Mathias Nyman1-1/+1
2024-12-24usb: gadget: f_tcm: Refactor goto check_conditionThinh Nguyen1-14/+12
2024-12-24usb: gadget: f_tcm: Track BOT command krefThinh Nguyen1-1/+2
2024-12-24usb: gadget: f_tcm: Requeue command request on errorThinh Nguyen1-1/+6
2024-12-24usb: gadget: f_tcm: Stall on invalid CBWThinh Nguyen2-1/+16
2024-12-24usb: gadget: f_tcm: Check overlapped commandThinh Nguyen2-1/+127
2024-12-24usb: gadget: f_tcm: Handle TASK_MANAGEMENT commandsThinh Nguyen2-19/+206
2024-12-24usb: gadget: f_tcm: Send sense on cancelled transferThinh Nguyen1-1/+2
2024-12-24usb: gadget: f_tcm: Save CPU ID per commandThinh Nguyen1-0/+1
2024-12-24usb: gadget: f_tcm: Stop proceeding further on -ESHUTDOWNThinh Nguyen1-3/+7
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-17/+13
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