Hi Greg, On Tue, Apr 20, 2021 at 8:29 PM Emmanuel Grumbach <emmanuel.grumbach@xxxxxxxxx> wrote: > > From: Alexander Usyskin <alexander.usyskin@xxxxxxxxx> > > Expose the client dma mapping via mei client bus interface. > The client dma has to be mapped before the device is enabled, > therefore we need to create device linking already during mapping > and we need to unmap after the client is disable hence we need to > postpone the unlink and flush till unmapping or when > destroying the device. > > Signed-off-by: Alexander Usyskin <alexander.usyskin@xxxxxxxxx> > Co-developed-by: Tomas Winkler <tomas.winkler@xxxxxxxxx> > Signed-off-by: Tomas Winkler <tomas.winkler@xxxxxxxxx> > Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@xxxxxxxxx> > Signed-off-by: Luca Coelho <luciano.coelho@xxxxxxxxx> > --- > This is a another version of the patch: > https://lore.kernel.org/lkml/20210206144325.25682-6-tomas.winkler@xxxxxxxxx/ > > Greg asked to route this patch through the wireless drivers tree: > https://lore.kernel.org/lkml/YB6sIi61X5p6Dq6y@xxxxxxxxx/ > So here it is. > --- I think I fixed all the issues you raised on the previous version of the patch. This series has been reviewed internally as well. The merge window is now closed, can we move forward with this? Thanks.