Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] ASoC: Regression fix for OMAP in DT boot (3.11)
@ 2013-07-11 12:35 Peter Ujfalusi
  2013-07-11 12:35 ` [PATCH v2 1/4] ASoC: omap-pcm: Request the DMA channel differently when DT is involved Peter Ujfalusi
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Peter Ujfalusi @ 2013-07-11 12:35 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood; +Cc: alsa-devel, Lars-Peter Clausen, Jarkko Nikula

Hi,

Changes since v1:
- Drop the change in dmaengine_pcm.h
- Use .filter_data to store the DMA channel name
 - omap-pcm: checks if the DAI is probed via DT and uses decides which method to
   use to request the DMA channel
- Dropped the cleanup patch for omap-dmic from the series
  I will send another series with cleanups later

I just noticed in mainline kernel (pre 3.11-rc1) that OMAP4 audio is not probing
anymore. This is because OMAP4 also moved to DT only mode (3.10 DT boot was
fine).
The issue underneath is that we can not use platform_get_resource_byname() for
DMA resources when booted with devicetree.

In case of DT boot we can use the DMA name to request the channel.

Due to technical issues OMAP can not be moved to generic dmaengine pcm as other
SoCs did.

Mark: can you queue this series for 3.11? Thank you.

Regards,
Peter
---
Peter Ujfalusi (4):
  ASoC: omap-pcm: Request the DMA channel differently when DT is
    involved
  ASoC: omap-mcpdm: Do not use platform_get_resource_byname() for DMA
  ASoC: omap-dmic: Do not use platform_get_resource_byname() for DMA
  ASoC: omap-mcbsp: Use different method for DMA request when booted
    with DT

 sound/soc/omap/mcbsp.c      | 39 ++++++++++++++++++++++-----------------
 sound/soc/omap/omap-dmic.c  | 11 +----------
 sound/soc/omap/omap-mcpdm.c | 16 ++--------------
 sound/soc/omap/omap-pcm.c   | 17 ++++++++++++++---
 4 files changed, 39 insertions(+), 44 deletions(-)

-- 
1.8.2.1

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

end of thread, other threads:[~2013-07-11 16:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-11 12:35 [PATCH v2 0/4] ASoC: Regression fix for OMAP in DT boot (3.11) Peter Ujfalusi
2013-07-11 12:35 ` [PATCH v2 1/4] ASoC: omap-pcm: Request the DMA channel differently when DT is involved Peter Ujfalusi
2013-07-11 16:38   ` Mark Brown
2013-07-11 12:35 ` [PATCH v2 2/4] ASoC: omap-mcpdm: Do not use platform_get_resource_byname() for DMA Peter Ujfalusi
2013-07-11 12:35 ` [PATCH v2 3/4] ASoC: omap-dmic: " Peter Ujfalusi
2013-07-11 12:35 ` [PATCH v2 4/4] ASoC: omap-mcbsp: Use different method for DMA request when booted with DT Peter Ujfalusi
2013-07-11 14:02 ` [PATCH v2 0/4] ASoC: Regression fix for OMAP in DT boot (3.11) Lars-Peter Clausen
2013-07-11 14:23   ` Peter Ujfalusi
2013-07-11 16: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