Message ID | 20250108012213.1659364-1-quic_wcheng@quicinc.com |
---|---|
Headers | show |
Series | Introduce QC USB SND audio offloading support | expand |
On 8.1.2025 3.21, Wesley Cheng wrote: > From: Mathias Nyman <mathias.nyman@linux.intel.com> > > Introduce XHCI sec intr, which manages the USB endpoints being requested by > a client driver. This is used for when client drivers are attempting to > offload USB endpoints to another entity for handling USB transfers. XHCI > sec intr will allow for drivers to fetch the required information about the > transfer ring, so the user can submit transfers independently. Expose the > required APIs for drivers to register and request for a USB endpoint and to > manage XHCI secondary interrupters. The "sec intr" above should also be renamed back to "sideband" -Mathias
Hi Mathias, On 1/8/2025 6:10 AM, Mathias Nyman wrote: > On 8.1.2025 3.21, Wesley Cheng wrote: >> From: Mathias Nyman <mathias.nyman@linux.intel.com> >> >> Introduce XHCI sec intr, which manages the USB endpoints being requested by >> a client driver. This is used for when client drivers are attempting to >> offload USB endpoints to another entity for handling USB transfers. XHCI >> sec intr will allow for drivers to fetch the required information about the >> transfer ring, so the user can submit transfers independently. Expose the >> required APIs for drivers to register and request for a USB endpoint and to >> manage XHCI secondary interrupters. > > The "sec intr" above should also be renamed back to "sideband" > > Sounds good, will do... Thanks Wesley Cheng