summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2023-10-19usb: typec: ucsi: Use GET_CAPABILITY attributes data to set power supply scopeMario Limonciello1-0/+9
2023-10-19usb: musb: Modify the "HWVers" register addressXingxing Luo1-1/+1
2023-10-19usb: musb: Get the musb_qh poniter after musb_givebackXingxing Luo1-1/+8
2023-10-19usb: hub: Guard against accesses to uninitialized BOS descriptorsRicardo Cañuelo2-4/+23
2023-10-19usb: cdns3: Modify the return value of cdns_set_active () to void when CONFIG...Xiaolei Wang1-2/+1
2023-10-19usb: dwc3: Soft reset phy on probe for hostThinh Nguyen1-1/+38
2023-10-19usb: xhci: xhci-ring: Use sysdev for mapping bounce bufferWesley Cheng1-2/+2
2023-09-23usb: chipidea: add workaround for chipidea PEC bugXu Yang4-1/+7
2023-09-23usb: ehci: add workaround for chipidea PORTSC.PEC bugXu Yang3-3/+25
2023-09-23usb: gadget: fsl_qe_udc: validate endpoint index for ch9 udcMa Ke1-1/+5
2023-09-23usb: cdns3: Put the cdns set active part outside the spin lockXiaolei Wang4-8/+20
2023-09-13USB: core: Fix oversight in SuperSpeed initializationAlan Stern1-12/+24
2023-09-13USB: core: Fix race by not overwriting udev->descriptor in hub_port_init()Alan Stern1-44/+70
2023-09-13USB: core: Change usb_get_device_descriptor() APIAlan Stern4-43/+44
2023-09-13USB: core: Unite old scheme and new scheme descriptor readsAlan Stern1-79/+94
2023-09-13usb: typec: bus: verify partner exists in typec_altmode_attentionRD Babiera2-3/+12
2023-09-13usb: typec: tcpm: set initial svdm version based on pd revisionRD Babiera1-4/+31
2023-09-13USB: gadget: f_mass_storage: Fix unused variable warningAlan Stern1-1/+1
2023-09-13USB: gadget: core: Add missing kerneldoc for vbus_workAlan Stern1-0/+1
2023-09-13usb: phy: mxs: fix getting wrong state with mxs_phy_is_otg_host()Xu Yang1-8/+2
2023-09-06usb: typec: tcpci: clear the fault status bitMarco Felsch1-0/+4
2023-09-06tcpm: Avoid soft reset when partner does not support get_statusBadhri Jagan Sridharan1-0/+7
2023-09-06usb: chipidea: imx: improve logic if samsung,picophy-* parameter is 0Xu Yang2-6/+10
2023-09-06usb: dwc3: meson-g12a: do post init to fix broken usb after resumptionLuke Lu1-0/+6
2023-09-06USB: serial: option: add FOXCONN T99W368/T99W373 productSlark Xiao1-0/+4
2023-09-06USB: serial: option: add Quectel EM05G variant (0x030e)Martin Kohn1-0/+3
2023-08-23usb: chipidea: imx: add missing USB PHY DPDM wakeup settingXu Yang1-1/+1
2023-08-23usb: chipidea: imx: don't request QoS for imx8ulpXu Yang1-0/+5
2023-08-23usb: gadget: uvc: queue empty isoc requests if no video buffer is availableAvichal Rakesh1-8/+24
2023-08-23usb: gadget: u_serial: Avoid spinlock recursion in __gs_console_pushPrashanth K1-0/+3
2023-08-16usb: typec: altmodes/displayport: Signal hpd when configuring pin assignmentRD Babiera1-1/+17
2023-08-16usb: typec: tcpm: Fix response to vsafe0V eventBadhri Jagan Sridharan1-0/+7
2023-08-16usb: common: usb-conn-gpio: Prevent bailing out if initial role is nonePrashanth K1-1/+5
2023-08-16USB: Gadget: core: Help prevent panic during UVC unconfigureAlan Stern1-0/+9
2023-08-16usb: dwc3: Properly handle processing of pending eventsElson Roy Serrao1-1/+8
2023-08-16usb-storage: alauda: Fix uninit-value in alauda_check_media()Alan Stern1-3/+9
2023-08-03Revert "xhci: add quirk for host controllers that don't update endpoint DCS"Oliver Neukum2-27/+2
2023-08-03Revert "usb: xhci: tegra: Fix error check"Dan Carpenter1-4/+4
2023-08-03usb: xhci-mtk: set the dma max_seg_sizeRicardo Ribalda1-0/+1
2023-08-03usb: cdns3: fix incorrect calculation of ep_buf_size when more than one configFrank Li1-1/+3
2023-08-03USB: quirks: add quirk for Focusrite ScarlettŁukasz Bartosik1-0/+4
2023-08-03usb: ohci-at91: Fix the unhandle interrupt when resumeGuiting Shen1-1/+7
2023-08-03usb: misc: ehset: fix wrong if conditionXu Yang1-4/+4
2023-08-03usb: dwc3: don't reset device side if dwc3 was configured as host-onlyJisheng Zhang1-2/+2
2023-08-03usb: dwc3: pci: skip BYT GPIO lookup table for hardwired phyGratian Crisan1-2/+4
2023-08-03Revert "usb: dwc3: core: Enable AutoRetry feature in the controller"Jakub Vanek2-19/+0
2023-08-03usb: typec: Use sysfs_emit_at when concatenating the stringKyle Tso1-2/+2
2023-08-03usb: typec: Iterate pds array when showing the pd listKyle Tso1-6/+5
2023-08-03usb: typec: Set port->pd before adding device for typec_portKyle Tso1-1/+3
2023-08-03USB: serial: simple: sort driver entriesJohan Hovold1-33/+33