summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-02-2511-24/+74
|\
| * usb: typec: tpcm: Fix issues with power being removed during resetMark Brown2024-02-201-1/+2
| * usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBsKrishna Kurapati2024-02-191-1/+9
| * Revert "usb: typec: tcpm: reset counter when enter into unattached state afte...Ondrej Jirman2024-02-191-3/+0
| * usb: gadget: omap_udc: fix USB gadget regression on Palm TEAaro Koskinen2024-02-191-1/+2
| * usb: dwc3: gadget: Don't disconnect if not startedThinh Nguyen2024-02-191-0/+5
| * usb: cdns3: fix memory double free when handle zero packetFrank Li2024-02-191-1/+5
| * usb: cdns3: fixed memory use after free at cdns3_gadget_ep_disable()Frank Li2024-02-191-1/+1
| * usb: roles: don't get/set_role() when usb_role_switch is unregisteredXu Yang2024-02-191-2/+10
| * usb: roles: fix NULL pointer issue when put module's referenceXu Yang2024-02-191-6/+11
| * usb: cdnsp: fixed issue with incorrect detecting CDNSP family controllersPawel Laszczak2024-02-193-6/+14
| * usb: cdnsp: blocked some cdns3 specific codePawel Laszczak2024-02-191-2/+14
| * usb: uhci-grlib: Explicitly include linux/platform_device.hAndreas Larsson2024-02-191-0/+1
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2024-02-242-0/+14
|\ \ | |/ |/|
| * scsi: sd: usb_storage: uas: Access media prior to querying device propertiesMartin K. Petersen2024-02-142-0/+14
* | Revert "usb: dwc3: Support EBC feature of DWC_usb31"Thinh Nguyen2024-02-093-9/+0
* | Merge tag 'usb-serial-6.8-rc3' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2024-02-023-0/+4
|\ \
| * | USB: serial: option: add Fibocom FM101-GL variantPuliang Lu2024-01-311-0/+1
| * | USB: serial: qcserial: add new usb-id for Dell Wireless DW5826eJackBB Wu2024-01-301-0/+2
| * | USB: serial: cp210x: add ID for IMST iM871A-USBLeonard Dallmayr2024-01-301-0/+1
| |/
* | usb: typec: tcpm: fix the PD disabled caseDmitry Baryshkov2024-01-271-1/+2
* | usb: ucsi_acpi: Quirk to ack a connector change ack cmdChristian A. Ehrhardt2024-01-271-3/+68
* | usb: ucsi_acpi: Fix command completion handlingChristian A. Ehrhardt2024-01-271-4/+13
* | usb: ucsi: Add missing ppm_lockChristian A. Ehrhardt2024-01-271-0/+2
* | usb: ulpi: Fix debugfs directory leakSean Anderson2024-01-271-1/+1
* | Revert "usb: typec: tcpm: fix cc role at port reset"Badhri Jagan Sridharan2024-01-271-2/+1
* | usb: gadget: pch_udc: fix an Excess kernel-doc warningRandy Dunlap2024-01-271-1/+0
* | usb: f_mass_storage: forbid async queue when shutdown happenyuan linyu2024-01-271-2/+18
* | USB: hub: check for alternate port before enabling A_ALT_HNP_SUPPORTOliver Neukum2024-01-271-11/+19
* | usb: chipidea: core: handle power lost in workqueueXu Yang2024-01-272-20/+26
* | usb: dwc3: gadget: Fix NULL pointer dereference in dwc3_gadget_suspendUttkarsh Aggarwal2024-01-271-4/+2
* | usb: dwc3: pci: add support for the Intel Arrow Lake-HHeikki Krogerus2024-01-271-0/+4
* | usb: core: Prevent null pointer dereference in update_port_device_stateUdipto Goswami2024-01-271-3/+13
* | xhci: handle isoc Babble and Buffer Overrun events properlyMichal Pecio2024-01-271-1/+5
* | xhci: process isoc TD properly when there was a transaction error mid TD.Mathias Nyman2024-01-272-14/+61
* | xhci: fix off by one check when adding a secondary interrupter.Mathias Nyman2024-01-271-1/+1
* | xhci: fix possible null pointer dereference at secondary interrupter removalMathias Nyman2024-01-271-6/+6
* | usb: gadget: ncm: Fix endianness of wMaxSegmentSize variable in ecm_descKrishna Kurapati2024-01-271-4/+4
* | usb: host: xhci-plat: Add support for XHCI_SG_TRB_CACHE_SIZE_QUIRKPrashanth K2024-01-271-0/+3
* | usb: dwc3: host: Set XHCI_SG_TRB_CACHE_SIZE_QUIRKPrashanth K2024-01-271-1/+3
|/
* Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-1893-1179/+3307
|\
| * usb: typec: tipd: fix use of device-specific init functionJavier Carrasco2024-01-051-1/+1
| * usb: typec: tipd: Separate reset for TPS6598xJai Luthra2024-01-051-2/+7
| * usb: mon: Fix atomicity violation in mon_bin_vma_faultGui-Dong Han2024-01-051-1/+6
| * usb: gadget: uvc: Remove nested lockingAvichal Rakesh2024-01-051-1/+3
| * usb: gadget: uvc: Fix use are free during STREAMOFFAvichal Rakesh2024-01-051-4/+10
| * usb: typec: class: fix typec_altmode_put_partner to put plugsRD Babiera2024-01-041-3/+6
| * xhci: add support to allocate several interruptersMathias Nyman2024-01-045-32/+137
| * USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng2024-01-048-44/+41
| * usb: xhci-mtk: fix a short packet issue of gen1 isoc-in transferChunfeng Yun2024-01-042-2/+40