All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@codeaurora.org>
To: Mike Turquette <mturquette@linaro.org>
Cc: Rajendra Nayak <rnayak@codeaurora.org>,
	linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Kenneth Westfield <kwestfie@codeaurora.org>,
	Josh Cartwright <joshc@codeaurora.org>,
	Kumar Gala <galak@codeaurora.org>
Subject: Re: [PATCH 6/7] clk: qcom: ipq: Add lpass clock controller driver
Date: Thu, 20 Nov 2014 18:18:28 -0800	[thread overview]
Message-ID: <546EA0F4.10006@codeaurora.org> (raw)
In-Reply-To: <1416442245-21967-7-git-send-email-sboyd@codeaurora.org>

On 11/19/2014 04:10 PM, Stephen Boyd wrote:
> +
> +static struct clk_regmap_div mi2s_bit_div_clk = {
> +	.reg = 0x48,
> +	.shift = 10,
> +	.width = 4,
> +	.clkr = {
> +		.enable_reg = 0x48,
> +		.enable_mask = BIT(15),

This also has a halt bit so I'll add that in the next version by
splitting this down further into a divider and a branch.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

WARNING: multiple messages have this Message-ID (diff)
From: sboyd@codeaurora.org (Stephen Boyd)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 6/7] clk: qcom: ipq: Add lpass clock controller driver
Date: Thu, 20 Nov 2014 18:18:28 -0800	[thread overview]
Message-ID: <546EA0F4.10006@codeaurora.org> (raw)
In-Reply-To: <1416442245-21967-7-git-send-email-sboyd@codeaurora.org>

On 11/19/2014 04:10 PM, Stephen Boyd wrote:
> +
> +static struct clk_regmap_div mi2s_bit_div_clk = {
> +	.reg = 0x48,
> +	.shift = 10,
> +	.width = 4,
> +	.clkr = {
> +		.enable_reg = 0x48,
> +		.enable_mask = BIT(15),

This also has a halt bit so I'll add that in the next version by
splitting this down further into a divider and a branch.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

  reply	other threads:[~2014-11-21  2:18 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-20  0:10 [PATCH 0/7] IPQ806X audio clock control driver Stephen Boyd
2014-11-20  0:10 ` Stephen Boyd
2014-11-20  0:10 ` Stephen Boyd
2014-11-20  0:10 ` [PATCH 1/7] clk: Add __clk_mux_determine_rate_closest Stephen Boyd
2014-11-20  0:10   ` Stephen Boyd
2014-11-20  0:10 ` [PATCH 2/7] clk: divider: Make generic for usage elsewhere Stephen Boyd
2014-11-20  0:10   ` Stephen Boyd
2014-11-20  0:10   ` Stephen Boyd
2014-11-20  0:10 ` [PATCH 3/7] clk: qcom: Add support for cdiv clocks Stephen Boyd
2014-11-20  0:10   ` Stephen Boyd
2014-11-20  0:10   ` Stephen Boyd
2014-11-20  0:10 ` [PATCH 4/7] clk: qcom: Add simple regmap based muxes Stephen Boyd
2014-11-20  0:10   ` Stephen Boyd
2014-11-20  0:10   ` Stephen Boyd
2014-11-20  0:10 ` [PATCH 5/7] dt-bindings: Add #defines for IPQ806x lpass clock control Stephen Boyd
2014-11-20  0:10   ` Stephen Boyd
2014-11-20  0:10 ` [PATCH 6/7] clk: qcom: ipq: Add lpass clock controller driver Stephen Boyd
2014-11-20  0:10   ` Stephen Boyd
2014-11-21  2:18   ` Stephen Boyd [this message]
2014-11-21  2:18     ` Stephen Boyd
2014-11-20  0:10 ` [PATCH 7/7] devicetree: bindings: Document qcom,lcc Stephen Boyd
2014-11-20  0:10   ` Stephen Boyd
2014-11-20  0:10   ` Stephen Boyd

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=546EA0F4.10006@codeaurora.org \
    --to=sboyd@codeaurora.org \
    --cc=galak@codeaurora.org \
    --cc=joshc@codeaurora.org \
    --cc=kwestfie@codeaurora.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@linaro.org \
    --cc=rnayak@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 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.