aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
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 property and typec_operationOliver 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 propertyOliver 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 crash caused by port being nullLianqin Hu1-4/+4
2024-12-23usb: chipidea: ci_hdrc_imx: decrement device's refcount in .remove() and in the error path of .probe()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_resistance_kohm()Dan Carpenter1-2/+2
2024-12-23usb: host: xhci-plat: set skip_phy_initialization if software node has XHCI_SKIP_PHY_INIT propertyXu 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
2024-12-23usb: common: expand documentation for USB functionsLucy Mielke1-0/+14
2024-12-23usb: typec: intel_pmc_mux: Silence snprintf() output truncation warningHeikki Krogerus1-1/+1
2024-12-23Merge 6.14-rc4 into usb-nextGreg Kroah-Hartman3-3/+28
2024-12-19ACPI: bus: change the prototype for acpi_get_physical_device_locationRicardo Ribalda1-2/+1
2024-12-17usb: xhci: fix ring expansion regression in 6.13-rc1Niklas Neronin1-1/+1
2024-12-17xhci: Turn NEC specific quirk for handling Stop Endpoint errors genericMathias Nyman1-2/+0
2024-12-16Merge tag 'usb-serial-6.13-rc3' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg Kroah-Hartman1-0/+27
2024-12-16Merge 6.13-rc3 into usb-nextGreg Kroah-Hartman12-68/+115
2024-12-14Merge tag 'usb-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds11-67/+114
2024-12-11USB: serial: option: add Telit FE910C04 rmnet compositionsDaniele Palmas1-0/+6
2024-12-11USB: serial: option: add MediaTek T7XX compositionsJack Wu1-0/+2
2024-12-11USB: serial: option: add Netprisma LCUK54 modules for WWAN ReadyMank Wang1-0/+12
2024-12-11USB: serial: option: add MeiG Smart SLM770AMichal Hrusecky1-0/+3
2024-12-11USB: serial: option: add TCL IK512 MBIM & ECMDaniel Swanemar1-0/+4
2024-12-04scsi: Rename .device_configure() into .sdev_configure()Bart Van Assche2-5/+5
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche3-7/+7
2024-12-04usb: storage: add a macro for the upper limit of max LUNDingyan Li3-13/+5
2024-12-04usb: typec: ucsi: Fix connector status writing past buffer sizeLucas De Marchi1-1/+2
2024-12-04usb: typec: ucsi: Fix completion notificationsŁukasz Bartosik1-2/+4
2024-12-04usb: dwc2: Fix HCD port connection raceStefan Wahren1-1/+1
2024-12-04usb: dwc2: hcd: Fix GetPortStatus & SetPortFeatureStefan Wahren1-10/+6
2024-12-04usb: dwc2: Fix HCD resumeStefan Wahren1-0/+1