summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-03-2194-1907/+4488
|\
| * usb: usb-acpi: Fix oops due to freeing uninitialized pld pointerMathias Nyman2024-03-191-1/+1
| * Merge tag 'usb-serial-6.9-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2024-03-086-3/+19
| |\
| | * USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113MToru Katagiri2024-03-051-0/+2
| | * USB: serial: keyspan: remove redundant assignment to pointer dataColin Ian King2024-03-041-1/+0
| | * USB: serial: ftdi_sio: remove redundant assignment to variable cflagColin Ian King2024-03-041-1/+1
| | * USB: serial: oti6858: remove redundant assignment to variable divisorColin Ian King2024-03-041-1/+0
| | * USB: serial: option: add MeiG Smart SLM320 productAurélien Jacobs2024-03-041-0/+6
| | * USB: serial: cp210x: add ID for MGP Instruments PDS100Christian Häggström2024-03-041-0/+1
| | * USB: serial: add device ID for VeriFone adapterCameron Williams2024-03-041-0/+1
| | * USB: serial: ftdi_sio: add support for GMC Z216C Adapter IR-USBDaniel Vogelbacher2024-03-042-0/+8
| * | usb: gadget: net2272: Use irqflags in the call to net2272_probe_finColin Ian King2024-03-071-1/+1
| * | usb: gadget: tegra-xudc: Fix USB3 PHY retrieval logicWayne Chang2024-03-071-14/+25
| * | USB: gadget: pxa27x_udc: Remove unused of_gpio.hAndy Shevchenko2024-03-071-1/+0
| * | usb: gadget/snps_udc_plat: Remove unused of_gpio.hAndy Shevchenko2024-03-071-1/+0
| * | usb: ohci-pxa27x: Remove unused of_gpio.hAndy Shevchenko2024-03-071-1/+0
| * | usb: sl811-hcd: only defined function checkdone if QUIRK2 is definedColin Ian King2024-03-071-0/+2
| * | usb: Clarify expected behavior of dev_bin_attrs_are_visible()Elbert Mai2024-03-061-2/+5
| * | xhci: Allow RPM on the USB controller (1022:43f7) by defaultBasavaraj Natikar2024-03-051-1/+4
| * | usb: isp1760: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-03-051-5/+3
| * | usb: misc: onboard_hub: use pointer consistently in the probe functionJavier Carrasco2024-03-051-1/+1
| * | usb: gadget: fsl: Increase size of name buffer for endpointsUwe Kleine-König2024-03-051-1/+1
| * | usb: gadget: fsl: Add of device table to enable module autoloadingUwe Kleine-König2024-03-051-0/+10
| * | usb: typec: tcpm: add support to set tcpc connector orientatitionMarco Felsch2024-03-051-0/+6
| * | usb: typec: tcpci: add generic tcpci fallback compatibleMarco Felsch2024-03-051-0/+1
| * | usb: gadget: fsl-udc: Replace custom log wrappers by dev_{err,warn,dbg,vdbg}Uwe Kleine-König2024-03-052-100/+62
| * | usb: core: Set connect_type of ports based on DT nodeStephen Boyd2024-03-052-0/+73
| * | usb: misc: onboard_usb_hub: Add support for TI TUSB8020BMacpaul Lin2024-03-052-0/+9
| * | usb: musb: remove unused variable 'count'Colin Ian King2024-03-051-4/+0
| * | usb: dwc3: core: Add DWC31 version 2.00a controllerWesley Cheng2024-03-051-0/+1
| * | usb: dwc3-am62: add workaround for Errata i2409Roger Quadros2024-03-051-1/+18
| * | usb: dwc3-am62: Fix PHY core voltage selectionRoger Quadros2024-03-051-1/+9
| * | usb: dwc3-am62: Disable wakeup at removeRoger Quadros2024-03-051-0/+1
| * | usb: dwc3-am62: fix module unload/reload behaviorRoger Quadros2024-03-051-10/+2
| * | usb: dwc3: of-simple: Add compatible for hi3798mv200 DWC3 controllerYang Xiwen2024-03-051-0/+1
| * | usb: typec: ucsi: Register SOP' alternate modes with cable plugJameson Thies2024-03-052-0/+62
| * | usb: typec: ucsi: Register SOP/SOP' Discover Identity ResponsesJameson Thies2024-03-052-0/+141
| * | usb: typec: ucsi: Register cables based on GET_CABLE_PROPERTYJameson Thies2024-03-052-0/+78
| * | usb: typec: ucsi: Clean up UCSI_CABLE_PROP macrosJameson Thies2024-03-051-2/+2
| * | usb: typec: altmodes/displayport: send configure message on sop'RD Babiera2024-03-051-1/+2
| * | usb: typec: tcpm: fix SOP' sequences in tcpm_pd_svdmRD Babiera2024-03-051-10/+16
| * | usb: usb-acpi: Set port connect type of not connectable ports correctlyMathias Nyman2024-03-051-23/+23
| * | usb: dwc3: qcom: Remove ACPI support from glue driverKrishna Kurapati2024-03-052-265/+13
| * | usb: Export BOS descriptor to sysfsElbert Mai2024-03-051-17/+61
| * | usb: cdns3: Fix spelling mistake "supporte" -> "supported"Colin Ian King2024-03-021-1/+1
| * | USB: document some API requirements on disconnectionMichal Pecio2024-03-021-1/+4
| * | usb: xhci: Add error handling in xhci_map_urb_for_dmaPrashanth K2024-03-021-0/+2
| * | xhci: dbc: poll at different rate depending on data transfer activityMathias Nyman2024-03-022-2/+13
| * | xhci: retry Stop Endpoint on buggy NEC controllersMichal Pecio2024-03-021-0/+9
| * | xhci: fix matching completion events with TDsMichal Pecio2024-03-021-4/+3