All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gokul krishna Krishnakumar <quic_gokukris@quicinc.com>
To: Andy Gross <agross@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konrad.dybcio@somainline.org>,
	Philipp Zabel <p.zabel@pengutronix.de>
Cc: <linux-arm-msm@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	"Trilok Soni" <quic_tsoni@quicinc.com>,
	Satya Durga Srinivasu Prabhala <quic_satyap@quicinc.com>,
	Rajendra Nayak <quic_rjendra@quicinc.com>,
	"Elliot Berman" <quic_eberman@quicinc.com>,
	Guru Das Srinagesh <quic_gurus@quicinc.com>,
	Gokul krishna Krishnakumar <quic_gokukris@quicinc.com>
Subject: [PATCH v1 0/2] Memory allocation change in scm/mdt_loader
Date: Mon, 12 Sep 2022 11:41:30 -0700	[thread overview]
Message-ID: <cover.1663007783.git.quic_gokukris@quicinc.com> (raw)

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(-)

-- 
2.7.4


             reply	other threads:[~2022-09-12 18:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-12 18:41 Gokul krishna Krishnakumar [this message]
2022-09-12 18:41 ` [PATCH v1 1/2] firmware: qcom_scm: Remove memory alloc call from qcom_scm_pas_init_image() Gokul krishna Krishnakumar
2022-09-12 18:41 ` [PATCH v1 2/2] soc: qcom: mdt_loader: Move the memory allocation into mdt loader Gokul krishna Krishnakumar
2022-09-13  8:50   ` kernel test robot
2022-09-13 12:18   ` kernel test robot
2022-09-13 20:11   ` Bjorn Andersson
2022-09-21 16:39     ` Gokul krishna Krishnakumar (QUIC)
2022-10-04  2:07       ` Gokul Krishna Krishnakumar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1663007783.git.quic_gokukris@quicinc.com \
    --to=quic_gokukris@quicinc.com \
    --cc=agross@kernel.org \
    --cc=andersson@kernel.org \
    --cc=konrad.dybcio@somainline.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=p.zabel@pengutronix.de \
    --cc=quic_eberman@quicinc.com \
    --cc=quic_gurus@quicinc.com \
    --cc=quic_rjendra@quicinc.com \
    --cc=quic_satyap@quicinc.com \
    --cc=quic_tsoni@quicinc.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.