linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/12] ASoC: rsnd: fixup and DT support patches
@ 2014-06-18  8:53 Kuninori Morimoto
  2014-06-18  8:54 ` [PATCH 01/12] ASoC: rsnd: fixup rsnd_gen_dma_addr() for Gen1 Kuninori Morimoto
                   ` (12 more replies)
  0 siblings, 13 replies; 38+ messages in thread
From: Kuninori Morimoto @ 2014-06-18  8:53 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA, Liam Girdwood, Kuninori Morimoto, Simon, linux-sh


Hi Mark

These are R-Car sound fixup and DMA DT support patches.
#1 #2 are bug fix patches.
other patches adds DMA DT support to sound driver.

I already posted some of these patches,
but, merged into this patch-set

Kuninori Morimoto (12):
      ASoC: rsnd: fixup rsnd_gen_dma_addr() for Gen1
      ASoC: rsnd: fixup loop exit timing of dma name search
      ASoC: rsnd: SSI + DMA can select BUSIF
      ASoC: fsi: use SNDRV_DMA_TYPE_DEV for sound buffer
      ASoC: fsi: add fsi_pointer_update() for common pointer method
      ASoC: fsi: use dmaengine_prep_dma_cyclic() for DMA transfer
      ASoC: rsnd: use dmaengine_prep_dma_cyclic() instead of original method
      ASoC: rsnd: enable DVC when capture
      ASoC: rsnd: enable SRC setting via DT
      ASoC: rsnd: DMA cleanup for flexible SSI/SRC selection
      ASoC: rsnd: DMA start address is properly used for each DMAC
      ASoC: rsnd: add DT support to DVC

 .../devicetree/bindings/sound/renesas,rsnd.txt     |   11 +-
 arch/arm/mach-shmobile/board-armadillo800eva.c     |    4 +
 arch/arm/mach-shmobile/board-kzm9g.c               |    2 +
 arch/arm/mach-shmobile/board-mackerel.c            |    4 +
 arch/sh/boards/mach-ecovec24/setup.c               |    2 +
 include/sound/rcar_snd.h                           |    1 +
 sound/soc/sh/fsi.c                                 |  189 ++++++--------------
 sound/soc/sh/rcar/core.c                           |  158 ++++++++--------
 sound/soc/sh/rcar/dvc.c                            |   50 +++++-
 sound/soc/sh/rcar/gen.c                            |  110 +++++++-----
 sound/soc/sh/rcar/rsnd.h                           |   22 +--
 sound/soc/sh/rcar/src.c                            |   51 ++++--
 sound/soc/sh/rcar/ssi.c                            |   33 +++-
 13 files changed, 339 insertions(+), 298 deletions(-)


Best regards
---
Kuninori Morimoto

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

end of thread, other threads:[~2014-07-29  0:52 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-18  8:53 [PATCH 0/12] ASoC: rsnd: fixup and DT support patches Kuninori Morimoto
2014-06-18  8:54 ` [PATCH 01/12] ASoC: rsnd: fixup rsnd_gen_dma_addr() for Gen1 Kuninori Morimoto
2014-06-18 10:06   ` Mark Brown
2014-07-28 12:58     ` Simon Horman
2014-07-28 13:48       ` Mark Brown
2014-07-29  0:52         ` Simon Horman
2014-06-18  8:55 ` [PATCH 02/12] ASoC: rsnd: fixup loop exit timing of dma name search Kuninori Morimoto
2014-06-18 10:07   ` Mark Brown
2014-06-18  8:55 ` [PATCH 03/12] ASoC: rsnd: SSI + DMA can select BUSIF Kuninori Morimoto
2014-06-18  8:55 ` [PATCH 04/12] ASoC: fsi: use SNDRV_DMA_TYPE_DEV for sound buffer Kuninori Morimoto
2014-06-18  8:56 ` [PATCH 05/12] ASoC: fsi: add fsi_pointer_update() for common pointer method Kuninori Morimoto
2014-06-18  8:56 ` [PATCH 06/12] ASoC: fsi: use dmaengine_prep_dma_cyclic() for DMA transfer Kuninori Morimoto
2014-06-18  8:56 ` [PATCH 07/12] ASoC: rsnd: use dmaengine_prep_dma_cyclic() instead of original method Kuninori Morimoto
2014-06-18  8:56 ` [PATCH 08/12] ASoC: rsnd: enable DVC when capture Kuninori Morimoto
2014-06-18  8:56 ` [PATCH 09/12] ASoC: rsnd: enable SRC setting via DT Kuninori Morimoto
2014-06-18 14:20   ` Sergei Shtylyov
2014-06-19  0:54     ` Kuninori Morimoto
2014-06-18  8:56 ` [PATCH 10/12] ASoC: rsnd: DMA cleanup for flexible SSI/SRC selection Kuninori Morimoto
2014-06-18  8:57 ` [PATCH 11/12] ASoC: rsnd: DMA start address is properly used for each DMAC Kuninori Morimoto
2014-06-18 14:22   ` Sergei Shtylyov
2014-06-18  8:57 ` [PATCH 12/12] ASoC: rsnd: add DT support to DVC Kuninori Morimoto
2014-06-23  0:54 ` [PATCH 0/10 v2] ASoC: rsnd: fixup and DT support patches Kuninori Morimoto
2014-06-23  0:55   ` [PATCH 01/10 v2] ASoC: fsi: use SNDRV_DMA_TYPE_DEV for sound buffer Kuninori Morimoto
2014-06-23  0:55   ` [PATCH 02/10 v2] ASoC: fsi: add fsi_pointer_update() for common pointer method Kuninori Morimoto
2014-06-23  0:55   ` [PATCH 03/10] ASoC: fsi: use dmaengine_prep_dma_cyclic() for DMA transfer Kuninori Morimoto
2014-06-23  0:56   ` [PATCH 04/10 v2] ASoC: rsnd: SSI + DMA can select BUSIF Kuninori Morimoto
2014-06-23  0:56   ` [PATCH 05/10 v2] ASoC: rsnd: use dmaengine_prep_dma_cyclic() instead of original method Kuninori Morimoto
2014-06-23  0:57   ` [PATCH 06/10 v2] ASoC: rsnd: enable DVC when capture Kuninori Morimoto
2014-06-28 13:41     ` Mark Brown
2014-06-23  0:57   ` [PATCH 07/10 v2] ASoC: rsnd: enable SRC setting via DT Kuninori Morimoto
2014-06-28 13:40     ` Mark Brown
2014-06-30  0:41       ` Kuninori Morimoto
2014-06-23  0:58   ` [PATCH 08/10 v2] ASoC: rsnd: DMA cleanup for flexible SSI/SRC selection Kuninori Morimoto
2014-07-02 11:25     ` Mark Brown
2014-06-23  0:59   ` [PATCH 09/10 v2] ASoC: rsnd: DMA start address is properly used for each DMAC Kuninori Morimoto
2014-07-02 11:36     ` Mark Brown
2014-06-23  0:59   ` [PATCH 10/10 v2] ASoC: rsnd: add DT support to DVC Kuninori Morimoto
2014-07-02 11:36     ` Mark Brown

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).