linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 14/14] ARM: shmobile: r8a7793: enable audio DMAC in device tree
Date: Fri, 15 Jan 2016 12:14:10 +0000	[thread overview]
Message-ID: <20160115121405.GA4005@verge.net.au> (raw)
In-Reply-To: <CAMuHMdXHixAuiYayxmvOLLm39w4iTosVucRtN7ASuHGuY7p5-Q@mail.gmail.com>

On Fri, Jan 15, 2016 at 11:45:35AM +0100, Geert Uytterhoeven wrote:
> Hi Simon,
> 
> On Fri, Jan 15, 2016 at 3:38 AM, Simon Horman
> <horms+renesas@verge.net.au> wrote:
> > --- a/arch/arm/boot/dts/r8a7793.dtsi
> > +++ b/arch/arm/boot/dts/r8a7793.dtsi
> > @@ -1201,52 +1201,119 @@
> >                 status = "disabled";
> >
> >                 rcar_sound,dvc {
> > -                       dvc0: dvc@0 { };
> > -                       dvc1: dvc@1 { };
> > +                       dvc0: dvc@0 {
> > +                               dmas = <&audma0 0xbc>;
> > +                               dma-names = "tx";
> > +                       };
> > +                       dvc1: dvc@1 {
> > +                               dmas = <&audma0 0xbe>;
> > +                               dma-names = "tx";
> > +                       };
> >                 };
> > +
> >                 rcar_sound,src {
> > -                       src0: src@0 { };
> > -                       src1: src@1 { };
> > -                       src2: src@2 { };
> > -                       src3: src@3 { };
> > -                       src4: src@4 { };
> > -                       src5: src@5 { };
> > -                       src6: src@6 { };
> > -                       src7: src@7 { };
> > -                       src8: src@8 { };
> > -                       src9: src@9 { };
> > +                       src0: src@0 {
> > +                               interrupts = <0 352 IRQ_TYPE_LEVEL_HIGH>;
> 
> <GIC_SPI ...> (and more below)
> 
> >                 rcar_sound,ssi {
> >                         ssi0: ssi@0 {
> >                                 interrupts = <0 370 IRQ_TYPE_LEVEL_HIGH>;
> 
> <GIC_SPI ...>
> 
> Ah, you already let a few pass through before ;-)

Thanks, I'll fix this up.

> > +                               dmas = <&audma0 0x01>, <&audma1 0x02>, <&audma0 0x15>, <&audma1 0x16>;
> > +                               dma-names = "rx", "tx", "rxu", "txu";
> >                         };
> 
> Gr{oetje,eeting}s,
> 
>                         Geert
> 
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
> 
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
>                                 -- Linus Torvalds
> 

      reply	other threads:[~2016-01-15 12:14 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-15  2:37 [PATCH v3 00/14] r8a7793, gose: Add audio support to device tree Simon Horman
2016-01-15  2:37 ` [PATCH v3 01/14] ARM: shmobile: r8a7793: add MSTP10 clocks " Simon Horman
2016-01-15  2:37 ` [PATCH v3 02/14] ARM: shmobile: r8a7793: add audio clock " Simon Horman
2016-01-15  2:37 ` [PATCH v3 03/14] ARM: shmobile: r8a7793: add m2 " Simon Horman
2016-01-15  2:37 ` [PATCH v3 04/14] ARM: shmobile: r8a7793: add R-Car sound support " Simon Horman
2016-01-15  2:37 ` [PATCH v3 05/14] ARM: shmobile: r8a7793: add DVC " Simon Horman
2016-01-15  2:37 ` [PATCH v3 06/14] ARM: shmobile: r8a7793: add audio DMAC clocks " Simon Horman
2016-01-15  2:38 ` [PATCH v3 07/14] ARM: shmobile: r8a7793: add audio DMAC " Simon Horman
2016-01-15  2:38 ` [PATCH v3 08/14] ARM: shmobile: r8a7793: enable Audio DMAC peri peri via sound driver Simon Horman
2016-01-15  2:38 ` [PATCH v3 09/14] ARM: shmobile: gose: Enable sound PIO support in device tree Simon Horman
2016-01-15  2:38 ` [PATCH v3 10/14] ARM: shmobile: gose: enable sound DMA " Simon Horman
2016-01-15  2:38 ` [PATCH v3 11/14] ARM: shmobile: gose: enable sound DMA support via BUSIF " Simon Horman
2016-01-15  2:38 ` [PATCH v3 12/14] ARM: shmobile: gose: enable sound DMA support via SRC " Simon Horman
2016-01-15  2:38 ` [PATCH v3 13/14] ARM: shmobile: gose: enable sound DMA support via DVC " Simon Horman
2016-01-15  2:38 ` [PATCH v3 14/14] ARM: shmobile: r8a7793: enable audio DMAC " Simon Horman
2016-01-15 10:45   ` Geert Uytterhoeven
2016-01-15 12:14     ` Simon Horman [this message]

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=20160115121405.GA4005@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).