summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
| * usb: gadget: fusb300-udc: Convert to use module_platform_driver()Uwe Kleine-König2023-10-211-3/+4
| * usb: gadget: fsl-udc: Convert to use module_platform_driver()Uwe Kleine-König2023-10-211-1/+2
| * usb: gadget: at91-udc: Convert to use module_platform_driver()Uwe Kleine-König2023-10-211-1/+2
| * usb: chipidea: Fix unused ci_hdrc_usb2_of_match warning for !CONFIG_OFRob Herring2023-10-211-1/+1
| * usb: chipidea: Add support for NPCMTomer Maimon2023-10-213-0/+119
| * usb: chipidea: add CI_HDRC_FORCE_VBUS_ACTIVE_ALWAYS flagTomer Maimon2023-10-211-1/+4
| * usb-storage,uas: make internal quirks flags 64bitMilan Broz2023-10-215-11/+11
| * usb-storage: remove UNUSUAL_VENDOR_INTF macroMilan Broz2023-10-212-27/+0
| * usb: host: xhci: Avoid XHCI resume delay if SSUSB device is not presentWesley Cheng2023-10-211-2/+10
| * usb: host: xhci-plat: fix possible kernel oops while resumingSergey Shtylyov2023-10-211-4/+19
| * usb: xhci: Implement xhci_handshake_check_state() helperUdipto Goswami2023-10-213-3/+30
| * xhci: split free interrupter into separate remove and free partsMathias Nyman2023-10-211-11/+21
| * xhci: Enable RPM on controllers that support low-power statesBasavaraj Natikar2023-10-211-1/+3
| * xhci: Loosen RPM as default policy to cover for AMD xHC 1.1Basavaraj Natikar2023-10-211-0/+2
| * xhci: Simplify event ring dequeue pointer update for port change eventsMathias Nyman2023-10-211-8/+2
| * xhci: simplify event ring dequeue tracking for transfer eventsMathias Nyman2023-10-211-11/+1
| * xhci: Clean up xhci_{alloc,free}_erst() declarationsLukas Wunner2023-10-212-6/+1
| * xhci: Clean up stale comment on ERST_SIZE macroLukas Wunner2023-10-211-6/+1
| * xhci: Clean up ERST_PTR_MASK inversionLukas Wunner2023-10-214-7/+5
| * xhci: Expose segment numbers in debugfsLukas Wunner2023-10-211-1/+1
| * xhci: Update last segment pointer after Event Ring expansionLukas Wunner2023-10-211-5/+7
| * xhci: Adjust segment numbers after ring expansionLukas Wunner2023-10-211-6/+10
| * xhci: Use more than one Event Ring segmentJonathan Bell2023-10-212-5/+10
| * xhci: Set DESI bits in ERDP register correctlyLukas Wunner2023-10-213-15/+13
| * xhci: expand next_trb() helper to support more ring typesMathias Nyman2023-10-211-1/+1
| * xhci: Add busnumber to port tracingMathias Nyman2023-10-211-1/+4
| * xhci: pass port structure to tracing instead of port numberMathias Nyman2023-10-213-12/+12
| * usb: Inform the USB Type-C class about enumerated devicesHeikki Krogerus2023-10-163-2/+24
| * usb: typec: Link enumerated USB devices with Type-C partnerHeikki Krogerus2023-10-163-10/+123
| * usb/usbip: fix wrong data added to platform deviceHongren Zheng2023-10-161-7/+8
| * Merge 6.6-rc6 into usb-nextGreg Kroah-Hartman2023-10-1619-49/+151
| |\
| * | usb: Add support for Intel LJCA deviceWentong Wu2023-10-113-0/+916
| * | USB: typec: tps6598x: Add status trace for tps25750Abdel Alkuor2023-10-102-0/+38
| * | USB: typec: tps6598x: Add power status trace for tps25750Abdel Alkuor2023-10-103-0/+53
| * | USB: typec: tps6598x: Add trace for tps25750 irqAbdel Alkuor2023-10-102-0/+23
| * | USB: typec: tps6598x: Add TPS25750 supportAbdel Alkuor2023-10-102-8/+456
| * | USB: typec: tps6598x: Add device data to of_device_idAbdel Alkuor2023-10-101-14/+43
| * | USB: typec: tps6598x: Refactor tps6598x port registrationAbdel Alkuor2023-10-101-45/+54
| * | USB: typec: tps6598x: Add patch mode to tps6598xAbdel Alkuor2023-10-101-0/+3
| * | USB: typec: tsp6598x: Add cmd timeout and response delayAbdel Alkuor2023-10-101-4/+15
| * | usb: Use device_get_match_data()Rob Herring2023-10-104-34/+15
| * | usb: musb: Add missing of.h includeRob Herring2023-10-101-0/+1
| * | usb: gadget: u_ether: Replace netif_stop_queue with netif_device_detachHardik Gajjar2023-10-081-1/+1
| * | usb: usbtest: fix a type promotion bugDan Carpenter2023-10-081-1/+1
| * | usbip: Use platform_device_register_full()Andy Shevchenko2023-10-081-35/+20
| * | USB: usbip: fix stub_dev hub disconnectJonas Blixt2023-10-081-2/+7
| * | Revert "usb: gadget: uvc: stop pump thread on video disable"Greg Kroah-Hartman2023-10-051-7/+1
| * | Revert "usb: gadget: uvc: cleanup request when not in correct state"Greg Kroah-Hartman2023-10-051-6/+0
| * | Revert "usb: gadget: uvc: rework pump worker to avoid while loop"Greg Kroah-Hartman2023-10-051-14/+6
| * | usb: ucsi: glink: use the connector orientation GPIO to provide switch eventsNeil Armstrong2023-10-051-1/+53