All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/18 v3] arm64: renesas: add sound support
@ 2015-09-18  2:01 Kuninori Morimoto
  2015-09-18 12:27 ` Simon Horman
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Kuninori Morimoto @ 2015-09-18  2:01 UTC (permalink / raw)
  To: linux-sh


Hi Simon

These patches add sound support
previous patch-set didn't include SRC/DVC/CTU/MIX, but this time
these are included

Kuninori Morimoto (18):
      arm64: renesas: tidyup MSTP9 reverse definition order
      arm64: renesas: r8a7795: add I2C support
      arm64: renesas: r8a7795: add AUDIO_DMAC support
      arm64: renesas: r8a7795: Sound SSI PIO support
      arm64: renesas: r8a7795: Sound SSI DMA support
      arm64: renesas: r8a7795: Sound SRC support
      arm64: renesas: r8a7795: Sound DVC support
      arm64: renesas: r8a7795: Sound CTU/MIX support
      arm64: renesas: salvator-x: enable I2C
      arm64: renesas: salvator-x: Sound SSI PIO support
      arm64: renesas: salvator-x: Sound SSI DMA support
      arm64: renesas: salvator-x: Sound SSI DMA support via BUSIF
      arm64: renesas: salvator-x: Sound SRC support
      arm64: renesas: salvator-x: Sound DVC support
      arm64: defconfig: Enable Renesas R-Car I2C Controller
      arm64: defconfig: add Renesas sound and AK4613 support
      arm64: defconfig: add Renesas R-Car DMAC driver support
      arm64: defconfig: add CS2000 driver support

 arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 125 ++++++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/renesas/r8a7795.dtsi           | 401 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 arch/arm64/configs/defconfig                       |  10 +++
 include/dt-bindings/clock/r8a7795-clock.h          |  49 ++++++++++++--
 4 files changed, 577 insertions(+), 8 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/18 v3] arm64: renesas: add sound support
  2015-09-18  2:01 [PATCH 0/18 v3] arm64: renesas: add sound support Kuninori Morimoto
@ 2015-09-18 12:27 ` Simon Horman
  2015-10-05  2:30 ` Simon Horman
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2015-09-18 12:27 UTC (permalink / raw)
  To: linux-sh

On Fri, Sep 18, 2015 at 02:01:46AM +0000, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> These patches add sound support
> previous patch-set didn't include SRC/DVC/CTU/MIX, but this time
> these are included
> 
> Kuninori Morimoto (18):
>       arm64: renesas: tidyup MSTP9 reverse definition order
>       arm64: renesas: r8a7795: add I2C support
>       arm64: renesas: r8a7795: add AUDIO_DMAC support
>       arm64: renesas: r8a7795: Sound SSI PIO support
>       arm64: renesas: r8a7795: Sound SSI DMA support
>       arm64: renesas: r8a7795: Sound SRC support
>       arm64: renesas: r8a7795: Sound DVC support
>       arm64: renesas: r8a7795: Sound CTU/MIX support
>       arm64: renesas: salvator-x: enable I2C
>       arm64: renesas: salvator-x: Sound SSI PIO support
>       arm64: renesas: salvator-x: Sound SSI DMA support
>       arm64: renesas: salvator-x: Sound SSI DMA support via BUSIF
>       arm64: renesas: salvator-x: Sound SRC support
>       arm64: renesas: salvator-x: Sound DVC support
>       arm64: defconfig: Enable Renesas R-Car I2C Controller
>       arm64: defconfig: add Renesas sound and AK4613 support
>       arm64: defconfig: add Renesas R-Car DMAC driver support
>       arm64: defconfig: add CS2000 driver support

* I have added the MSTP9 tidy-up patch and the 3 I2C patches
  to topic/r8a7795-i2c-v3 in my renesas tree

  It is based on the topic/r8a7795-gpio-v1.rebase branch
  as both the i2c and gpio patch-sets update mtsp9.

  Ulrich (CCed), I think this has come up before; could you consider
  including/squashing the MSTP9 tidyup in/into your next update
  of the gpio patchset?

* I have added the other patches to topic/r8a7795-sound-v3
  in my renesas tree.

  It is based on topic/r8a7795-i2c-v3 (above) as
  "arm64: renesas: salvator-x: Sound SSI PIO support" modifies
  the i2c2 node added by "arm64: renesas: salvator-x: enable I2C"

* The above should take care of all 18 patches in this patch-set.
  I believe all the other patch-sets in the set of patch-sets with this is
  part of are driver changes and that Geert intends to handle getting them
  into topic branches.

* Please check my work, I may well have made some errors when
  sifting through conflicts.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/18 v3] arm64: renesas: add sound support
  2015-09-18  2:01 [PATCH 0/18 v3] arm64: renesas: add sound support Kuninori Morimoto
  2015-09-18 12:27 ` Simon Horman
@ 2015-10-05  2:30 ` Simon Horman
  2015-10-14  2:58 ` Kuninori Morimoto
  2015-10-15  6:33 ` Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2015-10-05  2:30 UTC (permalink / raw)
  To: linux-sh

Hi Morimoto-san,

On Fri, Sep 18, 2015 at 09:27:56PM +0900, Simon Horman wrote:
> On Fri, Sep 18, 2015 at 02:01:46AM +0000, Kuninori Morimoto wrote:
> > 
> > Hi Simon
> > 
> > These patches add sound support
> > previous patch-set didn't include SRC/DVC/CTU/MIX, but this time
> > these are included
> > 
> > Kuninori Morimoto (18):
> >       arm64: renesas: tidyup MSTP9 reverse definition order
> >       arm64: renesas: r8a7795: add I2C support
> >       arm64: renesas: r8a7795: add AUDIO_DMAC support
> >       arm64: renesas: r8a7795: Sound SSI PIO support
> >       arm64: renesas: r8a7795: Sound SSI DMA support
> >       arm64: renesas: r8a7795: Sound SRC support
> >       arm64: renesas: r8a7795: Sound DVC support
> >       arm64: renesas: r8a7795: Sound CTU/MIX support
> >       arm64: renesas: salvator-x: enable I2C
> >       arm64: renesas: salvator-x: Sound SSI PIO support
> >       arm64: renesas: salvator-x: Sound SSI DMA support
> >       arm64: renesas: salvator-x: Sound SSI DMA support via BUSIF
> >       arm64: renesas: salvator-x: Sound SRC support
> >       arm64: renesas: salvator-x: Sound DVC support
> >       arm64: defconfig: Enable Renesas R-Car I2C Controller
> >       arm64: defconfig: add Renesas sound and AK4613 support
> >       arm64: defconfig: add Renesas R-Car DMAC driver support
> >       arm64: defconfig: add CS2000 driver support

I have taken the liberty of making some minor updates to rebase this series
and add clock-names properties - it seems that is the way to go for now..

> * I have added the MSTP9 tidy-up patch and the 3 I2C patches
>   to topic/r8a7795-i2c-v3 in my renesas tree

    The updated branch is topic/r8a7795-i2c-v3.rebase.

    As I have also updated the GPIO patchset in a similar manner to this
    one I took the opportunity to squash the MSTP9 tidy-up patch into
    that series. The result is in the topic/r8a7795-gpio-v1.rebase2
    branch of my renesas tree.

>   It is based on the topic/r8a7795-gpio-v1.rebase branch
>   as both the i2c and gpio patch-sets update mtsp9.

    The base is now the topic/arm64-rcar-gen3-v10.1 branch of my
    renesas tree which is a tweaked version of
    "[PATCH v10 00/07] Renesas R-Car H3 (r8a7795) integration patches V10".

>   Ulrich (CCed), I think this has come up before; could you consider
>   including/squashing the MSTP9 tidyup in/into your next update
>   of the gpio patchset?
> 
> * I have added the other patches to topic/r8a7795-sound-v3
>   in my renesas tree.
> 
>   It is based on topic/r8a7795-i2c-v3 (above) as
>   "arm64: renesas: salvator-x: Sound SSI PIO support" modifies
>   the i2c2 node added by "arm64: renesas: salvator-x: enable I2C"

   The updated branch is topic/r8a7795-sound-v3.update.rebase.
   Its base is topic/r8a7795-i2c-v3.rebase.

> 
> * The above should take care of all 18 patches in this patch-set.
>   I believe all the other patch-sets in the set of patch-sets with this is
>   part of are driver changes and that Geert intends to handle getting them
>   into topic branches.
> 
> * Please check my work, I may well have made some errors when
>   sifting through conflicts.

Please check!
If there are any problems please consider reposting the i2c and/or
sound series.

Thanks.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/18 v3] arm64: renesas: add sound support
  2015-09-18  2:01 [PATCH 0/18 v3] arm64: renesas: add sound support Kuninori Morimoto
  2015-09-18 12:27 ` Simon Horman
  2015-10-05  2:30 ` Simon Horman
@ 2015-10-14  2:58 ` Kuninori Morimoto
  2015-10-15  6:33 ` Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Kuninori Morimoto @ 2015-10-14  2:58 UTC (permalink / raw)
  To: linux-sh


Hi Simon

Thank you for your help

> > > Kuninori Morimoto (18):
> > >       arm64: renesas: tidyup MSTP9 reverse definition order
> > >       arm64: renesas: r8a7795: add I2C support
> > >       arm64: renesas: r8a7795: add AUDIO_DMAC support
> > >       arm64: renesas: r8a7795: Sound SSI PIO support
> > >       arm64: renesas: r8a7795: Sound SSI DMA support
> > >       arm64: renesas: r8a7795: Sound SRC support
> > >       arm64: renesas: r8a7795: Sound DVC support
> > >       arm64: renesas: r8a7795: Sound CTU/MIX support
> > >       arm64: renesas: salvator-x: enable I2C
> > >       arm64: renesas: salvator-x: Sound SSI PIO support
> > >       arm64: renesas: salvator-x: Sound SSI DMA support
> > >       arm64: renesas: salvator-x: Sound SSI DMA support via BUSIF
> > >       arm64: renesas: salvator-x: Sound SRC support
> > >       arm64: renesas: salvator-x: Sound DVC support
> > >       arm64: defconfig: Enable Renesas R-Car I2C Controller
> > >       arm64: defconfig: add Renesas sound and AK4613 support
> > >       arm64: defconfig: add Renesas R-Car DMAC driver support
> > >       arm64: defconfig: add CS2000 driver support
> 
> I have taken the liberty of making some minor updates to rebase this series
> and add clock-names properties - it seems that is the way to go for now..

OK, I see

> > * The above should take care of all 18 patches in this patch-set.
> >   I believe all the other patch-sets in the set of patch-sets with this is
> >   part of are driver changes and that Geert intends to handle getting them
> >   into topic branches.
> > 
> > * Please check my work, I may well have made some errors when
> >   sifting through conflicts.
> 
> Please check!
> If there are any problems please consider reposting the i2c and/or
> sound series.

OK, will check

Best regards
---
Kuninori Morimoto

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/18 v3] arm64: renesas: add sound support
  2015-09-18  2:01 [PATCH 0/18 v3] arm64: renesas: add sound support Kuninori Morimoto
                   ` (2 preceding siblings ...)
  2015-10-14  2:58 ` Kuninori Morimoto
@ 2015-10-15  6:33 ` Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2015-10-15  6:33 UTC (permalink / raw)
  To: linux-sh

On Mon, Oct 05, 2015 at 11:30:11AM +0900, Simon Horman wrote:
> Hi Morimoto-san,
> 
> On Fri, Sep 18, 2015 at 09:27:56PM +0900, Simon Horman wrote:
> > On Fri, Sep 18, 2015 at 02:01:46AM +0000, Kuninori Morimoto wrote:
> > > 
> > > Hi Simon
> > > 
> > > These patches add sound support
> > > previous patch-set didn't include SRC/DVC/CTU/MIX, but this time
> > > these are included
> > > 
> > > Kuninori Morimoto (18):
> > >       arm64: renesas: tidyup MSTP9 reverse definition order
> > >       arm64: renesas: r8a7795: add I2C support
> > >       arm64: renesas: r8a7795: add AUDIO_DMAC support
> > >       arm64: renesas: r8a7795: Sound SSI PIO support
> > >       arm64: renesas: r8a7795: Sound SSI DMA support
> > >       arm64: renesas: r8a7795: Sound SRC support
> > >       arm64: renesas: r8a7795: Sound DVC support
> > >       arm64: renesas: r8a7795: Sound CTU/MIX support
> > >       arm64: renesas: salvator-x: enable I2C
> > >       arm64: renesas: salvator-x: Sound SSI PIO support
> > >       arm64: renesas: salvator-x: Sound SSI DMA support
> > >       arm64: renesas: salvator-x: Sound SSI DMA support via BUSIF
> > >       arm64: renesas: salvator-x: Sound SRC support
> > >       arm64: renesas: salvator-x: Sound DVC support
> > >       arm64: defconfig: Enable Renesas R-Car I2C Controller
> > >       arm64: defconfig: add Renesas sound and AK4613 support
> > >       arm64: defconfig: add Renesas R-Car DMAC driver support
> > >       arm64: defconfig: add CS2000 driver support
> 
> I have taken the liberty of making some minor updates to rebase this series
> and add clock-names properties - it seems that is the way to go for now..

I have rebased this series again.

> > * I have added the MSTP9 tidy-up patch and the 3 I2C patches
> >   to topic/r8a7795-i2c-v3 in my renesas tree
> 
>     The updated branch is topic/r8a7795-i2c-v3.rebase.
> 
>     As I have also updated the GPIO patchset in a similar manner to this
>     one I took the opportunity to squash the MSTP9 tidy-up patch into
>     that series. The result is in the topic/r8a7795-gpio-v1.rebase2
>     branch of my renesas tree.

      The updated branch is topic/r8a7795-i2c-v3.rebase2

> >   It is based on the topic/r8a7795-gpio-v1.rebase branch
> >   as both the i2c and gpio patch-sets update mtsp9.
> 
>     The base is now the topic/arm64-rcar-gen3-v10.1 branch of my
>     renesas tree which is a tweaked version of
>     "[PATCH v10 00/07] Renesas R-Car H3 (r8a7795) integration patches V10".

      It is based on topic/r8a7795-gpio-v1.rebase3 which is
      in turn based on topic/arm64-rcar-gen3-v11, a.k.a.
      "arm64: renesas: Add Renesas R8A7795 SoC support".

> >   Ulrich (CCed), I think this has come up before; could you consider
> >   including/squashing the MSTP9 tidyup in/into your next update
> >   of the gpio patchset?
> > 
> > * I have added the other patches to topic/r8a7795-sound-v3
> >   in my renesas tree.
> > 
> >   It is based on topic/r8a7795-i2c-v3 (above) as
> >   "arm64: renesas: salvator-x: Sound SSI PIO support" modifies
> >   the i2c2 node added by "arm64: renesas: salvator-x: enable I2C"
> 
>    The updated branch is topic/r8a7795-sound-v3.update.rebase.
>    Its base is topic/r8a7795-i2c-v3.rebase.

     The updated branch is topic/r8a7795-sound-v3.update.rebase2.
     It is based on topic/r8a7795-i2c-v3.rebase2

> > * The above should take care of all 18 patches in this patch-set.
> >   I believe all the other patch-sets in the set of patch-sets with this is
> >   part of are driver changes and that Geert intends to handle getting them
> >   into topic branches.
> > 
> > * Please check my work, I may well have made some errors when
> >   sifting through conflicts.
> 
> Please check!
> If there are any problems please consider reposting the i2c and/or
> sound series.

Ditto

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-10-15  6:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-18  2:01 [PATCH 0/18 v3] arm64: renesas: add sound support Kuninori Morimoto
2015-09-18 12:27 ` Simon Horman
2015-10-05  2:30 ` Simon Horman
2015-10-14  2:58 ` Kuninori Morimoto
2015-10-15  6:33 ` Simon Horman

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.