SUPERH platform development
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH 0/20 v2][RFC] arm64: Salvator-X sound support
Date: Thu, 17 Sep 2015 07:37:06 +0000	[thread overview]
Message-ID: <20150917073703.GB5414@verge.net.au> (raw)
In-Reply-To: <87vbb97kci.wl%kuninori.morimoto.gx@renesas.com>

Hi Morimoto-san,

On Thu, Sep 17, 2015 at 04:19:09AM +0000, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> These are v2 of Salvator-X sound support patches.
> 
> These are based on renesas-drivers-2015-09-15-v4.3-rc1
> and my previous PFC patch-set
>       pinctrl: sh-pfc: r8a7795: add I2C pin support
>       pinctrl: sh-pfc: r8a7795: add Audio clock pin support
>       pinctrl: sh-pfc: r8a7795: add Audio SSI pin support
> 
> These is including non SH-ARM patches which are
> posted to other ML, but still not yet merged.
> 
> 1):	posted to ML, not yet merged
> 2):	posted to ML, not yet merged
> 3):	posted to ML, not yet merged
> 4):	not yet posted, since 3) is not merged yet

4) It is semi-posted now :^)

>  5) - 14): for Salvator-X
> 15) - 17): for Salvator-X
> 18):       based on 2)
> 
> 19) 20): posted by Wolfram

Do you have any thoughts the above patches going into topic branches?
It seems a bit messy but possible from my light analysis so far.

> Kuninori Morimoto (18):
>        1) dmaengine: OF DMAEngine API based on CONFIG_DMA_OF instead of CONFIG_OF
>        2) clk: add CS2000 Fractional-N driver
>        3) ASoC: add ak4613 support
>        4) ASoC: ak4613: add Digital Playback Volume support
>        5) arm64: renesas: tidyup MSTP9 reverse definition order
>        6) arm64: renesas: r8a7795: add I2C support
>        7) arm64: renesas: r8a7795: add PIO sound support
>        8) arm64: renesas: r8a7795: add Renesas sound SRC support
>        9) arm64: renesas: add AUDIO_DMAC support
>       10) arm64: renesas: r8a7795: add SSI DMA support
>       11) arm64: renesas: salvator-x: enable I2C
>       12) arm64: renesas: salvator-x: add PIO sound support
>       13) arm64: renesas: salvator-x: Sound DMA support on DTS
>       14) arm64: renesas: salvator-x: Sound DMA support via BUSIF on DTS
>       15) arm64: defconfig: Enable Renesas R-Car I2C Controller
>       16) arm64: defconfig: add Renesas sound and AK4613 support
>       17) arm64: defconfig: add Renesas R-Car DMAC driver support
>       18) arm64: defconfig: add CS2000 driver support
> 
> Wolfram Sang (2):
>       19) i2c: rcar: add support for r8a7795 (R-Car H3)
>       20) i2c: sh_mobile: add support for r8a7795 (R-Car H3)
> 
>  Documentation/devicetree/bindings/clock/cs2000-cp.txt   |  24 +++++
>  Documentation/devicetree/bindings/i2c/i2c-rcar.txt      |   1 +
>  Documentation/devicetree/bindings/i2c/i2c-sh_mobile.txt |   1 +
>  Documentation/devicetree/bindings/sound/ak4613.txt      |  17 ++++
>  arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts      | 102 ++++++++++++++++++++
>  arch/arm64/boot/dts/renesas/r8a7795.dtsi                | 306 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
>  arch/arm64/configs/defconfig                            |  10 ++
>  drivers/clk/Kconfig                                     |   6 ++
>  drivers/clk/Makefile                                    |   1 +
>  drivers/clk/clk-cs2000-cp.c                             | 530 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  drivers/i2c/busses/i2c-rcar.c                           |   3 +
>  drivers/i2c/busses/i2c-sh_mobile.c                      |   1 +
>  include/dt-bindings/clock/r8a7795-clock.h               |  49 ++++++++--
>  include/linux/of_dma.h                                  |   2 +-
>  sound/soc/codecs/Kconfig                                |   5 +
>  sound/soc/codecs/Makefile                               |   2 +
>  sound/soc/codecs/ak4613.c                               | 497 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  17 files changed, 1548 insertions(+), 9 deletions(-)
> 
> 
> Best regards
> ---
> Kuninori Morimoto
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

  parent reply	other threads:[~2015-09-17  7:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-17  4:19 [PATCH 0/20 v2][RFC] arm64: Salvator-X sound support Kuninori Morimoto
2015-09-17  4:47 ` Kuninori Morimoto
2015-09-17  7:37 ` Simon Horman [this message]
2015-09-17  9:47 ` Kuninori Morimoto
2015-09-17 23:25 ` Simon Horman
2015-09-17 23:43 ` Kuninori Morimoto
2015-09-18  0:08 ` 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=20150917073703.GB5414@verge.net.au \
    --to=horms@verge.net.au \
    --cc=linux-sh@vger.kernel.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