linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] mmp audio support
@ 2012-06-11 10:04 Zhangfei Gao
  2012-06-11 10:04 ` [PATCH v2 1/5] dmaengine: mmp_tdma: add mmp tdma support Zhangfei Gao
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: Zhangfei Gao @ 2012-06-11 10:04 UTC (permalink / raw)
  To: linux-arm-kernel

v1->v2:
modify accroingly with suggestion from Vinod and Mark
remove deprecated chan->private and dma.h
remove prep_slave_sg
remove module_init and move operation to probe
misc change

v0->v1: 
dmaengine -> soc-dmaengine.
update according to Mark's suggestion

These patches provide mmp audio support under alsa via dmaengine
Support platfrom pxa688 and pxa910
mmp_tdma.c and mmp-pcm.c is shared for pxa688 and pxa910
pxa688 (mmp2) use mmp2-sspa.c
pxa910 directly use pxa-ssp.c
mmp_tdma.c is under dmaengine framework

Verified on brownstone (pxa688) and ttc-dkb

Qiao Zhou (1):
  ASoC: add ttc-dkb machine support

Zhangfei Gao (4):
  dmaengine: mmp_tdma: add mmp tdma support
  ASoC: mmp: add audio dma support
  ASOC: mmp: add sspa support
  ASoC: add mmp brownstone support

 drivers/dma/Kconfig                     |   10 +
 drivers/dma/Makefile                    |    1 +
 drivers/dma/mmp_tdma.c                  |  610 +++++++++++++++++++++++++++++++
 include/linux/platform_data/mmp_audio.h |   22 ++
 sound/soc/pxa/Kconfig                   |   42 +++
 sound/soc/pxa/Makefile                  |    8 +
 sound/soc/pxa/brownstone.c              |  174 +++++++++
 sound/soc/pxa/mmp-pcm.c                 |  297 +++++++++++++++
 sound/soc/pxa/mmp-sspa.c                |  480 ++++++++++++++++++++++++
 sound/soc/pxa/mmp-sspa.h                |   92 +++++
 sound/soc/pxa/ttc-dkb.c                 |  173 +++++++++
 11 files changed, 1909 insertions(+), 0 deletions(-)
 create mode 100644 drivers/dma/mmp_tdma.c
 create mode 100644 include/linux/platform_data/mmp_audio.h
 create mode 100644 sound/soc/pxa/brownstone.c
 create mode 100644 sound/soc/pxa/mmp-pcm.c
 create mode 100644 sound/soc/pxa/mmp-sspa.c
 create mode 100644 sound/soc/pxa/mmp-sspa.h
 create mode 100644 sound/soc/pxa/ttc-dkb.c

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

end of thread, other threads:[~2012-06-21  3:01 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-11 10:04 [PATCH v2 0/5] mmp audio support Zhangfei Gao
2012-06-11 10:04 ` [PATCH v2 1/5] dmaengine: mmp_tdma: add mmp tdma support Zhangfei Gao
2012-06-14 10:43   ` Vinod Koul
2012-06-15  3:02     ` [alsa-devel] " zhangfei gao
2012-06-15  3:04     ` [PATCH " Zhangfei Gao
2012-06-20 11:03       ` Vinod Koul
2012-06-21  1:03         ` [alsa-devel] " zhangfei gao
2012-06-19 12:21     ` [alsa-devel] [PATCH v2 " zhangfei gao
2012-06-11 10:04 ` [PATCH v2 2/5] ASoC: mmp: add audio dma support Zhangfei Gao
2012-06-11 10:04 ` [PATCH v2 3/5] ASOC: mmp: add sspa support Zhangfei Gao
2012-06-11 10:04 ` [PATCH v2 4/5] ASoC: add mmp brownstone support Zhangfei Gao
2012-06-11 10:04 ` [PATCH v2 5/5] ASoC: add ttc-dkb machine support Zhangfei Gao
2012-06-13 12:17 ` [PATCH v2 0/5] mmp audio support Mark Brown
2012-06-13 14:01   ` [alsa-devel] " zhangfei gao
2012-06-13 17:31     ` Mark Brown
2012-06-13 16:37 ` Chris Ball
2012-06-21  3:01   ` zhangfei gao
2012-06-13 19:58 ` Arnd Bergmann

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