From: Stephen Warren <swarren@wwwdotorg.org>
To: Nicolin Chen <b42378@freescale.com>
Cc: mark.rutland@arm.com, devicetree@vger.kernel.org,
alsa-devel@alsa-project.org, lars@metafoo.de, festevam@gmail.com,
s.hauer@pengutronix.de, timur@tabi.org, rob.herring@calxeda.com,
tomasz.figa@gmail.com, broonie@kernel.org,
p.zabel@pengutronix.de, R65777@freescale.com,
shawn.guo@linaro.org, linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH v9 2/2] ASoC: fsl: Add S/PDIF machine driver
Date: Tue, 20 Aug 2013 10:17:04 -0600 [thread overview]
Message-ID: <52139680.1010800@wwwdotorg.org> (raw)
In-Reply-To: <ede222d17047e863da34a78069ceead2668bd5d2.1376972170.git.b42378@freescale.com>
On 08/19/2013 10:32 PM, Nicolin Chen wrote:
> This patch implements a device-tree-only machine driver for Freescale
> i.MX series Soc. It works with spdif_transmitter/spdif_receiver and
> fsl_spdif.c drivers.
>
> Signed-off-by: Nicolin Chen <b42378@freescale.com>
> ---
> .../devicetree/bindings/sound/imx-audio-spdif.txt | 29 +++++
What changed between v8 and v9?
> diff --git a/Documentation/devicetree/bindings/sound/imx-audio-spdif.txt b/Documentation/devicetree/bindings/sound/imx-audio-spdif.txt
> +Optional properties:
> +
> + - spdif-transmitter : The phandle of the spdif-transmitter dummy codec
> +
> + - spdif-receiver : The phandle of the spdif-receiver dummy codec
> +
> +* Note: At least one of these two properties should be set in the DT binding.
I still don't think "dummy CODEC" is an appropriate thing to have in DT.
WARNING: multiple messages have this Message-ID (diff)
From: Stephen Warren <swarren@wwwdotorg.org>
To: Nicolin Chen <b42378@freescale.com>
Cc: broonie@kernel.org, s.hauer@pengutronix.de,
linuxppc-dev@lists.ozlabs.org, alsa-devel@alsa-project.org,
devicetree@vger.kernel.org, lars@metafoo.de,
p.zabel@pengutronix.de, timur@tabi.org, rob.herring@calxeda.com,
shawn.guo@linaro.org, festevam@gmail.com, tomasz.figa@gmail.com,
mark.rutland@arm.com, R65777@freescale.com
Subject: Re: [PATCH v9 2/2] ASoC: fsl: Add S/PDIF machine driver
Date: Tue, 20 Aug 2013 10:17:04 -0600 [thread overview]
Message-ID: <52139680.1010800@wwwdotorg.org> (raw)
In-Reply-To: <ede222d17047e863da34a78069ceead2668bd5d2.1376972170.git.b42378@freescale.com>
On 08/19/2013 10:32 PM, Nicolin Chen wrote:
> This patch implements a device-tree-only machine driver for Freescale
> i.MX series Soc. It works with spdif_transmitter/spdif_receiver and
> fsl_spdif.c drivers.
>
> Signed-off-by: Nicolin Chen <b42378@freescale.com>
> ---
> .../devicetree/bindings/sound/imx-audio-spdif.txt | 29 +++++
What changed between v8 and v9?
> diff --git a/Documentation/devicetree/bindings/sound/imx-audio-spdif.txt b/Documentation/devicetree/bindings/sound/imx-audio-spdif.txt
> +Optional properties:
> +
> + - spdif-transmitter : The phandle of the spdif-transmitter dummy codec
> +
> + - spdif-receiver : The phandle of the spdif-receiver dummy codec
> +
> +* Note: At least one of these two properties should be set in the DT binding.
I still don't think "dummy CODEC" is an appropriate thing to have in DT.
next prev parent reply other threads:[~2013-08-20 16:17 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-20 4:32 [PATCH v9 0/2] Add freescale S/PDIF CPU DAI and machine drivers Nicolin Chen
2013-08-20 4:32 ` Nicolin Chen
2013-08-20 4:32 ` Nicolin Chen
2013-08-20 4:32 ` [PATCH v9 1/2] ASoC: fsl: Add S/PDIF CPU DAI driver Nicolin Chen
2013-08-20 4:32 ` Nicolin Chen
2013-08-20 4:32 ` Nicolin Chen
2013-08-20 16:16 ` Stephen Warren
2013-08-20 16:16 ` Stephen Warren
2013-08-20 19:11 ` Mark Brown
2013-08-20 19:11 ` Mark Brown
2013-08-20 19:11 ` Mark Brown
2013-08-20 4:32 ` [PATCH v9 2/2] ASoC: fsl: Add S/PDIF machine driver Nicolin Chen
2013-08-20 4:32 ` Nicolin Chen
2013-08-20 4:32 ` Nicolin Chen
2013-08-20 16:17 ` Stephen Warren [this message]
2013-08-20 16:17 ` Stephen Warren
2013-08-20 16:54 ` Nicole Otsuka
2013-08-20 16:54 ` [alsa-devel] " Nicole Otsuka
2013-08-20 19:00 ` Stephen Warren
2013-08-20 19:00 ` [alsa-devel] " Stephen Warren
2013-08-20 19:00 ` Stephen Warren
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=52139680.1010800@wwwdotorg.org \
--to=swarren@wwwdotorg.org \
--cc=R65777@freescale.com \
--cc=alsa-devel@alsa-project.org \
--cc=b42378@freescale.com \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=lars@metafoo.de \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=mark.rutland@arm.com \
--cc=p.zabel@pengutronix.de \
--cc=rob.herring@calxeda.com \
--cc=s.hauer@pengutronix.de \
--cc=shawn.guo@linaro.org \
--cc=timur@tabi.org \
--cc=tomasz.figa@gmail.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.