summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2024-03-02xhci: rework how real & fake ports are foundNiklas Neronin
2024-03-02usb: typec: constify struct class usageRicardo B. Marliere
2024-02-26Merge v6.8-rc6 into usb-nextGreg Kroah-Hartman
2024-02-25Merge tag 'usb-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-02-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2024-02-20usb: typec: tpcm: Fix issues with power being removed during resetMark Brown
2024-02-19Revert "xhci: add helper to stop endpoint and wait for completion"Greg Kroah-Hartman
2024-02-19usb: core: constify the struct device_type usageRicardo B. Marliere
2024-02-19usb: gadget: constify the struct device_type usageRicardo B. Marliere
2024-02-19usb: phy: constify the struct device_type usageRicardo B. Marliere
2024-02-19usb: typec: constify the struct device_type usageRicardo B. Marliere
2024-02-19usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBsKrishna Kurapati
2024-02-19Revert "usb: typec: tcpm: reset counter when enter into unattached state afte...Ondrej Jirman
2024-02-19usb: gadget: omap_udc: fix USB gadget regression on Palm TEAaro Koskinen
2024-02-19usb: dwc3: gadget: Don't disconnect if not startedThinh Nguyen
2024-02-19usb: cdns3: fix memory double free when handle zero packetFrank Li
2024-02-19usb: cdns3: fixed memory use after free at cdns3_gadget_ep_disable()Frank Li
2024-02-19usb: roles: don't get/set_role() when usb_role_switch is unregisteredXu Yang
2024-02-19usb: roles: fix NULL pointer issue when put module's referenceXu Yang
2024-02-19usb: cdnsp: fixed issue with incorrect detecting CDNSP family controllersPawel Laszczak
2024-02-19usb: cdnsp: blocked some cdns3 specific codePawel Laszczak
2024-02-19usb: uhci-grlib: Explicitly include linux/platform_device.hAndreas Larsson
2024-02-19Merge 6.8-rc5 into usb-nextGreg Kroah-Hartman
2024-02-17usb: typec: qcom-pmic-typec: add support for PMI632 PMICDmitry Baryshkov
2024-02-17usb: typec: ucsi: Get PD revision for partnerAbhishek Pandit-Subedi
2024-02-17usb: typec: ucsi: Update connector cap and statusAbhishek Pandit-Subedi
2024-02-17usb: typec: ucsi: Limit read size on v1.2Abhishek Pandit-Subedi
2024-02-17usb: gadget: uvc: mark incomplete frames with UVC_STREAM_ERRMichael Grzeschik
2024-02-17usb: gadget: uvc: dont drop frames if zero length packages are lateMichael Grzeschik
2024-02-17usb: gadget: uvc: rework complete handlerMichael Grzeschik
2024-02-17usb: gadget: uvc: refactor the check for a valid buffer in the pump workerMichael Grzeschik
2024-02-17usb: gadget: uvc: drop unnecessary check for always set reqMichael Grzeschik
2024-02-17usb: roles: Link the switch to its connectorHeikki Krogerus
2024-02-17usb: image: mdc800: Remove redundant assignment to variable retvalColin Ian King
2024-02-17usb: storage: freecom: Remove redundant assignment to variable offsetColin Ian King
2024-02-17usb: sysfs: use kstrtobool() if possibleGuan-Yu Lin
2024-02-17usb: gadget: functionfs: Add DMABUF import interfacePaul Cercueil
2024-02-17usb: gadget: functionfs: Factorize wait-for-endpoint codePaul Cercueil
2024-02-17usb: gadget: Support already-mapped DMA SGsPaul Cercueil
2024-02-17usb: dwc3: apply snps,host-vbus-glitches workaround unconditionallyFrank Li
2024-02-17usb: dwc3: Fix an IS_ERR() vs NULL check in dwc3_power_off_all_roothub_ports()Dan Carpenter
2024-02-17usb: dwc3: gadget: Remove redundant assignment to pointer trbColin Ian King
2024-02-17usb: dwc3: gadget: Rewrite endpoint allocation flowThinh Nguyen
2024-02-17usb: core: Kconfig: Improve USB authorization mode helpNiko Mauno
2024-02-17xhci: add helper to stop endpoint and wait for completionMathias Nyman
2024-02-17xhci: Decouple handling an event from checking for unhandled eventsMathias Nyman
2024-02-17xhci: Don't check if the event ring is valid before every event TRBMathias Nyman
2024-02-17xhci: add helper that checks for unhandled events on a event ringMathias Nyman
2024-02-17xhci: move event processing for one interrupter to a separate functionMathias Nyman
2024-02-17xhci: update event ring dequeue pointer position to controller correctlyMathias Nyman