summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2024-04-18USB: serial: option: add Lonsung U8300/U9300 productCoia Prant1-0/+4
2024-04-17USB: serial: option: add support for Fibocom FM650/FG650Chuanhong Guo1-0/+4
2024-04-15USB: serial: option: support Quectel EM060K sub-modelsJerry Meng1-0/+16
2024-04-15USB: serial: option: add Fibocom FM135-GL variantsbolan wang1-0/+2
2024-04-12scsi: uas: Switch to using ->device_configure to configure queue limitsChristoph Hellwig1-8/+8
2024-04-11scsi: usb-storage: Switch to using ->device_configureChristoph Hellwig1-15/+21
2024-04-11scsi: core: Add a dma_alignment field to the host and host templateChristoph Hellwig3-20/+12
2024-04-11scsi: core: Add a no_highmem flag to struct Scsi_HostChristoph Hellwig2-10/+10
2024-04-11usb: misc: onboard_usb_hub: Disable the USB hub clock on failureFabio Estevam1-1/+5
2024-04-11usb: typec: mux: gpio-sbu: Allow GPIO operations to sleepFrancesco Dolcini1-4/+4
2024-04-09usb: typec: ucsi_glink: drop special handling for CCI_BUSYDmitry Baryshkov1-5/+3
2024-04-09usb: typec: ucsi_glink: drop NO_PARTNER_PDOS quirk for sm8550 / sm8650Dmitry Baryshkov1-1/+1
2024-04-09usb: typec: ucsi_glink: enable the UCSI_DELAY_DEVICE_PDOS quirk on qcm6490Dmitry Baryshkov1-1/+1
2024-04-09usb: typec: ucsi: Wait 20ms before reading CCI after a resetPavan Holla1-1/+3
2024-04-09usb: dwc3: pci: Don't set "linux,phy_charger_detect" property on Lenovo Yoga ...Hans de Goede1-1/+7
2024-04-09usb: chipidea: move ci_ulpi_init after the phy initializationMichael Grzeschik2-9/+4
2024-04-09usb: phy-generic: add short delay after pulling the reset pinMichael Grzeschik1-0/+1
2024-04-09usb: dwc2: host: Fix dereference issue in DDMA completion flow.Minas Harutyunyan1-1/+3
2024-04-09usb: typec: mux: it5205: Fix ChipID value typoAngeloGioacchino Del Regno1-1/+1
2024-04-05usb: gadget: fsl: Initialize udc before using itUwe Kleine-König1-3/+2
2024-04-04usb: misc: uss720: check for incompatible versions of the Belkin F5U002Alex Henrie1-7/+13
2024-04-04usb: misc: uss720: add support for another variant of the Belkin F5U002Alex Henrie1-2/+5
2024-04-04usb: misc: uss720: document the names of the compatible devicesAlex Henrie1-6/+6
2024-04-04usb: misc: uss720: point pp->dev to usbdev->devAlex Henrie1-0/+1
2024-04-04usb: typec: ucsi_acpi: Remove Dell quirkChristian A. Ehrhardt1-52/+1
2024-04-04usb: typec: ucsi: Never send a lone connector change ackChristian A. Ehrhardt1-27/+21
2024-04-04usb: typec: ucsi: Stop abuse of bit definitions from ucsi.hChristian A. Ehrhardt3-3/+3
2024-04-04usb: typec: ucsi_glink: enable the UCSI_DELAY_DEVICE_PDOS quirkDmitry Baryshkov1-2/+5
2024-04-04usb: typec: ucsi_glink: rework quirks implementationDmitry Baryshkov1-6/+8
2024-04-04usb: typec: ucsi: support delaying GET_PDOS for deviceDmitry Baryshkov2-13/+29
2024-04-04usb: typec: ucsi: extract code to read PD capsDmitry Baryshkov1-53/+32
2024-04-04usb: typec: ucsi: simplify partner's PD caps registrationDmitry Baryshkov1-13/+1
2024-04-04usb: typec: ucsi: always register a link to USB PD deviceDmitry Baryshkov1-2/+2
2024-04-04usb: typec: ucsi: properly register partner's PD deviceDmitry Baryshkov1-1/+1
2024-04-04usb: typec: ucsi: limit the UCSI_NO_PARTNER_PDOS even furtherDmitry Baryshkov1-1/+3
2024-04-04usb: typec: ucsi: allow non-partner GET_PDOS for Qualcomm devicesDmitry Baryshkov1-1/+2
2024-04-04usb: typec: displayport: drop driver owner assignmentKrzysztof Kozlowski1-1/+0
2024-04-04usb: typec: nvidia: drop driver owner assignmentKrzysztof Kozlowski1-1/+0
2024-04-04usb: phy: fsl-usb: drop driver owner assignmentKrzysztof Kozlowski1-1/+0
2024-04-04usb: typec: ucsi: Only enable supported notificationsDiogo Ivo1-2/+23
2024-04-04usb: gadget: omap_udc: remove unused variableArnd Bergmann1-7/+3
2024-04-04usb: typec: ptn36502: Only select DRM_AUX_BRIDGE with OFNathan Chancellor1-1/+1
2024-04-04usb: Disable USB3 LPM at shutdownKai-Heng Feng1-1/+3
2024-04-04usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport errorNorihiko Hama1-2/+2
2024-04-04usb: typec: tcpm: Correct the PDO counting in pd_setKyle Tso1-2/+2
2024-04-04usb: gadget: functionfs: Wait for fences before enqueueing DMABUFPaul Cercueil1-11/+12
2024-04-04usb: gadget: functionfs: Fix inverted DMA fence directionPaul Cercueil1-2/+4
2024-04-04usb: typec: ucsi: Fix connector check on initChristian A. Ehrhardt1-2/+4
2024-04-04xhci: Fix root hub port null pointer dereference in xhci tracepointsMathias Nyman1-7/+5
2024-04-04usb: xhci: correct return value in case of STS_HCEOliver Neukum1-5/+4