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/25 v3][RFC] arm64: Salvator-X sound support
Date: Fri, 18 Sep 2015 06:09:13 +0000	[thread overview]
Message-ID: <20150918060911.GA16125@verge.net.au> (raw)
In-Reply-To: <87twqs1osz.wl%kuninori.morimoto.gx@renesas.com>

Hi Morimoto-san,

On Fri, Sep 18, 2015 at 01:51:41AM +0000, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> These are v3 of Salvator-X sound support patches.
> 
> These are based on renesas-drivers-2015-09-15-v4.3-rc1
> These is including non SH-ARM patches which are
> posted to other ML, but still not yet merged.

Nice work with the set of patch-sets: your git-foo is strong.

Would you like (Geert and) me to work on putting these into topic branches?

> Kuninori Morimoto (23):
>       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
>       dmaengine: OF DMAEngine API based on CONFIG_DMA_OF instead of CONFIG_OF
>       clk: add CS2000 Fractional-N driver
>       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
> 
> Wolfram Sang (2):
>       i2c: rcar: add support for r8a7795 (R-Car H3)
>       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 +
>  arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts      | 125 +++++++++++++++++++++++++
>  arch/arm64/boot/dts/renesas/r8a7795.dtsi                | 401 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
>  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 +
>  drivers/pinctrl/sh-pfc/pfc-r8a7795.c                    | 468 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  include/dt-bindings/clock/r8a7795-clock.h               |  49 ++++++++--
>  include/linux/of_dma.h                                  |   2 +-
>  14 files changed, 1613 insertions(+), 9 deletions(-)
> 
> Best regards
> ---
> Kuninori Morimoto
> 

  parent reply	other threads:[~2015-09-18  6:09 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-18  1:51 [PATCH 0/25 v3][RFC] arm64: Salvator-X sound support Kuninori Morimoto
2015-09-18  1:52 ` [PATCH 0/3 v2] pinctrl: sh-pfc: r8a7795: add I2C/Audio pin support Kuninori Morimoto
2015-09-18  1:53   ` [PATCH 1/3 v2] pinctrl: sh-pfc: r8a7795: add I2C " Kuninori Morimoto
2015-09-18  1:54   ` [PATCH 2/3 v2] pinctrl: sh-pfc: r8a7795: add Audio clock " Kuninori Morimoto
2015-09-18  7:42     ` Geert Uytterhoeven
2015-10-16 14:35     ` Linus Walleij
2015-09-18  1:54   ` [PATCH 3/3 v2] pinctrl: sh-pfc: r8a7795: add Audio SSI " Kuninori Morimoto
2015-09-18  7:43     ` Geert Uytterhoeven
2015-10-16 14:36     ` Linus Walleij
2015-09-18  6:09 ` Simon Horman [this message]
2015-09-18  8:13 ` [PATCH 0/25 v3][RFC] arm64: Salvator-X sound support 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=20150918060911.GA16125@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