linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] ASoC: pxa dmaengine preparation patches
@ 2013-08-12  8:42 Daniel Mack
  2013-08-12  8:42 ` [PATCH 1/5] ALSA: move dmaengine implementation from ASoC to ALSA core Daniel Mack
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Daniel Mack @ 2013-08-12  8:42 UTC (permalink / raw)
  To: linux-arm-kernel

Mark,

This series is an excerpt of my pxa-dma rework that can be merged
independently in the next merge window.

The rest of the series will take some time to get sorted out, and given
that -rc5 is released already, I don't think the entire series will
make it in time.


Thanks,
Daniel

Daniel Mack (5):
  ALSA: move dmaengine implementation from ASoC to ALSA core
  ASoC: pxa: pxa-ssp: add DT bindings
  ASoC: pxa: use snd_dmaengine_dai_dma_data
  ASoC: pxa: pxa-ssp: set dma filter data from startup hook
  ASoC: pxa: add DT bindings for pxa2xx-pcm

 .../devicetree/bindings/sound/mrvl,pxa-ssp.txt     |  28 ++
 .../devicetree/bindings/sound/mrvl,pxa2xx-pcm.txt  |  15 +
 include/sound/pxa2xx-lib.h                         |   7 -
 sound/arm/pxa2xx-ac97.c                            |  26 +-
 sound/arm/pxa2xx-pcm-lib.c                         |  52 ++-
 sound/arm/pxa2xx-pcm.c                             |   5 +-
 sound/arm/pxa2xx-pcm.h                             |   6 +-
 sound/core/Kconfig                                 |   3 +
 sound/core/Makefile                                |   3 +
 sound/core/pcm_dmaengine.c                         | 367 +++++++++++++++++++++
 sound/soc/Kconfig                                  |   5 +-
 sound/soc/Makefile                                 |   4 -
 sound/soc/omap/Kconfig                             |   2 +-
 sound/soc/pxa/Kconfig                              |   2 +-
 sound/soc/pxa/mmp-pcm.c                            |   8 +-
 sound/soc/pxa/mmp-sspa.c                           |  12 +-
 sound/soc/pxa/pxa-ssp.c                            |  76 +++--
 sound/soc/pxa/pxa2xx-ac97.c                        |  67 ++--
 sound/soc/pxa/pxa2xx-i2s.c                         |  28 +-
 sound/soc/pxa/pxa2xx-pcm.c                         |  21 +-
 sound/soc/soc-dmaengine-pcm.c                      | 367 ---------------------
 sound/soc/spear/Kconfig                            |   2 +-
 22 files changed, 607 insertions(+), 499 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/sound/mrvl,pxa-ssp.txt
 create mode 100644 Documentation/devicetree/bindings/sound/mrvl,pxa2xx-pcm.txt
 create mode 100644 sound/core/pcm_dmaengine.c
 delete mode 100644 sound/soc/soc-dmaengine-pcm.c

-- 
1.8.3.1

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

end of thread, other threads:[~2013-08-15 14:01 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-12  8:42 [PATCH 0/5] ASoC: pxa dmaengine preparation patches Daniel Mack
2013-08-12  8:42 ` [PATCH 1/5] ALSA: move dmaengine implementation from ASoC to ALSA core Daniel Mack
2013-08-12  8:55   ` Daniel Mack
2013-08-15 10:18   ` Mark Brown
2013-08-12  8:42 ` [PATCH 2/5] ASoC: pxa: pxa-ssp: add DT bindings Daniel Mack
2013-08-15 10:33   ` Mark Brown
2013-08-15 10:51     ` Daniel Mack
2013-08-15 13:39       ` Mark Brown
2013-08-15 13:43         ` Daniel Mack
2013-08-15 14:01           ` Mark Brown
2013-08-12  8:42 ` [PATCH 3/5] ASoC: pxa: use snd_dmaengine_dai_dma_data Daniel Mack
2013-08-12  8:42 ` [PATCH 4/5] ASoC: pxa: pxa-ssp: set dma filter data from startup hook Daniel Mack
2013-08-12  8:42 ` [PATCH 5/5] ASoC: pxa: add DT bindings for pxa2xx-pcm Daniel Mack
2013-08-12  9:00   ` [alsa-devel] " Lars-Peter Clausen
2013-08-12  9:17     ` Daniel Mack

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