From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: Andy Gross <andy.gross@linaro.org>
Cc: linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] firmware: qcom: scm: Mask APQ8064 core clk dependency
Date: Fri, 13 Jan 2017 10:15:51 -0800 [thread overview]
Message-ID: <20170113181551.GL10531@minitux> (raw)
In-Reply-To: <1484175483-25333-1-git-send-email-andy.gross@linaro.org>
On Wed 11 Jan 14:58 PST 2017, Andy Gross wrote:
> This patch masks the core clk requirement for the APQ8064. Until the
> other peripherals correctly describe their clock dependencies or the
> bus driver is put in place to handle the RPM dependencies, this bit
> will remain masked.
>
> Signed-off-by: Andy Gross <andy.gross@linaro.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Regards,
Bjorn
> ---
> drivers/firmware/qcom_scm.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/firmware/qcom_scm.c b/drivers/firmware/qcom_scm.c
> index 893f953ea..65d0d9d 100644
> --- a/drivers/firmware/qcom_scm.c
> +++ b/drivers/firmware/qcom_scm.c
> @@ -387,7 +387,7 @@ static int qcom_scm_probe(struct platform_device *pdev)
>
> static const struct of_device_id qcom_scm_dt_match[] = {
> { .compatible = "qcom,scm-apq8064",
> - .data = (void *) SCM_HAS_CORE_CLK,
> + /* FIXME: This should have .data = (void *) SCM_HAS_CORE_CLK */
> },
> { .compatible = "qcom,scm-msm8660",
> .data = (void *) SCM_HAS_CORE_CLK,
> --
> 1.9.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: bjorn.andersson@linaro.org (Bjorn Andersson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] firmware: qcom: scm: Mask APQ8064 core clk dependency
Date: Fri, 13 Jan 2017 10:15:51 -0800 [thread overview]
Message-ID: <20170113181551.GL10531@minitux> (raw)
In-Reply-To: <1484175483-25333-1-git-send-email-andy.gross@linaro.org>
On Wed 11 Jan 14:58 PST 2017, Andy Gross wrote:
> This patch masks the core clk requirement for the APQ8064. Until the
> other peripherals correctly describe their clock dependencies or the
> bus driver is put in place to handle the RPM dependencies, this bit
> will remain masked.
>
> Signed-off-by: Andy Gross <andy.gross@linaro.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Regards,
Bjorn
> ---
> drivers/firmware/qcom_scm.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/firmware/qcom_scm.c b/drivers/firmware/qcom_scm.c
> index 893f953ea..65d0d9d 100644
> --- a/drivers/firmware/qcom_scm.c
> +++ b/drivers/firmware/qcom_scm.c
> @@ -387,7 +387,7 @@ static int qcom_scm_probe(struct platform_device *pdev)
>
> static const struct of_device_id qcom_scm_dt_match[] = {
> { .compatible = "qcom,scm-apq8064",
> - .data = (void *) SCM_HAS_CORE_CLK,
> + /* FIXME: This should have .data = (void *) SCM_HAS_CORE_CLK */
> },
> { .compatible = "qcom,scm-msm8660",
> .data = (void *) SCM_HAS_CORE_CLK,
> --
> 1.9.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2017-01-13 18:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-11 22:58 [PATCH] firmware: qcom: scm: Mask APQ8064 core clk dependency Andy Gross
2017-01-11 22:58 ` Andy Gross
2017-01-13 18:15 ` Bjorn Andersson [this message]
2017-01-13 18:15 ` Bjorn Andersson
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=20170113181551.GL10531@minitux \
--to=bjorn.andersson@linaro.org \
--cc=andy.gross@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.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.