All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/8] Add RZ/G2L Sound support
@ 2021-07-19 13:40 ` Biju Das
  0 siblings, 0 replies; 37+ messages in thread
From: Biju Das @ 2021-07-19 13:40 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai, Philipp Zabel, Mark Brown,
	Liam Girdwood, Rob Herring
  Cc: Biju Das, Chris Brandt, Kuninori Morimoto, alsa-devel,
	devicetree, Geert Uytterhoeven, Chris Paterson, Biju Das,
	Prabhakar Mahadev Lad, linux-renesas-soc

This patch series aims to add ASoC support on RZ/G2L SoC's.

It is based on the work done by Chris Brandt for RZ/A ASoC driver.

Biju Das (8):
  ASoC: dt-bindings: Document RZ/G2L bindings
  sound: soc: sh: Add RZ/G2L SSIF-2 driver
  arm64: dts: renesas: r9a07g044: Add external audio clock nodes
  arm64: dts: renesas: r9a07g044: Add SSI support
  arm64: defconfig: Enable ASoC sound support for RZ/G2L SoC
  ASoC: dt-bindings: sound: renesas,rz-ssi: Document DMA support
  sound: sh: rz-ssi: Add SSI DMAC support
  arm64: dts: renesas: r9a07g044: Add SSI DMA support

 .../bindings/sound/renesas,rz-ssi.yaml        |  100 ++
 arch/arm64/boot/dts/renesas/r9a07g044.dtsi    |  105 ++
 arch/arm64/configs/defconfig                  |    1 +
 sound/soc/sh/Kconfig                          |   10 +
 sound/soc/sh/Makefile                         |    4 +
 sound/soc/sh/rz-ssi.c                         | 1078 +++++++++++++++++
 6 files changed, 1298 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/renesas,rz-ssi.yaml
 create mode 100644 sound/soc/sh/rz-ssi.c

-- 
2.17.1


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

end of thread, other threads:[~2021-08-02 12:33 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-19 13:40 [PATCH v2 0/8] Add RZ/G2L Sound support Biju Das
2021-07-19 13:40 ` Biju Das
2021-07-19 13:40 ` [PATCH v2 1/8] ASoC: dt-bindings: Document RZ/G2L bindings Biju Das
2021-07-19 13:40   ` Biju Das
2021-07-19 22:16   ` Rob Herring
2021-07-19 22:16     ` Rob Herring
2021-07-20 11:24     ` Biju Das
2021-07-20 11:24       ` Biju Das
2021-07-29 19:11   ` Rob Herring
2021-07-29 19:11     ` Rob Herring
2021-07-19 13:40 ` [PATCH v2 2/8] sound: soc: sh: Add RZ/G2L SSIF-2 driver Biju Das
2021-07-19 13:40   ` Biju Das
2021-07-20  9:57   ` Geert Uytterhoeven
2021-07-20  9:57     ` Geert Uytterhoeven
2021-07-20 10:24     ` Biju Das
2021-07-20 10:24       ` Biju Das
2021-07-19 13:40 ` [PATCH v2 3/8] arm64: dts: renesas: r9a07g044: Add external audio clock nodes Biju Das
2021-07-19 13:40 ` [PATCH v2 4/8] arm64: dts: renesas: r9a07g044: Add SSI support Biju Das
2021-07-19 13:40 ` [PATCH v2 5/8] arm64: defconfig: Enable ASoC sound support for RZ/G2L SoC Biju Das
2021-07-19 13:40   ` Biju Das
2021-07-19 13:40 ` [PATCH v2 6/8] ASoC: dt-bindings: sound: renesas,rz-ssi: Document DMA support Biju Das
2021-07-19 13:40   ` [PATCH v2 6/8] ASoC: dt-bindings: sound: renesas, rz-ssi: " Biju Das
2021-07-29 19:13   ` [PATCH v2 6/8] ASoC: dt-bindings: sound: renesas,rz-ssi: " Rob Herring
2021-07-29 19:13     ` Rob Herring
2021-07-19 13:40 ` [PATCH v2 7/8] sound: sh: rz-ssi: Add SSI DMAC support Biju Das
2021-07-19 13:40   ` Biju Das
2021-07-19 13:40 ` [PATCH v2 8/8] arm64: dts: renesas: r9a07g044: Add SSI DMA support Biju Das
2021-07-30 19:03 ` (subset) [PATCH v2 0/8] Add RZ/G2L Sound support Mark Brown
2021-07-30 19:03   ` Mark Brown
2021-07-30 19:13   ` Prabhakar Mahadev Lad
2021-07-30 19:13     ` Prabhakar Mahadev Lad
2021-07-31  6:42     ` Biju Das
2021-07-31  6:42       ` Biju Das
2021-08-02 12:16     ` Mark Brown
2021-08-02 12:16       ` Mark Brown
2021-08-02 12:32       ` Lad, Prabhakar
2021-08-02 12:32         ` Lad, Prabhakar

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.