All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Baluta <daniel.baluta@nxp.com>
To: shawnguo@kernel.org
Cc: s.hauer@pengutronix.de, =kernel@pengutronix.de,
	festevam@gmail.com, linux-imx@nxp.com, aisheng.dong@nxp.com,
	ulf.hansson@linaro.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, shengjiu.wang@nxp.com,
	paul.olaru@nxp.com, Daniel Baluta <daniel.baluta@nxp.com>
Subject: [PATCH v2 1/3] firmware: imx: scu-pd: Rename mu PD range to mu_a
Date: Thu, 18 Jul 2019 13:25:17 +0300	[thread overview]
Message-ID: <20190718102519.31855-2-daniel.baluta@nxp.com> (raw)
In-Reply-To: <20190718102519.31855-1-daniel.baluta@nxp.com>

The Messaging Unit module enables two processors within the SoC to
communicate and coordinate by passing messages through the MU interface.

MUs have 2 “sides” with independent programming interfaces. Rename
mu PD range to mu_a because it's actually side A of MUs.

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
---
 drivers/firmware/imx/scu-pd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/firmware/imx/scu-pd.c b/drivers/firmware/imx/scu-pd.c
index 480cec69e2c9..950d30238186 100644
--- a/drivers/firmware/imx/scu-pd.c
+++ b/drivers/firmware/imx/scu-pd.c
@@ -92,7 +92,7 @@ static const struct imx_sc_pd_range imx8qxp_scu_pd_ranges[] = {
 	{ "gpt", IMX_SC_R_GPT_0, 5, true, 0 },
 	{ "kpp", IMX_SC_R_KPP, 1, false, 0 },
 	{ "fspi", IMX_SC_R_FSPI_0, 2, true, 0 },
-	{ "mu", IMX_SC_R_MU_0A, 14, true, 0 },
+	{ "mu_a", IMX_SC_R_MU_0A, 14, true, 0 },
 
 	/* CONN SS */
 	{ "usb", IMX_SC_R_USB_0, 2, true, 0 },
-- 
2.17.1


WARNING: multiple messages have this Message-ID (diff)
From: Daniel Baluta <daniel.baluta@nxp.com>
To: shawnguo@kernel.org
Cc: aisheng.dong@nxp.com, =kernel@pengutronix.de,
	Daniel Baluta <daniel.baluta@nxp.com>,
	s.hauer@pengutronix.de, ulf.hansson@linaro.org,
	linux-kernel@vger.kernel.org, paul.olaru@nxp.com,
	linux-imx@nxp.com, festevam@gmail.com, shengjiu.wang@nxp.com,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/3] firmware: imx: scu-pd: Rename mu PD range to mu_a
Date: Thu, 18 Jul 2019 13:25:17 +0300	[thread overview]
Message-ID: <20190718102519.31855-2-daniel.baluta@nxp.com> (raw)
In-Reply-To: <20190718102519.31855-1-daniel.baluta@nxp.com>

The Messaging Unit module enables two processors within the SoC to
communicate and coordinate by passing messages through the MU interface.

MUs have 2 “sides” with independent programming interfaces. Rename
mu PD range to mu_a because it's actually side A of MUs.

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
---
 drivers/firmware/imx/scu-pd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/firmware/imx/scu-pd.c b/drivers/firmware/imx/scu-pd.c
index 480cec69e2c9..950d30238186 100644
--- a/drivers/firmware/imx/scu-pd.c
+++ b/drivers/firmware/imx/scu-pd.c
@@ -92,7 +92,7 @@ static const struct imx_sc_pd_range imx8qxp_scu_pd_ranges[] = {
 	{ "gpt", IMX_SC_R_GPT_0, 5, true, 0 },
 	{ "kpp", IMX_SC_R_KPP, 1, false, 0 },
 	{ "fspi", IMX_SC_R_FSPI_0, 2, true, 0 },
-	{ "mu", IMX_SC_R_MU_0A, 14, true, 0 },
+	{ "mu_a", IMX_SC_R_MU_0A, 14, true, 0 },
 
 	/* CONN SS */
 	{ "usb", IMX_SC_R_USB_0, 2, true, 0 },
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2019-07-18 10:25 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-18 10:25 [PATCH v2 0/3] Add power domain range for MU13 side b / IRQSTR_DSP Daniel Baluta
2019-07-18 10:25 ` Daniel Baluta
2019-07-18 10:25 ` Daniel Baluta [this message]
2019-07-18 10:25   ` [PATCH v2 1/3] firmware: imx: scu-pd: Rename mu PD range to mu_a Daniel Baluta
2019-07-18 10:25 ` [PATCH v2 2/3] firmware: imx: scu-pd: Add mu13 b side PD range Daniel Baluta
2019-07-18 10:25   ` Daniel Baluta
2019-07-18 11:56   ` Aisheng Dong
2019-07-18 11:56     ` Aisheng Dong
2019-07-18 10:25 ` [PATCH v2 3/3] firmware: imx: scu-pd: Add IRQSTR_DSP " Daniel Baluta
2019-07-18 10:25   ` Daniel Baluta
2019-07-23  7:50 ` [PATCH v2 0/3] Add power domain range for MU13 side b / IRQSTR_DSP Shawn Guo
2019-07-23  7:50   ` Shawn Guo

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=20190718102519.31855-2-daniel.baluta@nxp.com \
    --to=daniel.baluta@nxp.com \
    --cc==kernel@pengutronix.de \
    --cc=aisheng.dong@nxp.com \
    --cc=festevam@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=paul.olaru@nxp.com \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=shengjiu.wang@nxp.com \
    --cc=ulf.hansson@linaro.org \
    /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.