aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 4-53/+51
2024-04-30usb: typec: tcpm: Check for port partner validity before consuming itGravatar Badhri Jagan Sridharan 1-7/+23
2024-04-30usb: typec: tcpm: enforce ready state when queueing alt mode vdmGravatar RD Babiera 1-0/+4
2024-04-30usb: typec: tcpm: unregister existing source caps before re-registrationGravatar Amit Sunil Dhamne 1-1/+4
2024-04-30usb: typec: tcpm: clear pd_event queue in PORT_RESETGravatar RD Babiera 1-0/+1
2024-04-30usb: typec: tcpm: queue correct sop type in tcpm_queue_vdm_unlockedGravatar RD Babiera 1-1/+1
2024-04-30usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed deviceGravatar Alan Stern 1-2/+3
2024-04-30usb: ohci: Prevent missed ohci interruptsGravatar Guenter Roeck 1-0/+8
2024-04-23usb: typec: qcom-pmic: fix pdphy start() error handlingGravatar Johan Hovold 1-4/+7
2024-04-23usb: typec: qcom-pmic: fix use-after-free on late probe errorsGravatar Johan Hovold 1-2/+6
2024-04-23usb: gadget: f_fs: Fix a race condition when processing setup packets.Gravatar Chris Wulff 1-1/+1
2024-04-23USB: core: Fix access violation during port device removalGravatar Alan Stern 1-2/+6
2024-04-23usb: dwc3: core: Prevent phy suspend during initGravatar Thinh Nguyen 4-52/+68
2024-04-23usb: xhci-plat: Don't include xhci.hGravatar Thinh Nguyen 2-1/+4
2024-04-23usb: gadget: uvc: use correct buffer size when parsing configfs listsGravatar Ivan Avdeev 1-2/+2
2024-04-23usb: gadget: composite: fix OS descriptors w_value logicGravatar Peter Korsgaard 1-3/+3
2024-04-23usb: gadget: f_fs: Fix race between aio_cancel() and AIO request completeGravatar Wesley Cheng 1-1/+6
2024-04-19Merge tag 'usb-serial-6.9-rc5' of https://git.kernel.org/pub/scm/linux/kernel...Gravatar Greg Kroah-Hartman 1-0/+40
2024-04-18USB: serial: option: add Telit FN920C04 rmnet compositionsGravatar Daniele Palmas 1-0/+6
2024-04-18usb: dwc3: ep0: Don't reset resource alloc flagGravatar Thinh Nguyen 1-1/+2
2024-04-18Revert "usb: cdc-wdm: close race between read and workqueue"Gravatar Greg Kroah-Hartman 1-5/+1
2024-04-18USB: serial: option: add Rolling RW101-GL and RW135-GL supportGravatar Vanillan Wang 1-0/+8
2024-04-18USB: serial: option: add Lonsung U8300/U9300 productGravatar Coia Prant 1-0/+4
2024-04-17USB: serial: option: add support for Fibocom FM650/FG650Gravatar Chuanhong Guo 1-0/+4
2024-04-15USB: serial: option: support Quectel EM060K sub-modelsGravatar Jerry Meng 1-0/+16
2024-04-15USB: serial: option: add Fibocom FM135-GL variantsGravatar bolan wang 1-0/+2
2024-04-12scsi: uas: Switch to using ->device_configure to configure queue limitsGravatar Christoph Hellwig 1-8/+8
2024-04-11scsi: usb-storage: Switch to using ->device_configureGravatar Christoph Hellwig 1-15/+21
2024-04-11scsi: core: Add a dma_alignment field to the host and host templateGravatar Christoph Hellwig 3-20/+12
2024-04-11scsi: core: Add a no_highmem flag to struct Scsi_HostGravatar Christoph Hellwig 2-10/+10
2024-04-11usb: misc: onboard_usb_hub: Disable the USB hub clock on failureGravatar Fabio Estevam 1-1/+5
2024-04-09usb: dwc2: host: Fix dereference issue in DDMA completion flow.Gravatar Minas Harutyunyan 1-1/+3
2024-04-09usb: typec: mux: it5205: Fix ChipID value typoGravatar AngeloGioacchino Del Regno 1-1/+1
2024-04-05usb: gadget: fsl: Initialize udc before using itGravatar Uwe Kleine-König 1-3/+2
2024-04-04usb: Disable USB3 LPM at shutdownGravatar Kai-Heng Feng 1-1/+3
2024-04-04usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport errorGravatar Norihiko Hama 1-2/+2
2024-04-04usb: typec: tcpm: Correct the PDO counting in pd_setGravatar Kyle Tso 1-2/+2
2024-04-04usb: gadget: functionfs: Wait for fences before enqueueing DMABUFGravatar Paul Cercueil 1-11/+12
2024-04-04usb: gadget: functionfs: Fix inverted DMA fence directionGravatar Paul Cercueil 1-2/+4
2024-04-04usb: typec: ucsi: Fix connector check on initGravatar Christian A. Ehrhardt 1-2/+4
2024-04-04xhci: Fix root hub port null pointer dereference in xhci tracepointsGravatar Mathias Nyman 1-7/+5
2024-04-04usb: xhci: correct return value in case of STS_HCEGravatar Oliver Neukum 1-5/+4
2024-03-26USB: core: Fix deadlock in port "disable" sysfs attributeGravatar Alan Stern 1-4/+34
2024-03-26USB: core: Add hub_get() and hub_put() routinesGravatar Alan Stern 2-7/+18
2024-03-26usb: typec: ucsi: Check capabilities before cable and identity discoveryGravatar Jameson Thies 2-15/+24
2024-03-26usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before resetGravatar Christian A. Ehrhardt 1-1/+35
2024-03-26usb: typec: ucsi_acpi: Refactor and fix DELL quirkGravatar Christian A. Ehrhardt 1-42/+33
2024-03-26usb: typec: ucsi: Ack unsupported commandsGravatar Christian A. Ehrhardt 1-1/+5
2024-03-26usb: typec: ucsi: Check for notifications after initGravatar Christian A. Ehrhardt 1-1/+9
2024-03-26usb: typec: ucsi: Clear EVENT_PENDING under PPM lockGravatar Christian A. Ehrhardt 1-2/+2