summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorLines
2025-01-13Merge 6.13-rc7 into usb-nextGreg Kroah-Hartman-41/+84
2025-01-11usb: host: xhci-plat: Assign shared_hcd->rsrc_startWangYuli-0/+2
2025-01-11usb: dwc3: omap: Fix devm_regulator_get_optional() error handlingRob Herring (Arm)-2/+5
2025-01-11usb: dwc3: st: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Raphael Gallais-Pou-4/+2
2025-01-11usb: dwc3-am62: Fix an OF node leak in phy_syscon_pll_refclk()Joe Hattori-0/+1
2025-01-11usb: dwc3: Skip resume if pm_runtime_set_active() failsRay Chi-1/+4
2025-01-11usb: typec: cros-ec-ucsi: Mark cros_ucsi_ops static/constStephen Boyd-1/+1
2025-01-11usb: typec: cros-ec-ucsi: Add newlines to printk messagesStephen Boyd-16/+12
2025-01-10usb-storage: fix queue freeze vs limits lock orderChristoph Hellwig-4/+1
2025-01-10Merge tag 'usb-serial-6.13-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman-1/+4
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker-1/+1
2025-01-08USB: serial: ch341: use fix-width types consistentlyJohan Hovold-4/+3
2025-01-08USB: serial: option: add Neoway N723-EA supportMichal Hrusecky-0/+1
2025-01-08USB: serial: option: add MeiG Smart SRM815Chukun Pan-1/+2
2025-01-08USB: serial: cp210x: add Phoenix Contact UPS DeviceJohan Hovold-0/+1
2025-01-08USB: serial: ch341: add hardware flow control RTS/CTSLode Willems-0/+28
2025-01-07usb: typec: fix pm usage counter imbalance in ucsi_ccg_sync_control()GONG Ruiqi-2/+2
2025-01-07usb-storage: Add max sectors quirk for Nokia 208Lubomir Rintel-0/+7
2025-01-07usb: gadget: midi2: Reverse-select at the right placeTakashi Iwai-2/+2
2025-01-03usb: typec: class: Remove both cable_match() and partner_match()Zijun Hu-15/+12
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu-4/+4
2025-01-03usb: typec: ucsi: Implement ChromeOS UCSI driverPavan Holla-0/+351
2025-01-03usb: dwc3: omap: Use devm_regulator_get_optional()Rob Herring (Arm)-8/+4
2025-01-03usb: cdns3: remove redundant if branchHongyu Xie-3/+1
2024-12-27usb: typec: ucsi: make yoga_c630_ucsi_ops be staticPei Xiao-1/+1
2024-12-27xhci: Add missing capability definition bitsMathias Nyman-0/+6
2024-12-27xhci: Add command completion parameter supportMathias Nyman-4/+10
2024-12-27usb: xhci: Fix NULL pointer dereference on certain command abortsMichal Pecio-1/+2
2024-12-27xhci: dbgtty: Improve performance by handling received data immediately.Mathias Nyman-33/+65
2024-12-27xhci: dbc: Improve performance by removing delay in transfer event polling.Mathias Nyman-1/+1
2024-12-24usb: gadget: f_tcm: Refactor goto check_conditionThinh Nguyen-14/+12
2024-12-24usb: gadget: f_tcm: Track BOT command krefThinh Nguyen-1/+2
2024-12-24usb: gadget: f_tcm: Requeue command request on errorThinh Nguyen-1/+6
2024-12-24usb: gadget: f_tcm: Stall on invalid CBWThinh Nguyen-1/+16
2024-12-24usb: gadget: f_tcm: Check overlapped commandThinh Nguyen-1/+127
2024-12-24usb: gadget: f_tcm: Handle TASK_MANAGEMENT commandsThinh Nguyen-19/+206
2024-12-24usb: gadget: f_tcm: Send sense on cancelled transferThinh Nguyen-1/+2
2024-12-24usb: gadget: f_tcm: Save CPU ID per commandThinh Nguyen-0/+1
2024-12-24usb: gadget: f_tcm: Stop proceeding further on -ESHUTDOWNThinh Nguyen-3/+7
2024-12-24usb: gadget: f_tcm: Cleanup requests on ep disableThinh Nguyen-2/+13
2024-12-24usb: gadget: f_tcm: Handle abort commandThinh Nguyen-0/+18
2024-12-24usb: gadget: f_tcm: Minor cleanup redundant codeThinh Nguyen-2/+0
2024-12-24usb: gadget: f_tcm: Execute command on write completionThinh Nguyen-9/+34
2024-12-24usb: gadget: f_tcm: Return ATA cmd directionThinh Nguyen-0/+2
2024-12-24usb: gadget: f_tcm: Use extra number of commandsThinh Nguyen-1/+1
2024-12-24usb: gadget: f_tcm: Handle multiple commands in parallelThinh Nguyen-12/+8
2024-12-24usb: gadget: f_tcm: Allocate matching number of commands to streamsThinh Nguyen-56/+61
2024-12-24usb: gadget: f_tcm: Don't set static stream_idThinh Nguyen-14/+3
2024-12-24usb: gadget: f_tcm: Get stream by sbitmap numberThinh Nguyen-21/+6
2024-12-24usb: gadget: f_tcm: Limit number of sessionsThinh Nguyen-1/+1