From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kuninori Morimoto Date: Mon, 23 Jun 2014 00:54:19 +0000 Subject: Re: [PATCH 0/10 v2] ASoC: rsnd: fixup and DT support patches Message-Id: <8761jstphc.wl%kuninori.morimoto.gx@gmail.com> List-Id: References: <87d2e6zjhf.wl%kuninori.morimoto.gx@gmail.com> In-Reply-To: <87d2e6zjhf.wl%kuninori.morimoto.gx@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Mark Brown , Linux-ALSA , Liam Girdwood , Simon , linux-sh@vger.kernel.org Hi Mark These are v2 patches of R-Car sound fixup and DMA DT support patches. These are based on mark/fix/rcar + mark/topic/rcar Kuninori Morimoto (10): 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: SSI + DMA can select BUSIF 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 | 154 ++++++++-------- sound/soc/sh/rcar/dvc.c | 50 +++++- sound/soc/sh/rcar/gen.c | 109 +++++------ sound/soc/sh/rcar/rsnd.h | 22 +-- sound/soc/sh/rcar/src.c | 51 ++++-- sound/soc/sh/rcar/ssi.c | 33 +++- 13 files changed, 331 insertions(+), 301 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kuninori Morimoto Subject: Re: [PATCH 0/10 v2] ASoC: rsnd: fixup and DT support patches Date: Sun, 22 Jun 2014 17:54:19 -0700 (PDT) Message-ID: <8761jstphc.wl%kuninori.morimoto.gx@gmail.com> References: <87d2e6zjhf.wl%kuninori.morimoto.gx@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: In-Reply-To: <87d2e6zjhf.wl%kuninori.morimoto.gx@gmail.com> Sender: linux-sh-owner@vger.kernel.org Cc: Mark Brown , Linux-ALSA , Liam Girdwood , Simon , linux-sh@vger.kernel.org List-Id: alsa-devel@alsa-project.org Hi Mark These are v2 patches of R-Car sound fixup and DMA DT support patches. These are based on mark/fix/rcar + mark/topic/rcar Kuninori Morimoto (10): 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: SSI + DMA can select BUSIF 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 | 154 ++++++++-------- sound/soc/sh/rcar/dvc.c | 50 +++++- sound/soc/sh/rcar/gen.c | 109 +++++------ sound/soc/sh/rcar/rsnd.h | 22 +-- sound/soc/sh/rcar/src.c | 51 ++++-- sound/soc/sh/rcar/ssi.c | 33 +++- 13 files changed, 331 insertions(+), 301 deletions(-)