mbox series

[v1,0/2] Memory allocation change in scm/mdt_loader

Message ID cover.1663007783.git.quic_gokukris@quicinc.com
Headers show
Series Memory allocation change in scm/mdt_loader | expand

Message

Gokul krishna Krishnakumar Sept. 12, 2022, 6:41 p.m. UTC
This patch attempts to remove the memory allocation call for the
qcom_metadata from the scm driver and move it to mdt_loader.

Gokul krishna Krishnakumar (2):
  firmware: qcom_scm: Remove memory alloc call from
    qcom_scm_pas_init_image()
  soc: qcom: mdt_loader: Move the memory allocation into mdt loader

 drivers/firmware/qcom_scm.c         | 33 +++-------------------------
 drivers/remoteproc/qcom_q6v5_mss.c  |  2 +-
 drivers/soc/qcom/mdt_loader.c       | 44 +++++++++++++++++++++++++++----------
 include/linux/qcom_scm.h            |  4 +---
 include/linux/soc/qcom/mdt_loader.h |  5 +++--
 5 files changed, 41 insertions(+), 47 deletions(-)