From: Ben Dooks <ben@trinity.fluff.org>
To: Kuninori Morimoto <kuninori.morimoto.gx@gmail.com>
Cc: Linux-ALSA <alsa-devel@alsa-project.org>,
Mark Brown <broonie@kernel.org>,
Liam Girdwood <lgirdwood@gmail.com>, Simon <horms@verge.net.au>,
Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Subject: Re: [PATCH] ASoC: rsnd: fixup SSI interrupts style of DeviceTree
Date: Fri, 30 May 2014 11:23:58 +0100 [thread overview]
Message-ID: <20140530102358.GC6241@trinity.fluff.org> (raw)
In-Reply-To: <87sinrpofv.wl%kuninori.morimoto.gx@gmail.com>
On Fri, May 30, 2014 at 03:10:13AM -0700, Kuninori Morimoto wrote:
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
>
> Current SSI interrupts has been set to each port.
> But it is too ugly style.
> SSI interrupts will be listed under
> rcar_sound,ssi node by this patch
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
> >> Mark
>
> There is still no DT user for this driver at this point.
> No conflict happens on platform.
>
> .../devicetree/bindings/sound/renesas,rsnd.txt | 50 ++++++++------------
> sound/soc/sh/rcar/ssi.c | 2 +-
> 2 files changed, 21 insertions(+), 31 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
> index 8346cab..1fba56b 100644
> --- a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
> +++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
> @@ -53,36 +53,26 @@ rcar_sound: rcar_sound@0xffd90000 {
> };
>
> rcar_sound,ssi {
> - ssi0: ssi@0 {
> - interrupts = <0 370 IRQ_TYPE_LEVEL_HIGH>;
> - };
> - ssi1: ssi@1 {
> - interrupts = <0 371 IRQ_TYPE_LEVEL_HIGH>;
> - };
> - ssi2: ssi@2 {
> - interrupts = <0 372 IRQ_TYPE_LEVEL_HIGH>;
> - };
> - ssi3: ssi@3 {
> - interrupts = <0 373 IRQ_TYPE_LEVEL_HIGH>;
> - };
> - ssi4: ssi@4 {
> - interrupts = <0 374 IRQ_TYPE_LEVEL_HIGH>;
> - };
> - ssi5: ssi@5 {
> - interrupts = <0 375 IRQ_TYPE_LEVEL_HIGH>;
> - };
> - ssi6: ssi@6 {
> - interrupts = <0 376 IRQ_TYPE_LEVEL_HIGH>;
> - };
> - ssi7: ssi@7 {
> - interrupts = <0 377 IRQ_TYPE_LEVEL_HIGH>;
> - };
> - ssi8: ssi@8 {
> - interrupts = <0 378 IRQ_TYPE_LEVEL_HIGH>;
> - };
> - ssi9: ssi@9 {
> - interrupts = <0 379 IRQ_TYPE_LEVEL_HIGH>;
> - };
This looks like a backward step, especially as we use the ssiX
blocks for DMA too.
Also, please just stop playing around with this stuff, other people
are trying to use this code and changing it without a good technical
reason is causing difficulty.
--
Ben Dooks, ben@fluff.org, http://www.fluff.org/ben/
Large Hadron Colada: A large Pina Colada that makes the universe disappear.
next prev parent reply other threads:[~2014-05-30 10:24 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-30 10:10 [PATCH] ASoC: rsnd: fixup SSI interrupts style of DeviceTree Kuninori Morimoto
2014-05-30 10:23 ` Ben Dooks [this message]
2014-05-30 10:43 ` Kuninori Morimoto
2014-05-30 10:53 ` Ben Dooks
2014-05-30 11:23 ` Kuninori Morimoto
2014-06-02 21:39 ` Ben Dooks
2014-06-02 23:52 ` Kuninori Morimoto
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=20140530102358.GC6241@trinity.fluff.org \
--to=ben@trinity.fluff.org \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=horms@verge.net.au \
--cc=kuninori.morimoto.gx@gmail.com \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=lgirdwood@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.