All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] ASoC: rsnd: add TDM Split mode
@ 2018-11-06  5:18 Kuninori Morimoto
  2018-11-06  5:18 ` [PATCH 01/10] ASoC: rsnd: remove endpoint bidirectional check Kuninori Morimoto
                   ` (9 more replies)
  0 siblings, 10 replies; 20+ messages in thread
From: Kuninori Morimoto @ 2018-11-06  5:18 UTC (permalink / raw)
  To: Mark Brown, Jiada Wang; +Cc: Linux-ALSA


Hi Mark
Cc: Jiada

These patches are for TDM Split mode support for Renesas rsnd driver.

1) - 6) : tidyup / prepare for TDM Split mode suport
7),  9) : DT binding patch for TDM Split mode
8), 10) : TDM Split mode support

Kuninori Morimoto (10):
   1) ASoC: rsnd: remove endpoint bidirectional check
   2) ASoC: rsnd: rename rsnd_runtime_is_ssi_xxx()
   3) ASoC: rsnd: use defined io_playback/io_capture
   4) ASoC: rsnd: move HDMI information from ssi.c to core.c
   5) ASoC: rsnd: handle DPCM converted rate/chan under core
   6) ASoC: rsnd: tidyup Document for DT binding
   7) ASoC: rsnd: add SSIU BUSIF support for Document
   8) ASoC: rsnd: add SSIU BUSIF support
   9) ASoC: rsnd: add TDM Split mode support for Document
  10) ASoC: rsnd: add TDM Split mode support

 .../devicetree/bindings/sound/renesas,rsnd.txt     | 388 ++++++++++++---------
 sound/soc/sh/rcar/core.c                           | 112 +++++-
 sound/soc/sh/rcar/ctu.c                            |  45 ---
 sound/soc/sh/rcar/dma.c                            |  37 +-
 sound/soc/sh/rcar/rsnd.h                           |  30 +-
 sound/soc/sh/rcar/src.c                            |  40 +--
 sound/soc/sh/rcar/ssi.c                            | 115 ++----
 sound/soc/sh/rcar/ssiu.c                           | 212 +++++++++--
 8 files changed, 604 insertions(+), 375 deletions(-)

-- 
2.7.4



Best regards
---
Kuninori Morimoto

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

end of thread, other threads:[~2018-11-06 17:53 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-06  5:18 [PATCH 00/10] ASoC: rsnd: add TDM Split mode Kuninori Morimoto
2018-11-06  5:18 ` [PATCH 01/10] ASoC: rsnd: remove endpoint bidirectional check Kuninori Morimoto
2018-11-06 17:53   ` Applied "ASoC: rsnd: remove endpoint bidirectional check" to the asoc tree Mark Brown
2018-11-06  5:19 ` [PATCH 02/10] ASoC: rsnd: rename rsnd_runtime_is_ssi_xxx() Kuninori Morimoto
2018-11-06 17:53   ` Applied "ASoC: rsnd: rename rsnd_runtime_is_ssi_xxx()" to the asoc tree Mark Brown
2018-11-06  5:19 ` [PATCH 03/10] ASoC: rsnd: use defined io_playback/io_capture Kuninori Morimoto
2018-11-06 17:53   ` Applied "ASoC: rsnd: use defined io_playback/io_capture" to the asoc tree Mark Brown
2018-11-06  5:19 ` [PATCH 04/10] ASoC: rsnd: move HDMI information from ssi.c to core.c Kuninori Morimoto
2018-11-06 17:53   ` Applied "ASoC: rsnd: move HDMI information from ssi.c to core.c" to the asoc tree Mark Brown
2018-11-06  5:20 ` [PATCH 05/10] ASoC: rsnd: handle DPCM converted rate/chan under core Kuninori Morimoto
2018-11-06 17:52   ` Applied "ASoC: rsnd: handle DPCM converted rate/chan under core" to the asoc tree Mark Brown
2018-11-06  5:20 ` [PATCH 06/10] ASoC: rsnd: tidyup Document for DT binding Kuninori Morimoto
2018-11-06 17:52   ` Applied "ASoC: rsnd: tidyup Document for DT binding" to the asoc tree Mark Brown
2018-11-06  5:20 ` [PATCH 07/10] ASoC: rsnd: add SSIU BUSIF support for Document Kuninori Morimoto
2018-11-06 17:52   ` Applied "ASoC: rsnd: add SSIU BUSIF support for Document" to the asoc tree Mark Brown
2018-11-06  5:21 ` [PATCH 08/10] ASoC: rsnd: add SSIU BUSIF support Kuninori Morimoto
2018-11-06 17:52   ` Applied "ASoC: rsnd: add SSIU BUSIF support" to the asoc tree Mark Brown
2018-11-06  5:21 ` [PATCH 09/10] ASoC: rsnd: add TDM Split mode support for Document Kuninori Morimoto
2018-11-06  5:21 ` [PATCH 10/10] ASoC: rsnd: add TDM Split mode support Kuninori Morimoto
2018-11-06 17:52   ` Applied "ASoC: rsnd: add TDM Split mode support" to the asoc tree 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.