SUPERH platform development
 help / color / mirror / Atom feed
* [PATCH 0/25 v3][RFC] arm64: Salvator-X sound support
@ 2015-09-18  1:51 Kuninori Morimoto
  2015-09-18  1:52 ` [PATCH 0/3 v2] pinctrl: sh-pfc: r8a7795: add I2C/Audio pin support Kuninori Morimoto
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Kuninori Morimoto @ 2015-09-18  1:51 UTC (permalink / raw)
  To: linux-sh


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.

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

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

end of thread, other threads:[~2015-10-16 14:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH 0/25 v3][RFC] arm64: Salvator-X sound support Simon Horman
2015-09-18  8:13 ` Kuninori Morimoto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox