summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* xhci: Enable RPM on controllers that support low-power statesBasavaraj Natikar2023-11-281-1/+3
* usb: gadget: f_ncm: Always set current gadget in ncm_bind()Hardik Gajjar2023-11-281-16/+11
* usb: host: xhci: Avoid XHCI resume delay if SSUSB device is not presentWesley Cheng2023-11-281-2/+10
* usb: ucsi: glink: use the connector orientation GPIO to provide switch eventsNeil Armstrong2023-11-281-1/+53
* usb: dwc3: core: configure TX/RX threshold for DWC3_IPStanley Chang2023-11-282-36/+137
* usb: host: xhci-plat: fix possible kernel oops while resumingSergey Shtylyov2023-11-201-4/+19
* xhci: Loosen RPM as default policy to cover for AMD xHC 1.1Basavaraj Natikar2023-11-201-0/+2
* USB: usbip: fix stub_dev hub disconnectJonas Blixt2023-11-201-2/+7
* usb: chipidea: Simplify Tegra DMA alignment codeMichał Mirosław2023-11-201-27/+18
* usb: chipidea: Fix DMA overwrite for TegraMichał Mirosław2023-11-201-3/+4
* usb: dwc2: fix possible NULL pointer dereference caused by driver concurrencyJia-Ju Bai2023-11-201-1/+1
* usb: raw-gadget: properly handle interrupted requestsAndrey Konovalov2023-11-081-10/+16
* usb: typec: tcpm: Fix NULL pointer dereference in tcpm_pd_svdm()Jimmy Hu2023-11-081-0/+3
* usb: typec: tcpm: Add additional checks for contaminantBadhri Jagan Sridharan2023-11-081-0/+2
* usb: storage: set 1.50 as the lower bcdDevice for older "Super Top" compatibi...LihaSika2023-11-081-1/+1
* USB: serial: option: add Fibocom to DELL custom modem FM101R-GLPuliang Lu2023-10-251-0/+5
* USB: serial: option: add entry for Sierra EM9191 with new firmwareBenoît Monin2023-10-251-0/+1
* USB: serial: option: add Telit LE910C4-WWX 0x1035 compositionFabio Porcedda2023-10-251-0/+1
* usb: misc: onboard_hub: add support for Microchip USB2412 USB 2.0 hubJavier Carrasco2023-10-192-0/+2
* usb: typec: qcom: Update the logic of regulator enable and disableHui Liu2023-10-191-6/+6
* usb: cdnsp: Fixes issue with dequeuing not queued requestsPawel Laszczak2023-10-191-0/+3
* usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap callKrishna Kurapati2023-10-191-7/+19
* usb: gadget: udc-xilinx: replace memcpy with memcpy_toioPiyush Mehta2023-10-191-8/+12
* usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command failsPrashanth K2023-10-191-0/+1
* usb: typec: altmodes/displayport: Signal hpd low when exiting modeRD Babiera2023-10-191-0/+5
* usb: typec: ucsi: Fix missing link removalHeikki Krogerus2023-10-191-0/+1
* usb: typec: ucsi: Use GET_CAPABILITY attributes data to set power supply scopeMario Limonciello2023-10-191-0/+9
* usb: musb: Modify the "HWVers" register addressXingxing Luo2023-10-191-1/+1
* usb: musb: Get the musb_qh poniter after musb_givebackXingxing Luo2023-10-191-1/+8
* usb: hub: Guard against accesses to uninitialized BOS descriptorsRicardo Cañuelo2023-10-192-4/+23
* usb: cdns3: Modify the return value of cdns_set_active () to void when CONFIG...Xiaolei Wang2023-10-191-2/+1
* usb: dwc3: Soft reset phy on probe for hostThinh Nguyen2023-10-191-1/+38
* xhci: Preserve RsvdP bits in ERSTBA register correctlyLukas Wunner2023-10-192-3/+3
* xhci: Clear EHB bit only at end of interrupt handlerLukas Wunner2023-10-191-5/+7
* xhci: track port suspend state correctly in unsuccessful resume casesMathias Nyman2023-10-191-9/+10
* usb: xhci: xhci-ring: Use sysdev for mapping bounce bufferWesley Cheng2023-10-191-2/+2
* usb: typec: qcom-pmic-typec: register drm_bridgeDmitry Baryshkov2023-09-232-0/+38
* usb: chipidea: add workaround for chipidea PEC bugXu Yang2023-09-234-1/+7
* usb: ehci: add workaround for chipidea PORTSC.PEC bugXu Yang2023-09-233-3/+25
* usb: gadget: fsl_qe_udc: validate endpoint index for ch9 udcMa Ke2023-09-231-0/+2
* usb: typec: intel_pmc_mux: Add new ACPI ID for Lunar Lake IOM deviceMadhu M2023-09-231-5/+20
* usb: cdns3: Put the cdns set active part outside the spin lockXiaolei Wang2023-09-234-8/+20
* USB: core: Fix oversight in SuperSpeed initializationAlan Stern2023-09-131-12/+24
* USB: gadget: f_mass_storage: Fix unused variable warningAlan Stern2023-09-131-1/+1
* USB: gadget: core: Add missing kerneldoc for vbus_workAlan Stern2023-09-131-0/+1
* usb: phy: mxs: fix getting wrong state with mxs_phy_is_otg_host()Xu Yang2023-09-131-8/+2
* USB: core: Fix race by not overwriting udev->descriptor in hub_port_init()Alan Stern2023-09-131-44/+70
* USB: core: Change usb_get_device_descriptor() APIAlan Stern2023-09-134-43/+44
* USB: core: Unite old scheme and new scheme descriptor readsAlan Stern2023-09-131-79/+94
* usb: typec: bus: verify partner exists in typec_altmode_attentionRD Babiera2023-09-132-3/+12