All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ken Westfield <kwestfie@codeaurora.org>
To: Stephen Boyd <sboyd@codeaurora.org>
Cc: Mike Turquette <mturquette@linaro.org>,
	linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Josh Cartwright <joshc@codeaurora.org>,
	Rajendra Nayak <rnayak@codeaurora.org>,
	devicetree@vger.kernel.org, Kumar Gala <galak@codeaurora.org>
Subject: Re: [PATCH v3 0/8] qcom audio clock control drivers
Date: Thu, 22 Jan 2015 13:41:22 -0800	[thread overview]
Message-ID: <20150122214121.GA23451@kwestfie-linux.qualcomm.com> (raw)
In-Reply-To: <1421719535-28398-1-git-send-email-sboyd@codeaurora.org>

On Mon, Jan 19, 2015 at 06:05:27PM -0800, Stephen Boyd wrote:
> This patchset adds support for the low power audio subsystem (LPASS)
> clock controller hardware. I split out the #define patch for IPQ so that
> it can go through the clock tree and the arm-soc tree in parallel
> if desired.

Verified all supported bit clock frequencies for audio playback work on
the ipq806x SOC with max98357a codec.

Tested-by: Kenneth Westfield <kwestfie@codeaurora.org>

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

WARNING: multiple messages have this Message-ID (diff)
From: kwestfie@codeaurora.org (Ken Westfield)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/8] qcom audio clock control drivers
Date: Thu, 22 Jan 2015 13:41:22 -0800	[thread overview]
Message-ID: <20150122214121.GA23451@kwestfie-linux.qualcomm.com> (raw)
In-Reply-To: <1421719535-28398-1-git-send-email-sboyd@codeaurora.org>

On Mon, Jan 19, 2015 at 06:05:27PM -0800, Stephen Boyd wrote:
> This patchset adds support for the low power audio subsystem (LPASS)
> clock controller hardware. I split out the #define patch for IPQ so that
> it can go through the clock tree and the arm-soc tree in parallel
> if desired.

Verified all supported bit clock frequencies for audio playback work on
the ipq806x SOC with max98357a codec.

Tested-by: Kenneth Westfield <kwestfie@codeaurora.org>

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

  parent reply	other threads:[~2015-01-22 21:41 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-20  2:05 [PATCH v3 0/8] qcom audio clock control drivers Stephen Boyd
2015-01-20  2:05 ` Stephen Boyd
2015-01-20  2:05 ` [PATCH v3 1/8] clk: Add __clk_mux_determine_rate_closest Stephen Boyd
2015-01-20  2:05   ` Stephen Boyd
2015-01-20  2:05 ` [PATCH v3 2/8] clk: divider: Make generic for usage elsewhere Stephen Boyd
2015-01-20  2:05   ` Stephen Boyd
2015-01-20  2:05 ` [PATCH v3 3/8] clk: qcom: Add support for regmap divider clocks Stephen Boyd
2015-01-20  2:05   ` Stephen Boyd
2015-01-20  2:05 ` [PATCH v3 4/8] clk: qcom: Add simple regmap based muxes Stephen Boyd
2015-01-20  2:05   ` Stephen Boyd
2015-01-20  2:05 ` [PATCH v3 5/8] dt-bindings: Add #defines for IPQ806x lpass clock control Stephen Boyd
2015-01-20  2:05   ` Stephen Boyd
2015-01-20  2:05 ` [PATCH v3 6/8] clk: qcom: Add IPQ806X LPASS clock controller (LCC) driver Stephen Boyd
2015-01-20  2:05   ` Stephen Boyd
2015-01-27 19:51   ` Mike Turquette
2015-01-27 19:51     ` Mike Turquette
2015-01-27 19:51     ` Mike Turquette
2015-01-20  2:05 ` [PATCH v3 7/8] clk: qcom: Add MSM8960/APQ8064 " Stephen Boyd
2015-01-20  2:05   ` Stephen Boyd
2015-01-27 19:51   ` Mike Turquette
2015-01-27 19:51     ` Mike Turquette
2015-01-27 19:51     ` Mike Turquette
2017-03-21 16:36   ` Linus Walleij
2017-03-21 16:36     ` Linus Walleij
2017-03-21 16:36     ` Linus Walleij
2017-03-24  8:11     ` Linus Walleij
2017-03-24  8:11       ` Linus Walleij
2017-03-24  8:11       ` Linus Walleij
     [not found] ` <1421719535-28398-1-git-send-email-sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2015-01-20  2:05   ` [PATCH v3 8/8] devicetree: bindings: Document qcom,lcc Stephen Boyd
2015-01-20  2:05     ` Stephen Boyd
2015-01-20  2:05     ` Stephen Boyd
2015-01-22 21:41 ` Ken Westfield [this message]
2015-01-22 21:41   ` [PATCH v3 0/8] qcom audio clock control drivers Ken Westfield
2015-01-27 19:52   ` Mike Turquette
2015-01-27 19:52     ` Mike Turquette

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=20150122214121.GA23451@kwestfie-linux.qualcomm.com \
    --to=kwestfie@codeaurora.org \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=joshc@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 \
    --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 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.