From: Georgi Djakov <georgi.djakov@linaro.org>
To: sboyd@codeaurora.org, agross@codeaurora.org
Cc: Georgi Djakov <georgi.djakov@linaro.org>,
mturquette@baylibre.com, linux-clk@vger.kernel.org,
bjorn.andersson@sonymobile.com, linux-kernel@vger.kernel.org,
linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH v5 1/6] clk: qcom: Add support for SMD-RPM Clocks
Date: Mon, 7 Dec 2015 12:42:16 +0200 [thread overview]
Message-ID: <56656288.8090207@linaro.org> (raw)
In-Reply-To: <1449151376-25930-2-git-send-email-georgi.djakov@linaro.org>
On 3.12.15 г. 16:02, Georgi Djakov wrote:
> This adds initial support for clocks controlled by the Resource
> Power Manager (RPM) processor on some Qualcomm SoCs, which use
> the qcom_smd_rpm driver to communicate with RPM.
> Such platforms are msm8916, apq8084 and msm8974.
>
> The RPM is a dedicated hardware engine for managing the shared
> SoC resources in order to keep the lowest power profile. It
> communicates with other hardware subsystems via shared memory
> and accepts clock requests, aggregates the requests and turns
> the clocks on/off or scales them on demand.
>
> This driver is based on the codeaurora.org driver:
> https://www.codeaurora.org/cgit/quic/la/kernel/msm-3.10/tree/drivers/clk/qcom/clock-rpm.c
>
> Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
> ---
[..]
> --- a/drivers/clk/qcom/Kconfig
> +++ b/drivers/clk/qcom/Kconfig
> @@ -2,6 +2,9 @@ config QCOM_GDSC
> bool
> select PM_GENERIC_DOMAINS if PM
>
> +config QCOM_RPMCC
> + bool
> +
> config COMMON_CLK_QCOM
> tristate "Support for Qualcomm's clock controllers"
> depends on OF
> @@ -9,6 +12,14 @@ config COMMON_CLK_QCOM
> select REGMAP_MMIO
> select RESET_CONTROLLER
>
> +config QCOM_CLK_SMD_RPM
> + tristate "RPM over SMD based Clock Controller"
> + depends on COMMON_CLK_QCOM
This should be:
depends on COMMON_CLK_QCOM && QCOM_SMD_RPM
And also for patch 3/6 it should be && MFD_QCOM_RPM
Will resend.
> + select QCOM_RPMCC
> + help
> + Support for the clocks exposed by the Resource Power Manager
> + processor on devices like apq8016, apq8084 and msm8974.
> +
> config APQ_GCC_8084
> tristate "APQ8084 Global Clock Controller"
> select QCOM_GDSC
next prev parent reply other threads:[~2015-12-07 10:42 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-03 14:02 [PATCH v5 0/6] Add initial support for RPM clocks Georgi Djakov
2015-12-03 14:02 ` [PATCH v5 1/6] clk: qcom: Add support for SMD-RPM Clocks Georgi Djakov
2015-12-07 10:42 ` Georgi Djakov [this message]
2015-12-28 2:08 ` Bjorn Andersson
2015-12-03 14:02 ` [PATCH v5 2/6] arm64: dts: qcom: msm8916: Add fixed rate on-board oscillators Georgi Djakov
2015-12-03 14:02 ` [PATCH v5 3/6] arm64: dts: qcom: msm8916: Add RPMCC DT node Georgi Djakov
2015-12-03 14:02 ` [PATCH v5 4/6] clk: qcom: Add support for RPM Clocks Georgi Djakov
2015-12-03 14:02 ` [PATCH v5 5/6] arm: dts: qcom: apq8064: Add fixed rate on-board oscillators Georgi Djakov
2015-12-03 14:02 ` [PATCH v5 6/6] arm: dts: qcom: apq8064: Add RPMCC DT node Georgi Djakov
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=56656288.8090207@linaro.org \
--to=georgi.djakov@linaro.org \
--cc=agross@codeaurora.org \
--cc=bjorn.andersson@sonymobile.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=sboyd@codeaurora.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).