From: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
To: Rohit Agarwal <quic_rohiagar@quicinc.com>
Cc: agross@kernel.org, bjorn.andersson@linaro.org,
jassisinghbrar@gmail.com, linux-arm-msm@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/8] mailbox: qcom: Add support for SDX65 APCS IPC
Date: Mon, 14 Feb 2022 14:19:57 +0530 [thread overview]
Message-ID: <20220214084957.GH3494@thinkpad> (raw)
In-Reply-To: <20220214083409.GB3494@thinkpad>
On Mon, Feb 14, 2022 at 02:04:14PM +0530, Manivannan Sadhasivam wrote:
> On Mon, Feb 14, 2022 at 12:25:55PM +0530, Rohit Agarwal wrote:
> > In SDX65, the IPC bits are located in the APCS GCC block. Also, this block
> > can provide clock functionality. Hence, add support for IPC with correct
> > offset and name of the clock provider.
> >
> > Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com>
>
> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
>
> Thanks,
> Mani
>
> > ---
> > drivers/mailbox/qcom-apcs-ipc-mailbox.c | 5 +++++
> > 1 file changed, 5 insertions(+)
> >
> > diff --git a/drivers/mailbox/qcom-apcs-ipc-mailbox.c b/drivers/mailbox/qcom-apcs-ipc-mailbox.c
> > index 9325d2a..3f8612c 100644
> > --- a/drivers/mailbox/qcom-apcs-ipc-mailbox.c
> > +++ b/drivers/mailbox/qcom-apcs-ipc-mailbox.c
> > @@ -53,6 +53,10 @@ static const struct qcom_apcs_ipc_data sdx55_apcs_data = {
> > .offset = 0x1008, .clk_name = "qcom-sdx55-acps-clk"
> > };
> >
> > +static const struct qcom_apcs_ipc_data sdx65_apcs_data = {
> > + .offset = 0x1008, .clk_name = "qcom-sdx65-acps-clk"
> > +};
> > +
After looking at patch 7/8, I think we should be able to reuse
"qcom-sdx55-acps-clk" for SDX65.
Thanks,
Mani
> > static const struct regmap_config apcs_regmap_config = {
> > .reg_bits = 32,
> > .reg_stride = 4,
> > @@ -159,6 +163,7 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = {
> > { .compatible = "qcom,sm8150-apss-shared", .data = &apps_shared_apcs_data },
> > { .compatible = "qcom,sm6115-apcs-hmss-global", .data = &msm8994_apcs_data },
> > { .compatible = "qcom,sdx55-apcs-gcc", .data = &sdx55_apcs_data },
> > + { .compatible = "qcom,sdx65-apcs-gcc", .data = &sdx65_apcs_data },
> > {}
> > };
> > MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match);
> > --
> > 2.7.4
> >
next prev parent reply other threads:[~2022-02-14 8:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-14 6:55 [PATCH 2/8] mailbox: qcom: Add support for SDX65 APCS IPC Rohit Agarwal
2022-02-14 8:34 ` Manivannan Sadhasivam
2022-02-14 8:49 ` Manivannan Sadhasivam [this message]
2022-02-15 5:47 ` Rohit Agarwal
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=20220214084957.GH3494@thinkpad \
--to=manivannan.sadhasivam@linaro.org \
--cc=agross@kernel.org \
--cc=bjorn.andersson@linaro.org \
--cc=jassisinghbrar@gmail.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=quic_rohiagar@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.