Re: [PATCH v3 02/16] iosys-map: Add a few more helpers

2022-02-19 Thread Lucas De Marchi
On Thu, Feb 17, 2022 at 09:42:08AM +0100, Thomas Zimmermann wrote: Hi Am 16.02.22 um 18:41 schrieb Lucas De Marchi: First the simplest ones: - iosys_map_memset(): when abstracting system and I/O memory, just like the memcpy() use case, memset() also has dedicated fu

Re: [PATCH v3 02/16] iosys-map: Add a few more helpers

2022-02-17 Thread Thomas Zimmermann
Hi Am 16.02.22 um 18:41 schrieb Lucas De Marchi: First the simplest ones: - iosys_map_memset(): when abstracting system and I/O memory, just like the memcpy() use case, memset() also has dedicated functions to be called for using IO memory. - iosys_map_memcpy