summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* dt-bindings: usb: gpio-sbu-mux: Make 'mode-switch' not requiredFabio Estevam2023-10-161-1/+0
* 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-165-10/+169
* usb/usbip: fix wrong data added to platform deviceHongren Zheng2023-10-161-7/+8
* Merge 6.6-rc6 into usb-nextGreg Kroah-Hartman2023-10-16556-2864/+6221
|\
| * Linux 6.6-rc6v6.6-rc6Linus Torvalds2023-10-151-1/+1
| * Revert "x86/smp: Put CPUs into INIT on shutdown if possible"Linus Torvalds2023-10-153-60/+7
| * virtio_net: fix the missing of the dma cpu syncXuan Zhuo2023-10-151-7/+7
| * Merge tag 'usb-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-10-1523-87/+220
| |\
| | * usb: typec: ucsi: Use GET_CAPABILITY attributes data to set power supply scopeMario Limonciello2023-10-111-0/+9
| | * usb: typec: ucsi: Fix missing link removalHeikki Krogerus2023-10-111-0/+1
| | * usb: typec: altmodes/displayport: Signal hpd low when exiting modeRD Babiera2023-10-111-0/+5
| | * xhci: Preserve RsvdP bits in ERSTBA register correctlyLukas Wunner2023-10-022-3/+3
| | * xhci: Clear EHB bit only at end of interrupt handlerLukas Wunner2023-10-021-5/+7
| | * xhci: track port suspend state correctly in unsuccessful resume casesMathias Nyman2023-10-021-9/+10
| | * usb: xhci: xhci-ring: Use sysdev for mapping bounce bufferWesley Cheng2023-10-021-2/+2
| | * usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command failsPrashanth K2023-10-021-0/+1
| | * usb: misc: onboard_hub: add support for Microchip USB2412 USB 2.0 hubJavier Carrasco2023-10-022-0/+2
| | * usb: gadget: udc-xilinx: replace memcpy with memcpy_toioPiyush Mehta2023-10-021-8/+12
| | * usb: cdns3: Modify the return value of cdns_set_active () to void when CONFIG...Xiaolei Wang2023-10-021-2/+1
| | * usb: dwc3: Soft reset phy on probe for hostThinh Nguyen2023-10-021-1/+38
| | * usb: hub: Guard against accesses to uninitialized BOS descriptorsRicardo CaƱuelo2023-10-022-4/+23
| | * usb: typec: qcom: Update the logic of regulator enable and disableHui Liu2023-10-021-6/+6
| | * usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap callKrishna Kurapati2023-10-021-7/+19
| | * usb: musb: Get the musb_qh poniter after musb_givebackXingxing Luo2023-10-021-1/+8
| | * usb: musb: Modify the "HWVers" register addressXingxing Luo2023-10-021-1/+1
| | * usb: cdnsp: Fixes issue with dequeuing not queued requestsPawel Laszczak2023-10-021-0/+3
| | * Merge tag 'thunderbolt-for-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2023-10-024-38/+69
| | |\
| | | * thunderbolt: Restart XDomain discovery handshake after failureMika Westerberg2023-09-151-17/+41
| | | * thunderbolt: Correct TMU mode initialization from hardwareMika Westerberg2023-09-151-1/+1
| | | * thunderbolt: Check that lane 1 is in CL0 before enabling lane bondingMika Westerberg2023-09-151-0/+7
| | | * thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple RidgeMika Westerberg2023-09-151-20/+20
| * | | Merge tag 'tty-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-10-153-22/+22
| |\ \ \