Re: [PATCH 7/8] xhci: translate virtual addresses into the bus's address space

2020-11-20 Thread Nicolas Saenz Julienne
On Fri, 2020-11-20 at 07:15 +0100, Stefan Roese wrote: > Hi Bin, > Hi Nicolas, > > On 20.11.20 01:31, Bin Meng wrote: > > +Stefan > > > > On Fri, Nov 20, 2020 at 1:49 AM Nicolas Saenz Julienne > > wrote: > > > So far we've been content with passing physical addresses when > > > configuring

Re: [PATCH 7/8] xhci: translate virtual addresses into the bus's address space

2020-11-19 Thread Stefan Roese
Hi Bin, Hi Nicolas, On 20.11.20 01:31, Bin Meng wrote: +Stefan On Fri, Nov 20, 2020 at 1:49 AM Nicolas Saenz Julienne wrote: So far we've been content with passing physical addresses when configuring memory addresses into XHCI controllers, but not all platforms have buses with transparent

Re: [PATCH 7/8] xhci: translate virtual addresses into the bus's address space

2020-11-19 Thread Bin Meng
+Stefan On Fri, Nov 20, 2020 at 1:49 AM Nicolas Saenz Julienne wrote: > > So far we've been content with passing physical addresses when > configuring memory addresses into XHCI controllers, but not all > platforms have buses with transparent mappings. Specifically the > Raspberry Pi 4 might

[PATCH 7/8] xhci: translate virtual addresses into the bus's address space

2020-11-19 Thread Nicolas Saenz Julienne
So far we've been content with passing physical addresses when configuring memory addresses into XHCI controllers, but not all platforms have buses with transparent mappings. Specifically the Raspberry Pi 4 might introduce an offset to memory accesses incoming from its PCIe port. Introduce