aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2024-01-27usb: ucsi: Add missing ppm_lockChristian A. Ehrhardt1-0/+2
2024-01-27usb: ulpi: Fix debugfs directory leakSean Anderson1-1/+1
2024-01-27Revert "usb: typec: tcpm: fix cc role at port reset"Badhri Jagan Sridharan1-2/+1
2024-01-27usb: gadget: pch_udc: fix an Excess kernel-doc warningRandy Dunlap1-1/+0
2024-01-27usb: gadget: f_fs: expose ready state in configfsPeter Korsgaard1-0/+20
2024-01-27usb: dwc3: Add workaround for host mode VBUS glitch when bootRan Wang3-0/+56
2024-01-27XHCI: Separate PORT and CAPs macros into dedicated fileFrank Li3-259/+264
2024-01-27usb: typec: altmodes/displayport: add SOP' supportRD Babiera1-4/+158
2024-01-27usb: typec: tcpm: add alt mode enter/exit/vdm support for sop'RD Babiera1-20/+106
2024-01-27usb: typec: tcpm: add discover svids and discover modes support for sop'RD Babiera1-21/+140
2024-01-27usb: typec: tcpm: add state machine support for SRC_VDM_IDENTITY_REQUESTRD Babiera1-6/+43
2024-01-27usb: typec: tcpm: add discover identity support for SOP'RD Babiera1-48/+340
2024-01-27usb: typec: tcpci: add attempt_vconn_swap_discovery callbackRD Babiera3-1/+28
2024-01-27usb: typec: tcpm: add control message support to sop'RD Babiera1-45/+114
2024-01-27usb: typec: tcpm: process receive and transmission of sop' messagesRD Babiera1-11/+134
2024-01-27usb: typec: tcpci: add tcpm_transmit_type to tcpm_pd_receiveRD Babiera6-9/+34
2024-01-27usb: typec: tcpci: add cable_comm_capable attributeRD Babiera2-0/+9
2024-01-27usb: typec: altmodes: add svdm version info for typec cablesRD Babiera2-0/+41
2024-01-27usb: typec: altmodes: add typec_cable_ops to typec_altmodeRD Babiera2-0/+121
2024-01-27usb: phy: generic: Disable vbus on removalSean Anderson1-0/+3
2024-01-27usb: phy: generic: Implement otg->set_vbusSean Anderson1-28/+17
2024-01-27usb: phy: generic: Get the vbus supplySean Anderson1-0/+7
2024-01-27usb: mtu3: Add MT8195 MTU3 ip-sleep wakeup supportAngeloGioacchino Del Regno1-0/+30
2024-01-27usb: core: add phy notify connect and disconnectStanley Chang4-4/+162
2024-01-27usb: core: Make default authorization mode configurableNiko Mauno2-1/+18
2024-01-27usb: core: Amend initial authorized_default valueNiko Mauno1-4/+2
2024-01-27usb: host: Add ac5 to EHCI OrionElad Nachman1-3/+15
2024-01-27ucsi_ccg: Refine the UCSI Interrupt handlingHaotien Hsu1-8/+84
2024-01-27usb: dwc3-of-simple: Stop using of_reset_control_array_get() directlyPhilipp Zabel1-2/+1
2024-01-27usb: typec: mux: Add ITE IT5205 Alternate Mode Passive MUX driverAngeloGioacchino Del Regno3-0/+305
2024-01-27usb: storage: sddr55: fix sloppy typing in sddr55_{read|write}_data()Karina Yankevich1-2/+2
2024-01-27usb: usb_autopm_get_interface use modern helperOliver Neukum1-6/+2
2024-01-27usb: f_mass_storage: forbid async queue when shutdown happenyuan linyu1-2/+18
2024-01-27USB: hub: check for alternate port before enabling A_ALT_HNP_SUPPORTOliver Neukum1-11/+19
2024-01-27usb: chipidea: core: handle power lost in workqueueXu Yang2-20/+26
2024-01-27usb: dwc3: gadget: Fix NULL pointer dereference in dwc3_gadget_suspendUttkarsh Aggarwal1-4/+2
2024-01-27usb: dwc3: pci: add support for the Intel Arrow Lake-HHeikki Krogerus1-0/+4
2024-01-27usb: core: Prevent null pointer dereference in update_port_device_stateUdipto Goswami1-3/+13
2024-01-27xhci: handle isoc Babble and Buffer Overrun events properlyMichal Pecio1-1/+5
2024-01-27xhci: process isoc TD properly when there was a transaction error mid TD.Mathias Nyman2-14/+61
2024-01-27xhci: fix off by one check when adding a secondary interrupter.Mathias Nyman1-1/+1
2024-01-27xhci: fix possible null pointer dereference at secondary interrupter removalMathias Nyman1-6/+6
2024-01-27usb: gadget: ncm: Fix endianness of wMaxSegmentSize variable in ecm_descKrishna Kurapati1-4/+4
2024-01-27usb: host: xhci-plat: Add support for XHCI_SG_TRB_CACHE_SIZE_QUIRKPrashanth K1-0/+3
2024-01-27usb: dwc3: host: Set XHCI_SG_TRB_CACHE_SIZE_QUIRKPrashanth K1-1/+3
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds93-1179/+3307
2024-01-12Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-78/+10
2024-01-11Merge tag 'soc-drivers-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-0/+19
2024-01-09Merge tag 'spi-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-1/+1
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1