All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/11] ASoC: rsnd: cleanup SSI multi mode and sequence
@ 2016-02-18  8:12 Kuninori Morimoto
  2016-02-18  8:13 ` [PATCH 01/11] ASoC: rsnd: rename RSND_DVC_CHANNELS to RSND_MAX_CHANNELS Kuninori Morimoto
                   ` (10 more replies)
  0 siblings, 11 replies; 23+ messages in thread
From: Kuninori Morimoto @ 2016-02-18  8:12 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA, Liam Girdwood, Simon, linux-renesas-soc

Hi Mark

Current rsnd driver is supporting many features, and now we are
confirming these register settings sequence.
These patches fixup not good sequence (and bug)

Kuninori Morimoto (11):
      ASoC: rsnd: rename RSND_DVC_CHANNELS to RSND_MAX_CHANNELS
      ASoC: rsnd: setup SRC_ROUTE_MODE0 before SRC_SRCIR
      ASoC: rsnd: indicates status failed SSI
      ASoC: rsnd: SSI function parameter uses "mod" instead of "ssi"
      ASoC: rsnd: fixup forever loop bug on SSI
      ASoC: rsnd: add missing .irq callback for DMA
      ASoC: rsnd: tidyup SSI init/start sequence
      ASoC: rsnd: Parent SSI attach is not needed if not clock master
      ASoC: rsnd: move rsnd_ssi_irq() position
      ASoC: rsnd: judge multi SSI in runtime
      ASoC: rsnd: judge work SSI in runtime

 sound/soc/sh/rcar/core.c |   4 ++--
 sound/soc/sh/rcar/dvc.c  |   6 ++---
 sound/soc/sh/rcar/rsnd.h |   6 ++---
 sound/soc/sh/rcar/src.c  |   3 ++-
 sound/soc/sh/rcar/ssi.c  | 166 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------
 sound/soc/sh/rcar/ssiu.c |   6 ++---
 6 files changed, 126 insertions(+), 65 deletions(-)

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

end of thread, other threads:[~2016-02-20 17:16 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-18  8:12 [PATCH 0/11] ASoC: rsnd: cleanup SSI multi mode and sequence Kuninori Morimoto
2016-02-18  8:13 ` [PATCH 01/11] ASoC: rsnd: rename RSND_DVC_CHANNELS to RSND_MAX_CHANNELS Kuninori Morimoto
2016-02-20 17:16   ` Applied "ASoC: rsnd: rename RSND_DVC_CHANNELS to RSND_MAX_CHANNELS" to the asoc tree Mark Brown
2016-02-18  8:13 ` [PATCH 02/11] ASoC: rsnd: setup SRC_ROUTE_MODE0 before SRC_SRCIR Kuninori Morimoto
2016-02-20 17:16   ` Applied "ASoC: rsnd: setup SRC_ROUTE_MODE0 before SRC_SRCIR" to the asoc tree Mark Brown
2016-02-18  8:14 ` [PATCH 03/11] ASoC: rsnd: indicates status failed SSI Kuninori Morimoto
2016-02-20 17:16   ` Applied "ASoC: rsnd: indicates status failed SSI" to the asoc tree Mark Brown
2016-02-18  8:14 ` [PATCH 04/11] ASoC: rsnd: SSI function parameter uses "mod" instead of "ssi" Kuninori Morimoto
2016-02-20 17:16   ` Applied "ASoC: rsnd: SSI function parameter uses "mod" instead of "ssi"" to the asoc tree Mark Brown
2016-02-18  8:16 ` [PATCH 05/11] ASoC: rsnd: fixup forever loop bug on SSI Kuninori Morimoto
2016-02-20 17:16   ` Applied "ASoC: rsnd: fixup forever loop bug on SSI" to the asoc tree Mark Brown
2016-02-18  8:16 ` [PATCH 06/11] ASoC: rsnd: add missing .irq callback for DMA Kuninori Morimoto
2016-02-20 17:16   ` Applied "ASoC: rsnd: add missing .irq callback for DMA" to the asoc tree Mark Brown
2016-02-18  8:17 ` [PATCH 07/11] ASoC: rsnd: tidyup SSI init/start sequence Kuninori Morimoto
2016-02-20 17:16   ` Applied "ASoC: rsnd: tidyup SSI init/start sequence" to the asoc tree Mark Brown
2016-02-18  8:17 ` [PATCH 08/11] ASoC: rsnd: Parent SSI attach is not needed if not clock master Kuninori Morimoto
2016-02-20 17:16   ` Applied "ASoC: rsnd: Parent SSI attach is not needed if not clock master" to the asoc tree Mark Brown
2016-02-18  8:18 ` [PATCH 09/11] ASoC: rsnd: move rsnd_ssi_irq() position Kuninori Morimoto
2016-02-20 17:15   ` Applied "ASoC: rsnd: move rsnd_ssi_irq() position" to the asoc tree Mark Brown
2016-02-18  8:18 ` [PATCH 10/11] ASoC: rsnd: judge multi SSI in runtime Kuninori Morimoto
2016-02-20 17:15   ` Applied "ASoC: rsnd: judge multi SSI in runtime" to the asoc tree Mark Brown
2016-02-18  8:19 ` [PATCH 11/11] ASoC: rsnd: judge work SSI in runtime Kuninori Morimoto
2016-02-20 17:15   ` Applied "ASoC: rsnd: judge work SSI in runtime" 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.