From: Lee Jones <lee.jones@linaro.org>
To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org
Cc: linus.walleij@linaro.org, Lee Jones <lee.jones@linaro.org>,
Mark Brown <broonie@kernel.org>,
alsa-devel@alsa-project.org, Vinod Koul <vinod.koul@intel.com>
Subject: [PATCH 00/13] ASoC: dma: ARM: ux500: Obtain DMA data from Device Tree
Date: Wed, 6 Nov 2013 10:16:12 +0000 [thread overview]
Message-ID: <1383732985-18928-1-git-send-email-lee.jones@linaro.org> (raw)
At this moment in time the Ux500 ASoC driver obtains its DMA information
via AUXDATA platform data passing. To make the driver more independent
we have to start extracting it from the Device Tree.
Ideally this patch-set should stay together, so can you guys either
agree to take it through a single tree, or create a non-disputable
branch that you can all pull from after the Acks have been collected
please? In fact, I can do that for you if that makes things easier.
Kind regards,
Lee
Lee Jones (13):
dma: ste_dma40: Expand DT binding to accept 'high-priority channel' flag
dma: ste_dma40: Parse flags property for new 'high priority channel' request
ARM: ux500: Don't use enums for MSP IDs - for easy DT conversion
ARM: ux500: Add DMA config bindings for MSP devices
ARM: ux500: Add ID properties to 'simply' differentiate between MSPs
ASoC: ux500_pcm: Extend ux500 MSP binding for enumeration
ASoC: ux500_pcm: Extract MSP IDs from Device Tree
ASoC: generic-dmaengine-pcm: Clear slave_config memory
ASoC: Ux500: Match platform by device node when booting Device Tree
ASoC: ux500_pcm: Extend Device Tree support to deal with DMA data
ASoC: ux500: Store DMA data in the DAI differently in the pdata and DT case
ASoC: ux500_pcm: Differentiate between pdata and DT initialisation
ASoC: ux500_pcm: Take out pointless dev_dbg() call
.../devicetree/bindings/dma/ste-dma40.txt | 3 ++
.../devicetree/bindings/sound/ux500-msp.txt | 3 ++
arch/arm/boot/dts/ste-dbx5x0.dtsi | 23 ++++++++
arch/arm/mach-ux500/board-mop500-audio.c | 8 +--
drivers/dma/ste_dma40.c | 4 ++
include/linux/platform_data/asoc-ux500-msp.h | 9 +---
sound/soc/soc-generic-dmaengine-pcm.c | 2 +
sound/soc/ux500/mop500.c | 2 +
sound/soc/ux500/ux500_msp_dai.c | 41 ++++++++++++++-
sound/soc/ux500/ux500_msp_i2s.c | 61 +++++++++++++++++-----
sound/soc/ux500/ux500_msp_i2s.h | 2 +-
sound/soc/ux500/ux500_pcm.c | 32 ++++++++----
12 files changed, 152 insertions(+), 38 deletions(-)
--
1.8.1.2
next reply other threads:[~2013-11-06 10:16 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-06 10:16 Lee Jones [this message]
2013-11-06 10:16 ` [PATCH 07/13] ASoC: ux500_pcm: Extract MSP IDs from Device Tree Lee Jones
2013-11-06 11:46 ` Linus Walleij
2013-11-06 10:16 ` [PATCH 08/13] ASoC: generic-dmaengine-pcm: Clear slave_config memory Lee Jones
2013-11-06 11:55 ` [alsa-devel] " Lars-Peter Clausen
2013-11-07 11:36 ` Mark Brown
2013-11-06 10:16 ` [PATCH 09/13] ASoC: Ux500: Match platform by device node when booting Device Tree Lee Jones
2013-11-06 11:47 ` Linus Walleij
2013-11-06 10:16 ` [PATCH 10/13] ASoC: ux500_pcm: Extend Device Tree support to deal with DMA data Lee Jones
2013-11-06 11:49 ` Linus Walleij
2013-11-06 10:16 ` [PATCH 11/13] ASoC: ux500: Store DMA data in the DAI differently in the pdata and DT case Lee Jones
2013-11-06 11:50 ` Linus Walleij
2013-11-06 10:16 ` [PATCH 12/13] ASoC: ux500_pcm: Differentiate between pdata and DT initialisation Lee Jones
2013-11-06 11:51 ` Linus Walleij
2013-11-06 10:16 ` [PATCH 13/13] ASoC: ux500_pcm: Take out pointless dev_dbg() call Lee Jones
2013-11-06 11:52 ` Linus Walleij
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1383732985-18928-1-git-send-email-lee.jones@linaro.org \
--to=lee.jones@linaro.org \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=vinod.koul@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).