From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Bo Shen <voice.shen@atmel.com>, broonie@kernel.org
Cc: plagnioj@jcrosoft.com, linux-sound@vger.kernel.org,
alsa-devel@alsa-project.org,
linux-arm-kernel@lists.infradead.org,
Rob Herring <rob.herring@calxeda.com>,
Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Stephen Warren <swarren@wwwdotorg.org>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Rob Landley <rob@landley.net>, Mark Brown <broonie@linaro.org>,
Richard Genoud <richard.genoud@gmail.com>,
devicetree@vger.kernel.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 2/2] Binding: atmel-ssc: add option to choose clock
Date: Mon, 10 Feb 2014 10:21:39 +0100 [thread overview]
Message-ID: <52F89A23.9040307@atmel.com> (raw)
In-Reply-To: <1392012586-30790-3-git-send-email-voice.shen@atmel.com>
On 10/02/2014 07:09, Bo Shen :
> Add the option to choose clock on which pin input to SSC (as slave).
> Default is on TK pin to SSC, add "atmel,clk-from-rk-pin" option to
> specify the clock is on RK pin to SSC.
>
> Signed-off-by: Bo Shen <voice.shen@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> ---
> Changes in v3:
> - None
> Series-changes: 2
> - using "-" replace "_" in binding document
>
> Documentation/devicetree/bindings/misc/atmel-ssc.txt | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/misc/atmel-ssc.txt b/Documentation/devicetree/bindings/misc/atmel-ssc.txt
> index a45ae08..5c1e14e 100644
> --- a/Documentation/devicetree/bindings/misc/atmel-ssc.txt
> +++ b/Documentation/devicetree/bindings/misc/atmel-ssc.txt
> @@ -14,6 +14,14 @@ Required properties for devices compatible with "atmel,at91sam9g45-ssc":
> See Documentation/devicetree/bindings/dma/atmel-dma.txt for details.
> - dma-names: Must be "tx", "rx".
>
> +Optional properties:
> + - atmel,clk-from-rk-pin: bool property.
> + - When SSC works in slave mode, according to the hardware design, the
> + clock can get from TK pin, and also can get from RK pin. So, add
> + this parameter to choose where the clock from.
> + - By default the clock is from TK pin, if the clock from RK pin, this
> + property is needed.
> +
> Examples:
> - PDC transfer:
> ssc0: ssc@fffbc000 {
>
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Bo Shen <voice.shen@atmel.com>, broonie@kernel.org
Cc: plagnioj@jcrosoft.com, linux-sound@vger.kernel.org,
alsa-devel@alsa-project.org,
linux-arm-kernel@lists.infradead.org,
Rob Herring <rob.herring@calxeda.com>,
Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Stephen Warren <swarren@wwwdotorg.org>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Rob Landley <rob@landley.net>, Mark Brown <broonie@linaro.org>,
Richard Genoud <richard.genoud@gmail.com>,
devicetree@vger.kernel.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 2/2] Binding: atmel-ssc: add option to choose clock
Date: Mon, 10 Feb 2014 09:21:39 +0000 [thread overview]
Message-ID: <52F89A23.9040307@atmel.com> (raw)
In-Reply-To: <1392012586-30790-3-git-send-email-voice.shen@atmel.com>
On 10/02/2014 07:09, Bo Shen :
> Add the option to choose clock on which pin input to SSC (as slave).
> Default is on TK pin to SSC, add "atmel,clk-from-rk-pin" option to
> specify the clock is on RK pin to SSC.
>
> Signed-off-by: Bo Shen <voice.shen@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> ---
> Changes in v3:
> - None
> Series-changes: 2
> - using "-" replace "_" in binding document
>
> Documentation/devicetree/bindings/misc/atmel-ssc.txt | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/misc/atmel-ssc.txt b/Documentation/devicetree/bindings/misc/atmel-ssc.txt
> index a45ae08..5c1e14e 100644
> --- a/Documentation/devicetree/bindings/misc/atmel-ssc.txt
> +++ b/Documentation/devicetree/bindings/misc/atmel-ssc.txt
> @@ -14,6 +14,14 @@ Required properties for devices compatible with "atmel,at91sam9g45-ssc":
> See Documentation/devicetree/bindings/dma/atmel-dma.txt for details.
> - dma-names: Must be "tx", "rx".
>
> +Optional properties:
> + - atmel,clk-from-rk-pin: bool property.
> + - When SSC works in slave mode, according to the hardware design, the
> + clock can get from TK pin, and also can get from RK pin. So, add
> + this parameter to choose where the clock from.
> + - By default the clock is from TK pin, if the clock from RK pin, this
> + property is needed.
> +
> Examples:
> - PDC transfer:
> ssc0: ssc@fffbc000 {
>
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID (diff)
From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 2/2] Binding: atmel-ssc: add option to choose clock
Date: Mon, 10 Feb 2014 10:21:39 +0100 [thread overview]
Message-ID: <52F89A23.9040307@atmel.com> (raw)
In-Reply-To: <1392012586-30790-3-git-send-email-voice.shen@atmel.com>
On 10/02/2014 07:09, Bo Shen :
> Add the option to choose clock on which pin input to SSC (as slave).
> Default is on TK pin to SSC, add "atmel,clk-from-rk-pin" option to
> specify the clock is on RK pin to SSC.
>
> Signed-off-by: Bo Shen <voice.shen@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> ---
> Changes in v3:
> - None
> Series-changes: 2
> - using "-" replace "_" in binding document
>
> Documentation/devicetree/bindings/misc/atmel-ssc.txt | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/misc/atmel-ssc.txt b/Documentation/devicetree/bindings/misc/atmel-ssc.txt
> index a45ae08..5c1e14e 100644
> --- a/Documentation/devicetree/bindings/misc/atmel-ssc.txt
> +++ b/Documentation/devicetree/bindings/misc/atmel-ssc.txt
> @@ -14,6 +14,14 @@ Required properties for devices compatible with "atmel,at91sam9g45-ssc":
> See Documentation/devicetree/bindings/dma/atmel-dma.txt for details.
> - dma-names: Must be "tx", "rx".
>
> +Optional properties:
> + - atmel,clk-from-rk-pin: bool property.
> + - When SSC works in slave mode, according to the hardware design, the
> + clock can get from TK pin, and also can get from RK pin. So, add
> + this parameter to choose where the clock from.
> + - By default the clock is from TK pin, if the clock from RK pin, this
> + property is needed.
> +
> Examples:
> - PDC transfer:
> ssc0: ssc at fffbc000 {
>
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Bo Shen <voice.shen@atmel.com>, <broonie@kernel.org>
Cc: <plagnioj@jcrosoft.com>, <linux-sound@vger.kernel.org>,
<alsa-devel@alsa-project.org>,
<linux-arm-kernel@lists.infradead.org>,
"Rob Herring" <rob.herring@calxeda.com>,
Pawel Moll <pawel.moll@arm.com>,
"Mark Rutland" <mark.rutland@arm.com>,
Stephen Warren <swarren@wwwdotorg.org>,
"Ian Campbell" <ijc+devicetree@hellion.org.uk>,
Rob Landley <rob@landley.net>, "Mark Brown" <broonie@linaro.org>,
Richard Genoud <richard.genoud@gmail.com>,
<devicetree@vger.kernel.org>, <linux-doc@vger.kernel.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v3 2/2] Binding: atmel-ssc: add option to choose clock
Date: Mon, 10 Feb 2014 10:21:39 +0100 [thread overview]
Message-ID: <52F89A23.9040307@atmel.com> (raw)
In-Reply-To: <1392012586-30790-3-git-send-email-voice.shen@atmel.com>
On 10/02/2014 07:09, Bo Shen :
> Add the option to choose clock on which pin input to SSC (as slave).
> Default is on TK pin to SSC, add "atmel,clk-from-rk-pin" option to
> specify the clock is on RK pin to SSC.
>
> Signed-off-by: Bo Shen <voice.shen@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> ---
> Changes in v3:
> - None
> Series-changes: 2
> - using "-" replace "_" in binding document
>
> Documentation/devicetree/bindings/misc/atmel-ssc.txt | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/misc/atmel-ssc.txt b/Documentation/devicetree/bindings/misc/atmel-ssc.txt
> index a45ae08..5c1e14e 100644
> --- a/Documentation/devicetree/bindings/misc/atmel-ssc.txt
> +++ b/Documentation/devicetree/bindings/misc/atmel-ssc.txt
> @@ -14,6 +14,14 @@ Required properties for devices compatible with "atmel,at91sam9g45-ssc":
> See Documentation/devicetree/bindings/dma/atmel-dma.txt for details.
> - dma-names: Must be "tx", "rx".
>
> +Optional properties:
> + - atmel,clk-from-rk-pin: bool property.
> + - When SSC works in slave mode, according to the hardware design, the
> + clock can get from TK pin, and also can get from RK pin. So, add
> + this parameter to choose where the clock from.
> + - By default the clock is from TK pin, if the clock from RK pin, this
> + property is needed.
> +
> Examples:
> - PDC transfer:
> ssc0: ssc@fffbc000 {
>
--
Nicolas Ferre
next prev parent reply other threads:[~2014-02-10 9:21 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-10 6:09 [PATCH v3 0/2] ASoC: atmel_ssc_dai: add option to choose clock Bo Shen
2014-02-10 6:09 ` Bo Shen
2014-02-10 6:09 ` Bo Shen
2014-02-10 6:09 ` Bo Shen
2014-02-10 6:09 ` [PATCH v3 1/2] ASoC: atmel_ssc_dai: make " Bo Shen
2014-02-10 6:09 ` Bo Shen
2014-02-10 6:09 ` Bo Shen
2014-02-10 6:09 ` Bo Shen
2014-02-10 9:22 ` Nicolas Ferre
2014-02-10 9:22 ` Nicolas Ferre
2014-02-10 9:22 ` Nicolas Ferre
2014-02-10 9:22 ` Nicolas Ferre
2014-02-10 6:09 ` [PATCH v3 2/2] Binding: atmel-ssc: add " Bo Shen
2014-02-10 6:09 ` Bo Shen
2014-02-10 6:09 ` Bo Shen
2014-02-10 6:09 ` Bo Shen
2014-02-10 9:21 ` Nicolas Ferre [this message]
2014-02-10 9:21 ` Nicolas Ferre
2014-02-10 9:21 ` Nicolas Ferre
2014-02-10 9:21 ` Nicolas Ferre
2014-02-12 17:23 ` [PATCH v3 0/2] ASoC: atmel_ssc_dai: " Mark Brown
2014-02-12 17:23 ` Mark Brown
2014-02-12 17:23 ` Mark Brown
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=52F89A23.9040307@atmel.com \
--to=nicolas.ferre@atmel.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=broonie@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=pawel.moll@arm.com \
--cc=plagnioj@jcrosoft.com \
--cc=richard.genoud@gmail.com \
--cc=rob.herring@calxeda.com \
--cc=rob@landley.net \
--cc=swarren@wwwdotorg.org \
--cc=voice.shen@atmel.com \
/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.