linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: horms@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 07/14] arm64: renesas: salvator-x: Sound SSI PIO support
Date: Fri, 30 Oct 2015 16:57:58 +0900	[thread overview]
Message-ID: <20151030075756.GG31252@verge.net.au> (raw)
In-Reply-To: <877fm5gk33.wl%kuninori.morimoto.gx@renesas.com>

On Fri, Oct 30, 2015 at 02:40:04AM +0000, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> Thank you for your patch.
> 
> > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > 
> > This patch adds PIO sound support for Salvator-X board.
> > 
> > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > ---
> (snip)
> > +	cs2000: clk_multiplier at 4f {
> > +		#clock-cells = <0>;
> > +		compatible = "cirrus,cs2000-cp";
> > +		reg = <0x4f>;
> > +		clocks = <&rcar_sound 0>, <&x12_clk>;
> > +		clock-names = "clk_in", "ref_clk";
> > +		clock-frequency = <24576000>; /* 1/1 divide */
> > +	};
> > +};
> 
> I have posted this cs2000 driver to clk ML, but not yet accepted.
> And new version can't use "clock-frequency".
> Actually, Salvator-X sound can work without cs2000,
> but it can be limited sound rate
> Do you want to avoid cs2000 until it was accepted ?
> Then, I can create and post whole patch set.
> Or we can avoid sound support so far ?

If we can have partial sound support without cs2000 now,
and then fuller support with cs2000 later, then that seems
like a good way to proceed to me.

  reply	other threads:[~2015-10-30  7:57 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-29 23:27 [PATCH v5 00/14] arm64: renesas: add sound support Simon Horman
2015-10-29 23:27 ` [PATCH v5 01/14] arm64: renesas: r8a7795: add AUDIO_DMAC support Simon Horman
2015-10-29 23:27 ` [PATCH v5 02/14] arm64: renesas: r8a7795: Sound SSI PIO support Simon Horman
2015-10-29 23:27 ` [PATCH v5 03/14] arm64: renesas: r8a7795: Sound SSI DMA support Simon Horman
2015-10-29 23:27 ` [PATCH v5 04/14] arm64: renesas: r8a7795: Sound SRC support Simon Horman
2015-10-29 23:27 ` [PATCH v5 05/14] arm64: renesas: r8a7795: Sound DVC support Simon Horman
2015-10-29 23:27 ` [PATCH v5 06/14] arm64: renesas: r8a7795: Sound CTU/MIX support Simon Horman
2015-10-29 23:27 ` [PATCH v5 07/14] arm64: renesas: salvator-x: Sound SSI PIO support Simon Horman
2015-10-30  2:40   ` Kuninori Morimoto
2015-10-30  7:57     ` Simon Horman [this message]
2015-10-30 10:43   ` Sergei Shtylyov
2015-10-29 23:27 ` [PATCH v5 08/14] arm64: renesas: salvator-x: Sound SSI DMA support Simon Horman
2015-10-29 23:27 ` [PATCH v5 09/14] arm64: renesas: salvator-x: Sound SSI DMA support via BUSIF Simon Horman
2015-10-29 23:27 ` [PATCH v5 10/14] arm64: renesas: salvator-x: Sound SRC support Simon Horman
2015-10-29 23:27 ` [PATCH v5 11/14] arm64: renesas: salvator-x: Sound DVC support Simon Horman
2015-10-29 23:27 ` [PATCH v5 12/14] arm64: defconfig: add Renesas sound and AK4613 support Simon Horman
2015-10-29 23:27 ` [PATCH v5 13/14] arm64: defconfig: add Renesas R-Car DMAC driver support Simon Horman
2015-10-29 23:28 ` [PATCH v5 14/14] arm64: defconfig: add CS2000 " Simon Horman

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=20151030075756.GG31252@verge.net.au \
    --to=horms@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).