alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] ASoC: davinci: edma dmaengine PCM and mcasp preparation
@ 2014-03-14 14:42 Peter Ujfalusi
  2014-03-14 14:42 ` [PATCH v2 1/4] ASoC: davinci: Add edma dmaengine platform driver Peter Ujfalusi
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Peter Ujfalusi @ 2014-03-14 14:42 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood; +Cc: alsa-devel, lars, nsekhar, Jyri Sarha, zonque

Hi,

This is a cutdown version of the previous [1] series containing only the ASoC
part of the edma dmaengine conversion, but without the actual switch to this new
edma-pcm platform for the McASP since the edma arch and dmaengine core changes
are needed for it to be usable.

Changes since v1:
- arch and dmaengine patches has been dropped from the ASoC series
- Patches has been reordered so only one patch is going to be needed to switch
  AM335x/AM447x to use the edma-pcm platform driver
- all comments from Lars-Peter Clausen has been addressed for the edma-pcm driver
- no changes to Kconfig/Makefile - do not yet build the edma-pcm driver. It will
  be enabled and integrated when we can do the real switch.

[1] http://mailman.alsa-project.org/pipermail/alsa-devel/2014-March/074269.html

Regards,
Peter
---
Peter Ujfalusi (4):
  ASoC: davinci: Add edma dmaengine platform driver
  ASoC: davinci-mcasp: Provide correct filter_data for dmaengine for
    non-DT boot
  ASoC: davinci-mcasp: Constraint on the period and buffer size based on
    FIFO usage
  ASoC: davinci-mcasp: Assign the dma_data earlier in dai_probe callback

 sound/soc/davinci/davinci-mcasp.c | 59 +++++++++++++++++++++++++++++++++------
 sound/soc/davinci/edma-pcm.c      | 57 +++++++++++++++++++++++++++++++++++++
 sound/soc/davinci/edma-pcm.h      | 25 +++++++++++++++++
 3 files changed, 132 insertions(+), 9 deletions(-)
 create mode 100644 sound/soc/davinci/edma-pcm.c
 create mode 100644 sound/soc/davinci/edma-pcm.h

-- 
1.9.0

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

end of thread, other threads:[~2014-03-18 12:42 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-14 14:42 [PATCH v2 0/4] ASoC: davinci: edma dmaengine PCM and mcasp preparation Peter Ujfalusi
2014-03-14 14:42 ` [PATCH v2 1/4] ASoC: davinci: Add edma dmaengine platform driver Peter Ujfalusi
2014-03-16 10:54   ` Lars-Peter Clausen
2014-03-17 16:20   ` Mark Brown
2014-03-14 14:42 ` [PATCH v2 2/4] ASoC: davinci-mcasp: Provide correct filter_data for dmaengine for non-DT boot Peter Ujfalusi
2014-03-17 16:21   ` Mark Brown
2014-03-14 14:42 ` [PATCH v2 3/4] ASoC: davinci-mcasp: Constraint on the period and buffer size based on FIFO usage Peter Ujfalusi
2014-03-16 11:18   ` Lars-Peter Clausen
2014-03-17 13:28     ` Peter Ujfalusi
2014-03-17 16:52       ` Mark Brown
2014-03-18 12:35         ` Peter Ujfalusi
2014-03-18 12:42           ` Mark Brown
2014-03-14 14:42 ` [PATCH v2 4/4] ASoC: davinci-mcasp: Assign the dma_data earlier in dai_probe callback Peter Ujfalusi
2014-03-17 16:44   ` 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).