summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-5/+3
* Merge tag 'wq-for-6.9-bh-conversions' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-03-111-11/+12
|\
| * usb: core: hcd: Convert from tasklet to BH workqueueTejun Heo2024-02-051-11/+12
* | xhci: Fix failure to detect ring expansion need.Mathias Nyman2024-03-051-1/+7
* | usb: port: Don't try to peer unused USB ports based on locationMathias Nyman2024-03-051-2/+3
* | usb: gadget: ncm: Fix handling of zero block length packetsKrishna Kurapati2024-03-051-1/+1
* | usb: typec: altmodes/displayport: create sysfs nodes as driver's default devi...RD Babiera2024-03-051-9/+9
* | usb: typec: tpcm: Fix PORT_RESET behavior for self powered devicesBadhri Jagan Sridharan2024-03-051-2/+5
* | usb: typec: ucsi: fix UCSI on SM8550 & SM8650 Qualcomm devicesNeil Armstrong2024-03-051-0/+1
* | USB: usb-storage: Prevent divide-by-0 error in isd200_ata_commandAlan Stern2024-03-021-5/+18
* | 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
|/ /