Re: [PATCH v3] dma-buf-map: Rename to iosys-map

2022-02-08 Thread Daniel Vetter
On Thu, Feb 03, 2022 at 12:56:14AM -0800, Lucas De Marchi wrote: > Rename struct dma_buf_map to struct iosys_map and corresponding APIs. > Over time dma-buf-map grew up to more functionality than the one used by > dma-buf: in fact it's just a shim layer to abstract system memory, that > can be acce

Re: [PATCH v3] dma-buf-map: Rename to iosys-map

2022-02-03 Thread Christian König
Am 03.02.22 um 10:29 schrieb Thomas Zimmermann: Hi Am 03.02.22 um 09:56 schrieb Lucas De Marchi: [...] diff --git a/Documentation/driver-api/device-io.rst b/Documentation/driver-api/device-io.rst index e9f04b1815d1..f9dede8639c7 100644 --- a/Documentation/driver-api/device-io.rst +++ b/Docum

Re: [PATCH v3] dma-buf-map: Rename to iosys-map

2022-02-03 Thread Lucas De Marchi
On Thu, Feb 03, 2022 at 12:56:14AM -0800, Lucas De Marchi wrote: Rename struct dma_buf_map to struct iosys_map and corresponding APIs. Over time dma-buf-map grew up to more functionality than the one used by dma-buf: in fact it's just a shim layer to abstract system memory, that can be accessed v