All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/27]: ASoC: rsnd: add Renesas Gen2 DMAEngine support
@ 2014-01-24  2:36 Kuninori Morimoto
  2014-01-24  2:37 ` [PATCH 01/27] ASoC: rsnd: tidyup register naming of BUSIF_MODE Kuninori Morimoto
                   ` (28 more replies)
  0 siblings, 29 replies; 42+ messages in thread
From: Kuninori Morimoto @ 2014-01-24  2:36 UTC (permalink / raw)
  To: Mark Brown
  Cc: Linux-ALSA, Simon, Liam Girdwood, Kuninori Morimoto,
	Kuninori Morimoto


Hi Mark

These are Renesas Gen2 DMAEngine support patches.
#1 - #26 are cleanup/prepare patches.
#27 adds Gen2 DMAEngine support.

These patches are based on asoc-v3.14-3 tag

Kuninori Morimoto (27):
       1) ASoC: rsnd: tidyup register naming of BUSIF_MODE
       2) ASoC: rsnd: cleanup debug information method
       3) ASoC: rsnd: remove meaningless rsnd_ssi_non()
       4) ASoC: rsnd: control SCU ops in probe timing
       5) ASoC: rsnd: add rsnd_scu_init(), and separate init/start
       6) ASoC: rsnd: remove meaningless function parameter
       7) ASoC: rsnd: merge rsnd_scu_start/stop() and rsnd_scu_transfer_start/stop()
       8) ASoC: rsnd: rsnd_dai_is_clk_master() can be shared
       9) ASoC: rsnd: remove pin sync option
      10) ASoC: rsnd: SSI_MODE0/1 settings goes to scu.c
      11) ASoC: rsnd: remove ssiu from ssi.c
      12) ASoC: rsnd: rename rsnd_scu_convert_rate_ctrl()
      13) ASoC: rsnd: explain SRC bypass mode settings in comment
      14) ASoC: rsnd: remove duplicate *priv from rsnd_dma
      15) ASoC: rsnd: non 0 is error on probe
      16) ASoC: rsnd: fixup Gen2 module naming
      17) ASoC: rsnd: don't use schedule_work() when rsnd_dma_start()
      18) ASoC: rsnd: SCU should be called before SSI
      19) ASoC: rsnd: clarify scu.c area
      20) ASoC: rsnd: Merge macros in scu.c
      21) ASoC: rsnd: rsnd_scu_hpbif_is_enable() become macro
      22) ASoC: rsnd: merge SRC clock timing/setting
      23) ASoC: rsnd: add rsnd_ssi_is_play()
      24) ASoC: rsnd: extracts Gen1/Gen2 common parts
      25) ASoC: rsnd: remove SSI dependent DMAEngine callback
      26) ASoC: rsnd: rsnd_ssi_probe() goes forwarder than rsnd_scu_probe()
      27) ASoC: rsnd: add Gen2 SRC and DMAEngine support

 include/sound/rcar_snd.h |    7 +-
 sound/soc/sh/rcar/adg.c  |  158 ++++++++++--
 sound/soc/sh/rcar/core.c |   70 ++++--
 sound/soc/sh/rcar/gen.c  |   38 ++-
 sound/soc/sh/rcar/rsnd.h |   66 +++--
 sound/soc/sh/rcar/scu.c  |  605 ++++++++++++++++++++++++++++++++++------------
 sound/soc/sh/rcar/ssi.c  |  222 +++++------------
 7 files changed, 779 insertions(+), 387 deletions(-))


Best regards
---
Kuninori Morimoto

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

end of thread, other threads:[~2014-01-28 13:20 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-24  2:36 [PATCH 0/27]: ASoC: rsnd: add Renesas Gen2 DMAEngine support Kuninori Morimoto
2014-01-24  2:37 ` [PATCH 01/27] ASoC: rsnd: tidyup register naming of BUSIF_MODE Kuninori Morimoto
2014-01-24  2:38 ` [PATCH 02/27] ASoC: rsnd: cleanup debug information method Kuninori Morimoto
2014-01-24  2:38 ` [PATCH 03/27] ASoC: rsnd: remove meaningless rsnd_ssi_non() Kuninori Morimoto
2014-01-24  2:38 ` [PATCH 04/27] ASoC: rsnd: control SCU ops in probe timing Kuninori Morimoto
2014-01-24  2:38 ` [PATCH 05/27] ASoC: rsnd: add rsnd_scu_init(), and separate init/start Kuninori Morimoto
2014-01-24  2:38 ` [PATCH 06/27] ASoC: rsnd: remove meaningless function parameter Kuninori Morimoto
2014-01-24  2:38 ` [PATCH 07/27] ASoC: rsnd: merge rsnd_scu_start/stop() and rsnd_scu_transfer_start/stop() Kuninori Morimoto
2014-01-24  2:39 ` [PATCH 08/27] ASoC: rsnd: rsnd_dai_is_clk_master() can be shared Kuninori Morimoto
2014-01-24  2:39 ` [PATCH 09/27] ASoC: rsnd: remove pin sync option Kuninori Morimoto
2014-01-24  2:39 ` [PATCH 10/27] ASoC: rsnd: SSI_MODE0/1 settings goes to scu.c Kuninori Morimoto
2014-01-24  2:39 ` [PATCH 11/27] ASoC: rsnd: remove ssiu from ssi.c Kuninori Morimoto
2014-01-24  2:39 ` [PATCH 12/27] ASoC: rsnd: rename rsnd_scu_convert_rate_ctrl() Kuninori Morimoto
2014-01-24  2:39 ` [PATCH 13/27] ASoC: rsnd: explain SRC bypass mode settings in comment Kuninori Morimoto
2014-01-27 19:45   ` Mark Brown
2014-01-28  0:28     ` Kuninori Morimoto
2014-01-28 11:14       ` Mark Brown
2014-01-24  2:40 ` [PATCH 14/27] ASoC: rsnd: remove duplicate *priv from rsnd_dma Kuninori Morimoto
2014-01-24  2:40 ` [PATCH 15/27] ASoC: rsnd: non 0 is error on probe Kuninori Morimoto
2014-01-24  2:40 ` [PATCH 16/27] ASoC: rsnd: fixup Gen2 module naming Kuninori Morimoto
2014-01-24  2:40 ` [PATCH 17/27] ASoC: rsnd: don't use schedule_work() when rsnd_dma_start() Kuninori Morimoto
2014-01-24  2:40 ` [PATCH 18/27] ASoC: rsnd: SCU should be called before SSI Kuninori Morimoto
2014-01-24  2:40 ` [PATCH 19/27] ASoC: rsnd: clarify scu.c area Kuninori Morimoto
2014-01-24  2:40 ` [PATCH 20/27] ASoC: rsnd: Merge macros in scu.c Kuninori Morimoto
2014-01-24  2:40 ` [PATCH 21/27] ASoC: rsnd: rsnd_scu_hpbif_is_enable() become macro Kuninori Morimoto
2014-01-24  2:41 ` [PATCH 22/27] ASoC: rsnd: merge SRC clock timing/setting Kuninori Morimoto
2014-01-24  2:41 ` [PATCH 23/27] ASoC: rsnd: add rsnd_ssi_is_play() Kuninori Morimoto
2014-01-24  2:41 ` [PATCH 24/27] ASoC: rsnd: extracts Gen1/Gen2 common parts Kuninori Morimoto
2014-01-24  2:41 ` [PATCH 25/27] ASoC: rsnd: remove SSI dependent DMAEngine callback Kuninori Morimoto
2014-01-24  2:41 ` [PATCH 26/27] ASoC: rsnd: rsnd_ssi_probe() goes forwarder than rsnd_scu_probe() Kuninori Morimoto
2014-01-24  2:42 ` [PATCH 27/27] ASoC: rsnd: add Gen2 SRC and DMAEngine support Kuninori Morimoto
2014-01-27 17:50 ` [PATCH 0/27]: ASoC: rsnd: add Renesas Gen2 " Ben Dooks
2014-01-28  0:34   ` Kuninori Morimoto
2014-01-28  0:58     ` Kuninori Morimoto
2014-01-27 19:49 ` Mark Brown
2014-01-28  0:30   ` Kuninori Morimoto
2014-01-28  7:35     ` Lars-Peter Clausen
2014-01-28 11:34       ` Mark Brown
2014-01-28 12:06         ` Lars-Peter Clausen
2014-01-28 12:37           ` Mark Brown
2014-01-28 13:05             ` Russell King - ARM Linux
2014-01-28 13:20               ` Lars-Peter Clausen

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.