All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] ASoC: rsnd: cleanup add R-Car Gen4 Sound support
@ 2023-02-01  1:59 Kuninori Morimoto
  2023-02-01  1:59 ` [PATCH 01/15] ASoC: rsnd: check whether playback/capture property exists Kuninori Morimoto
                   ` (15 more replies)
  0 siblings, 16 replies; 26+ messages in thread
From: Kuninori Morimoto @ 2023-02-01  1:59 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA


Hi Mark

This patch-set adds R-Car Gen4 support on Renesas sound driver.
To add it, it needs some cleanups / prepares which makes
easy to review the patch.


Kuninori Morimoto (15):
  ASoC: rsnd: check whether playback/capture property exists
  ASoC: rsnd: fixup #endif position
  ASoC: rsnd: Remove unnecessary rsnd_dbg_dai_call()
  ASoC: rsnd: indicate necessary error when clock start failed
  ASoC: rsnd: indicate warning once if it can't handle requested rule
  ASoC: rsnd: use same debug message format on clkout
  ASoC: rsnd: remove unnecessary ADG flags
  ASoC: rsnd: rename clk to clkin
  ASoC: rsnd: moves clkout_name to top of the file
  ASoC: rsnd: use clkin/out_size
  ASoC: rsnd: use array for 44.1kHz/48kHz rate handling
  ASoC: rsnd: tidyup rsnd_dma_addr()
  ASoC: rsnd: dma.c: tidyup rsnd_dma_probe()
  ASoC: dt-bindings: renesas: add R8A779G0 V4H
  ASoC: rsnd: add R-Car Gen4 Sound support

 .../bindings/sound/renesas,rsnd.yaml          |   4 +
 sound/soc/sh/rcar/adg.c                       | 169 ++++++++++--------
 sound/soc/sh/rcar/core.c                      |  66 ++++---
 sound/soc/sh/rcar/dma.c                       |  57 +++++-
 sound/soc/sh/rcar/gen.c                       |  70 ++++++++
 sound/soc/sh/rcar/rsnd.h                      |  23 ++-
 sound/soc/sh/rcar/ssi.c                       |  13 +-
 sound/soc/sh/rcar/ssiu.c                      |  15 +-
 8 files changed, 289 insertions(+), 128 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-02-03  1:19 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-01  1:59 [PATCH 00/15] ASoC: rsnd: cleanup add R-Car Gen4 Sound support Kuninori Morimoto
2023-02-01  1:59 ` [PATCH 01/15] ASoC: rsnd: check whether playback/capture property exists Kuninori Morimoto
2023-02-01  1:59 ` [PATCH 02/15] ASoC: rsnd: fixup #endif position Kuninori Morimoto
2023-02-01  1:59 ` [PATCH 03/15] ASoC: rsnd: Remove unnecessary rsnd_dbg_dai_call() Kuninori Morimoto
2023-02-01  2:00 ` [PATCH 04/15] ASoC: rsnd: indicate necessary error when clock start failed Kuninori Morimoto
2023-02-01  2:00 ` [PATCH 05/15] ASoC: rsnd: indicate warning once if it can't handle requested rule Kuninori Morimoto
2023-02-01  2:00 ` [PATCH 06/15] ASoC: rsnd: use same debug message format on clkout Kuninori Morimoto
2023-02-01  2:00 ` [PATCH 07/15] ASoC: rsnd: remove unnecessary ADG flags Kuninori Morimoto
2023-02-01  2:00 ` [PATCH 08/15] ASoC: rsnd: rename clk to clkin Kuninori Morimoto
2023-02-01  2:00 ` [PATCH 09/15] ASoC: rsnd: moves clkout_name to top of the file Kuninori Morimoto
2023-02-01  2:00 ` [PATCH 10/15] ASoC: rsnd: use clkin/out_size Kuninori Morimoto
2023-02-01  2:00 ` [PATCH 11/15] ASoC: rsnd: use array for 44.1kHz/48kHz rate handling Kuninori Morimoto
2023-02-01  2:00 ` [PATCH 12/15] ASoC: rsnd: tidyup rsnd_dma_addr() Kuninori Morimoto
2023-02-01  2:00 ` [PATCH 13/15] ASoC: rsnd: dma.c: tidyup rsnd_dma_probe() Kuninori Morimoto
2023-02-01  2:02 ` [PATCH 14/15] ASoC: dt-bindings: renesas: add R8A779G0 V4H Kuninori Morimoto
2023-02-01  2:02   ` Kuninori Morimoto
2023-02-01  7:11   ` Krzysztof Kozlowski
2023-02-01  7:11     ` Krzysztof Kozlowski
2023-02-01 10:19     ` Mark Brown
2023-02-01 10:19       ` Mark Brown
2023-02-02  8:53   ` Geert Uytterhoeven
2023-02-02  8:53     ` Geert Uytterhoeven
2023-02-03  1:18     ` Kuninori Morimoto
2023-02-03  1:18       ` Kuninori Morimoto
2023-02-01  2:02 ` [PATCH 15/15] ASoC: rsnd: add R-Car Gen4 Sound support Kuninori Morimoto
2023-02-01 15:23 ` [PATCH 00/15] ASoC: rsnd: cleanup " Mark Brown

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.