summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2023-10-21xhci: Adjust segment numbers after ring expansionLukas Wunner
2023-10-21xhci: Use more than one Event Ring segmentJonathan Bell
2023-10-21xhci: Set DESI bits in ERDP register correctlyLukas Wunner
2023-10-21xhci: expand next_trb() helper to support more ring typesMathias Nyman
2023-10-21xhci: Add busnumber to port tracingMathias Nyman
2023-10-21xhci: pass port structure to tracing instead of port numberMathias Nyman
2023-10-16usb: Inform the USB Type-C class about enumerated devicesHeikki Krogerus
2023-10-16usb: typec: Link enumerated USB devices with Type-C partnerHeikki Krogerus
2023-10-16usb/usbip: fix wrong data added to platform deviceHongren Zheng
2023-10-16Merge 6.6-rc6 into usb-nextGreg Kroah-Hartman
2023-10-11usb: typec: ucsi: Use GET_CAPABILITY attributes data to set power supply scopeMario Limonciello
2023-10-11usb: typec: ucsi: Fix missing link removalHeikki Krogerus
2023-10-11usb: typec: altmodes/displayport: Signal hpd low when exiting modeRD Babiera
2023-10-11usb: Add support for Intel LJCA deviceWentong Wu
2023-10-10USB: typec: tps6598x: Add status trace for tps25750Abdel Alkuor
2023-10-10USB: typec: tps6598x: Add power status trace for tps25750Abdel Alkuor
2023-10-10USB: typec: tps6598x: Add trace for tps25750 irqAbdel Alkuor
2023-10-10USB: typec: tps6598x: Add TPS25750 supportAbdel Alkuor
2023-10-10USB: typec: tps6598x: Add device data to of_device_idAbdel Alkuor
2023-10-10USB: typec: tps6598x: Refactor tps6598x port registrationAbdel Alkuor
2023-10-10USB: typec: tps6598x: Add patch mode to tps6598xAbdel Alkuor
2023-10-10USB: typec: tsp6598x: Add cmd timeout and response delayAbdel Alkuor
2023-10-10usb: Use device_get_match_data()Rob Herring
2023-10-10usb: musb: Add missing of.h includeRob Herring
2023-10-08usb: gadget: u_ether: Replace netif_stop_queue with netif_device_detachHardik Gajjar
2023-10-08usb: usbtest: fix a type promotion bugDan Carpenter
2023-10-08usbip: Use platform_device_register_full()Andy Shevchenko
2023-10-08USB: usbip: fix stub_dev hub disconnectJonas Blixt
2023-10-05Revert "usb: gadget: uvc: stop pump thread on video disable"Greg Kroah-Hartman
2023-10-05Revert "usb: gadget: uvc: cleanup request when not in correct state"Greg Kroah-Hartman
2023-10-05Revert "usb: gadget: uvc: rework pump worker to avoid while loop"Greg Kroah-Hartman
2023-10-05usb: ucsi: glink: use the connector orientation GPIO to provide switch eventsNeil Armstrong
2023-10-05usb: dwc3: document gfladj_refclk_lpm_sel fieldSwarup Laxman Kotiaklapudi
2023-10-05usb: gadget: f_uac2: allow changing terminal types through configfsJames Gruber
2023-10-02usb: gadgetfs: return USB_GADGET_DELAYED_STATUS from setup()Andrey Konovalov
2023-10-02usb: raw-gadget: return USB_GADGET_DELAYED_STATUS from setup()Andrey Konovalov
2023-10-02USB: c67x00: Remove unused declaration c67x00_hcd_msg_received()Yue Haibing
2023-10-02usb: pd: Exposing the Peak Current value of Fixed Supplies to user spaceHeikki Krogerus
2023-10-02xhci: Preserve RsvdP bits in ERSTBA register correctlyLukas Wunner
2023-10-02xhci: Clear EHB bit only at end of interrupt handlerLukas Wunner
2023-10-02xhci: track port suspend state correctly in unsuccessful resume casesMathias Nyman
2023-10-02usb: xhci: xhci-ring: Use sysdev for mapping bounce bufferWesley Cheng
2023-10-02usb: misc: onboard_usb_hub: add Genesys Logic gl3510 hub supportJerome Brunet
2023-10-02usb:typec:tcpm:support double Rp to Vbus cable as sinkMichael Wu
2023-10-02usb: xhci-mtk: improve split scheduling by separate IN/OUT budgetChunfeng Yun
2023-10-02usb: xhci-mtk: add a bandwidth budget tableChunfeng Yun
2023-10-02usb: pci-quirks: handle HAS_IOPORT dependency for UHCI handoffNiklas Schnelle
2023-10-02usb: pci-quirks: handle HAS_IOPORT dependency for AMD quirkNiklas Schnelle
2023-10-02usb: pci-quirks: group AMD specific quirk code togetherNiklas Schnelle
2023-10-02usbmon: Use list_for_each_entry() helperJinjie Ruan