From: sboyd@codeaurora.org (Stephen Boyd)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] clk: qcom: Add support for IPQ8064's global clock controller (GCC)
Date: Fri, 25 Apr 2014 18:53:05 -0700 [thread overview]
Message-ID: <535B1181.4010209@codeaurora.org> (raw)
In-Reply-To: <1396642749-12979-1-git-send-email-galak@codeaurora.org>
On 04/04/14 13:19, Kumar Gala wrote:
> +
> +#define P_PXO 0
> +#define P_PLL8 1
> +#define P_CXO 2
> +#define P_PLL3 3
This #define needs to be 1. Unfortunately the way we do this mapping
requires that they match the parents string array. If you have a better
idea I'm all for it.
> +
> +static const u8 gcc_pxo_pll8_map[] = {
> + [P_PXO] = 0,
> + [P_PLL8] = 3,
> +};
> +
> +static const char *gcc_pxo_pll8[] = {
> + "pxo",
> + "pll8_vote",
> +};
> +
> +static const u8 gcc_pxo_pll8_cxo_map[] = {
> + [P_PXO] = 0,
> + [P_PLL8] = 3,
> + [P_CXO] = 5,
> +};
> +
> +static const char *gcc_pxo_pll8_cxo[] = {
> + "pxo",
> + "pll8_vote",
> + "cxo",
> +};
> +
> +static const u8 gcc_pxo_pll3_map[] = {
> + [P_PXO] = 0,
> + [P_PLL3] = 1,
> +};
> +
> +static const char *gcc_pxo_pll3[] = {
> + "pxo",
> + "pll3",
> +};
> +
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation
prev parent reply other threads:[~2014-04-26 1:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-04 20:19 [PATCH v2] clk: qcom: Add support for IPQ8064's global clock controller (GCC) Kumar Gala
2014-04-07 15:01 ` Ivan T. Ivanov
2014-04-07 15:10 ` Kumar Gala
2014-04-07 15:22 ` Ivan T. Ivanov
2014-04-08 0:33 ` Stephen Boyd
2014-04-26 1:53 ` Stephen Boyd [this message]
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=535B1181.4010209@codeaurora.org \
--to=sboyd@codeaurora.org \
--cc=linux-arm-kernel@lists.infradead.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).