summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2024-04-03usb: dwc2: gadget: Fix exiting from clock gatingMinas Harutyunyan4-5/+14
2024-04-03usb: dwc2: host: Fix ISOC flow in DDMA modeMinas Harutyunyan3-9/+22
2024-04-03usb: dwc2: host: Fix hibernation flowMinas Harutyunyan2-2/+28
2024-04-03usb: dwc2: host: Fix remote wakeup from hibernationMinas Harutyunyan2-4/+14
2024-04-03USB: core: Fix deadlock in port "disable" sysfs attributeAlan Stern1-4/+34
2024-04-03USB: core: Add hub_get() and hub_put() routinesAlan Stern2-7/+18
2024-04-03USB: core: Fix deadlock in usb_deauthorize_interface()Alan Stern1-3/+13
2024-04-03usb: dwc3: Properly set system wakeupThinh Nguyen4-0/+25
2024-04-03USB: UAS: return ENODEV when submit urbs fail with device not attachedWeitao Wang1-15/+13
2024-04-03usb: misc: ljca: Fix double free in error handling pathYongzhi Liu1-13/+9
2024-04-03usb: cdc-wdm: close race between read and workqueueOliver Neukum1-1/+5
2024-04-03Revert "usb: phy: generic: Get the vbus supply"Alexander Stein1-7/+0
2024-04-03usb: gadget: tegra-xudc: Fix USB3 PHY retrieval logicWayne Chang1-14/+25
2024-04-03usb: dwc3-am62: Disable wakeup at removeRoger Quadros1-0/+1
2024-04-03usb: dwc3-am62: fix module unload/reload behaviorRoger Quadros1-10/+2
2024-04-03usb: typec: ucsi: Clean up UCSI_CABLE_PROP macrosJameson Thies1-2/+2
2024-04-03USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113MToru Katagiri1-0/+2
2024-04-03USB: serial: option: add MeiG Smart SLM320 productAurélien Jacobs1-0/+6
2024-04-03USB: serial: cp210x: add ID for MGP Instruments PDS100Christian Häggström1-0/+1
2024-04-03USB: serial: add device ID for VeriFone adapterCameron Williams1-0/+1
2024-04-03USB: serial: ftdi_sio: add support for GMC Z216C Adapter IR-USBDaniel Vogelbacher2-0/+8
2024-04-03usb: xhci: Add error handling in xhci_map_urb_for_dmaPrashanth K1-0/+2
2024-03-27usb: gadget: net2272: Use irqflags in the call to net2272_probe_finColin Ian King1-1/+1
2024-03-27xhci: update event ring dequeue pointer position to controller correctlyMathias Nyman1-10/+13
2024-03-27xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event()Mathias Nyman1-22/+15
2024-03-27xhci: make isoc_bei_interval variable interrupter specific.Mathias Nyman3-8/+11
2024-03-27xhci: Add interrupt pending autoclear flag to each interrupterMathias Nyman3-6/+19
2024-03-27usb: phy: generic: Get the vbus supplySean Anderson1-0/+7
2024-03-05xhci: Fix failure to detect ring expansion need.Mathias Nyman1-1/+7
2024-03-05usb: port: Don't try to peer unused USB ports based on locationMathias Nyman1-2/+3
2024-03-05usb: gadget: ncm: Fix handling of zero block length packetsKrishna Kurapati1-1/+1
2024-03-05usb: typec: altmodes/displayport: create sysfs nodes as driver's default devi...RD Babiera1-9/+9
2024-03-05usb: typec: tpcm: Fix PORT_RESET behavior for self powered devicesBadhri Jagan Sridharan1-2/+5
2024-03-05usb: typec: ucsi: fix UCSI on SM8550 & SM8650 Qualcomm devicesNeil Armstrong1-0/+1
2024-03-02USB: usb-storage: Prevent divide-by-0 error in isd200_ata_commandAlan Stern1-5/+18
2024-02-25Merge tag 'usb-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds11-24/+74
2024-02-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-0/+14
2024-02-20usb: typec: tpcm: Fix issues with power being removed during resetMark Brown1-1/+2
2024-02-19usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBsKrishna Kurapati1-1/+9
2024-02-19Revert "usb: typec: tcpm: reset counter when enter into unattached state afte...Ondrej Jirman1-3/+0
2024-02-19usb: gadget: omap_udc: fix USB gadget regression on Palm TEAaro Koskinen1-1/+2
2024-02-19usb: dwc3: gadget: Don't disconnect if not startedThinh Nguyen1-0/+5
2024-02-19usb: cdns3: fix memory double free when handle zero packetFrank Li1-1/+5
2024-02-19usb: cdns3: fixed memory use after free at cdns3_gadget_ep_disable()Frank Li1-1/+1
2024-02-19usb: roles: don't get/set_role() when usb_role_switch is unregisteredXu Yang1-2/+10
2024-02-19usb: roles: fix NULL pointer issue when put module's referenceXu Yang1-6/+11
2024-02-19usb: cdnsp: fixed issue with incorrect detecting CDNSP family controllersPawel Laszczak3-6/+14
2024-02-19usb: cdnsp: blocked some cdns3 specific codePawel Laszczak1-2/+14
2024-02-19usb: uhci-grlib: Explicitly include linux/platform_device.hAndreas Larsson1-0/+1
2024-02-14scsi: sd: usb_storage: uas: Access media prior to querying device propertiesMartin K. Petersen2-0/+14