linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Add RZ/G2L Sound support
@ 2021-08-06 10:29 Biju Das
  2021-08-06 10:29 ` [PATCH v4 1/3] ASoC: sh: Add RZ/G2L SSIF-2 driver Biju Das
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Biju Das @ 2021-08-06 10:29 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai, Philipp Zabel, Rob Herring
  Cc: Biju Das, Liam Girdwood, Mark Brown, Vinod Koul, Chris Brandt,
	Kuninori Morimoto, Krzysztof Kozlowski, Laurent Pinchart,
	Lad Prabhakar, alsa-devel, Geert Uytterhoeven, Chris Paterson,
	Biju Das, 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.

v3->v4:
 * Updated the subject line as per style for the subsystem.
 * Removed select SND_SIMPLE_CARD from Kconfig
 * Added C++ comments for copyright and driver description.
 * Moved validation of channels in hw_params
 * removed asm issue reported by bot as well as Mark
 * replaced master/slave macros with provider/consumer macros
 * Improved locking and added more null pointer checks.
v2->v3:
 * Fixed the dependency on KCONFIG
 * Merged the binding patch with dma feature added
 * Updated dt binding example with encoded #dma-cells value.
 * Improved Error handling in probe function
 * Removed the passing legacy channel configuration parameters from
   dmaengine_slave_config function
 * started using dma_request_chan instead of deprecated
   dma_request_slave_channel
 * Removed SoC dtsi and config patches from this series. Will send it later.
v1->v2:
 * Rebased to latest rc kernel

Biju Das (3):
  ASoC: sh: Add RZ/G2L SSIF-2 driver
  ASoC: dt-bindings: sound: renesas,rz-ssi: Update slave dma channel
    configuration parameters
  ASoC: sh: rz-ssi: Add SSI DMAC support

 .../bindings/sound/renesas,rz-ssi.yaml        |    4 +-
 sound/soc/sh/Kconfig                          |    6 +
 sound/soc/sh/Makefile                         |    4 +
 sound/soc/sh/rz-ssi.c                         | 1069 +++++++++++++++++
 4 files changed, 1081 insertions(+), 2 deletions(-)
 create mode 100644 sound/soc/sh/rz-ssi.c

-- 
2.17.1


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

end of thread, other threads:[~2021-08-14  9:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-06 10:29 [PATCH v4 0/3] Add RZ/G2L Sound support Biju Das
2021-08-06 10:29 ` [PATCH v4 1/3] ASoC: sh: Add RZ/G2L SSIF-2 driver Biju Das
2021-08-06 11:27   ` Mark Brown
2021-08-06 12:28     ` Biju Das
2021-08-06 10:29 ` [PATCH v4 2/3] ASoC: dt-bindings: sound: renesas,rz-ssi: Update slave dma channel configuration parameters Biju Das
2021-08-09 12:57   ` Geert Uytterhoeven
2021-08-12  7:19     ` Biju Das
2021-08-13 20:12     ` Rob Herring
2021-08-14  9:11       ` Geert Uytterhoeven
2021-08-13 20:13   ` Rob Herring
2021-08-06 10:29 ` [PATCH v4 3/3] ASoC: sh: rz-ssi: Add SSI DMAC support Biju Das

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).