On Mon, May 27, 2024 at 02:54:59PM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > > Drop the DMA mapping operations from qcom_scm_qseecom_app_send() and > convert all users of it in the qseecom module to using the TZ allocator > for creating SCM call buffers. As this is largely a module separate from > the SCM driver, let's use a separate memory pool. Set the initial size to > 4K and - if we run out - add twice the current amount to the pool. > > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>