Message ID | cover.00134d06d2e52e209e9f7778513a27cf0b2a3bd3.1662124370.git-series.marmarek@invisiblethingslab.com (mailing list archive) |
---|---|
Headers | show |
Series | Add Xue - console over USB 3 Debug Capability | expand |
On 02.09.2022 15:17, Marek Marczykowski-Górecki wrote: > Marek Marczykowski-Górecki (10): > drivers/char: allow using both dbgp=xhci and dbgp=ehci > console: support multiple serial console simultaneously > IOMMU: add common API for device reserved memory > IOMMU/VT-d: wire common device reserved memory API > IOMMU/AMD: wire common device reserved memory API > drivers/char: mark DMA buffers as reserved for the XHCI > drivers/char: add RX support to the XHCI driver > drivers/char: allow driving the rest of XHCI by a domain while Xen uses DbC > drivers/char: fix handling cable re-plug in XHCI console driver > drivers/char: use smp barriers in xhci driver I wonder in how far it would be possible to commit parts of this series. Aiui patches 3-6 belong together (lacking a suitable ack on 4), but are independent of 1 and 2. What I can't really tell is whether 7-9 are independent of 1-6 and could hence go in. Jan
On Tue, Sep 06, 2022 at 05:11:24PM +0200, Jan Beulich wrote: > On 02.09.2022 15:17, Marek Marczykowski-Górecki wrote: > > Marek Marczykowski-Górecki (10): > > drivers/char: allow using both dbgp=xhci and dbgp=ehci > > console: support multiple serial console simultaneously > > IOMMU: add common API for device reserved memory > > IOMMU/VT-d: wire common device reserved memory API > > IOMMU/AMD: wire common device reserved memory API > > drivers/char: mark DMA buffers as reserved for the XHCI > > drivers/char: add RX support to the XHCI driver > > drivers/char: allow driving the rest of XHCI by a domain while Xen uses DbC > > drivers/char: fix handling cable re-plug in XHCI console driver > > drivers/char: use smp barriers in xhci driver > > I wonder in how far it would be possible to commit parts of this series. > Aiui patches 3-6 belong together (lacking a suitable ack on 4), but are > independent of 1 and 2. What I can't really tell is whether 7-9 are > independent of 1-6 and could hence go in. 7 share some context with at least patches 1 and 8 (but no functional dependency), and 9 modifies what 7 adds. But otherwise 7-9 should be independent of 2-6.
On 06.09.2022 18:05, Marek Marczykowski-Górecki wrote: > On Tue, Sep 06, 2022 at 05:11:24PM +0200, Jan Beulich wrote: >> On 02.09.2022 15:17, Marek Marczykowski-Górecki wrote: >>> Marek Marczykowski-Górecki (10): >>> drivers/char: allow using both dbgp=xhci and dbgp=ehci >>> console: support multiple serial console simultaneously >>> IOMMU: add common API for device reserved memory >>> IOMMU/VT-d: wire common device reserved memory API >>> IOMMU/AMD: wire common device reserved memory API >>> drivers/char: mark DMA buffers as reserved for the XHCI >>> drivers/char: add RX support to the XHCI driver >>> drivers/char: allow driving the rest of XHCI by a domain while Xen uses DbC >>> drivers/char: fix handling cable re-plug in XHCI console driver >>> drivers/char: use smp barriers in xhci driver >> >> I wonder in how far it would be possible to commit parts of this series. >> Aiui patches 3-6 belong together (lacking a suitable ack on 4), but are >> independent of 1 and 2. What I can't really tell is whether 7-9 are >> independent of 1-6 and could hence go in. > > 7 share some context with at least patches 1 and 8 (but no functional > dependency), and 9 modifies what 7 adds. But otherwise 7-9 should be > independent of 2-6. Well, if 7-9 don't easily apply on their own, then I guess I'll rather not make an attempt. You may want to consider moving those ahead in v7. Jan