From: <oku@iki.fi>
To: alsa-devel@alsa-project.org
Cc: liam.r.girdwood@linux.intel.com,
devicetree-discuss@lists.ozlabs.org, broonie@kernel.org,
Jyri Sarha <jsarha@ti.com>
Subject: [PATCH RFC 0/8] Fix AM335x-evm analog audio support
Date: Mon, 9 Sep 2013 18:12:11 +0300 [thread overview]
Message-ID: <cover.1378738436.git.jsarha@ti.com> (raw)
From: Jyri Sarha <jsarha@ti.com>
This set of patches fixes the basic audio support for am335x-evm. It
should also be relatively simple to add the necessary nodes to
relevant dts files to get BeagleBone + AudioCape and am335x-evmsk
working too.
The patch set depends on following patches:
[PATCH v2] ARM: dts: add AM33XX EDMA support
https://lkml.org/lkml/2013/8/26/57
[PATCH v11 5/8] ARM: dts: add AM33XX SPI DMA support
https://lkml.org/lkml/2013/6/18/55
[PATCH v2] ARM: EDMA: Fix clearing of unused list for DT DMA resources
https://lkml.org/lkml/2013/7/22/441
I have tried my best not to break the existing support for older
davinci boards, but since I do not have those boards I can not be
sure.
Some commit comments refer to a dmaengine based davinci audio
implementation which is planned for but nothing has been done yet.
Best regards,
Jyri
Darren Etheridge (1):
ARM/dts: am335x-evm: Add audio support for am335x-evm.dts
Hebbar, Gururaja (2):
ASoC: davinci-evm: Add device tree binding
ASoC: davinci: Add support for AM33xx SoC Audio
Joel A Fernandes (1):
ASoC: davinci-mcasp: Add pinctrl support
Jyri Sarha (3):
ASoC: davinci-mcasp: Get DMA related properties from DT
ASoC: davinci-mcasp: Extract DMA channels directly from DT
ARM/dts: am33xx: mcasp: Add new dma related properties
Pantelis Antoniou (1):
ARM/dts: am33xx: Add mcasp0 and mcasp1 device tree entries
.../bindings/sound/davinci-evm-audio.txt | 53 ++++++
.../bindings/sound/davinci-mcasp-audio.txt | 13 +-
arch/arm/boot/dts/am335x-evm.dts | 56 ++++++
arch/arm/boot/dts/am33xx.dtsi | 35 ++++
include/linux/platform_data/davinci_asp.h | 2 +
sound/soc/davinci/Kconfig | 8 +
sound/soc/davinci/Makefile | 3 +
sound/soc/davinci/davinci-evm.c | 181 +++++++++++++++++---
sound/soc/davinci/davinci-mcasp.c | 82 +++++++--
9 files changed, 391 insertions(+), 42 deletions(-)
create mode 100644 Documentation/devicetree/bindings/sound/davinci-evm-audio.txt
--
1.7.9.5
next reply other threads:[~2013-09-09 15:12 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-09 15:12 oku [this message]
2013-09-09 15:12 ` [PATCH RFC 1/8] ASoC: davinci-mcasp: Add pinctrl support oku
2013-09-09 15:19 ` Mark Brown
2013-09-09 15:12 ` [PATCH RFC 2/8] ASoC: davinci-evm: Add device tree binding oku
2013-09-09 15:21 ` Mark Brown
2013-09-11 10:38 ` Jyri Sarha
2013-09-11 11:35 ` Mark Brown
2013-09-11 18:02 ` Jyri Sarha
2013-09-12 11:47 ` Mark Brown
2013-09-09 15:12 ` [PATCH RFC 3/8] ASoC: davinci-mcasp: Get DMA related properties from DT oku
2013-09-09 15:25 ` Mark Brown
2013-09-11 11:48 ` Jyri Sarha
2013-09-12 11:08 ` Mark Brown
2013-09-12 11:34 ` Jyri Sarha
2013-09-12 11:56 ` Mark Brown
2013-09-12 12:10 ` Jyri Sarha
2013-09-13 10:34 ` Mark Brown
2013-09-13 10:50 ` Jyri Sarha
2013-09-13 17:53 ` Mark Brown
2013-09-09 15:12 ` [PATCH RFC 4/8] ASoC: davinci-mcasp: Extract DMA channels directly " oku
2013-09-09 15:12 ` [PATCH RFC 5/8] ASoC: davinci: Add support for AM33xx SoC Audio oku
2013-09-09 15:24 ` Mark Brown
2013-09-09 15:12 ` [PATCH RFC 6/8] ARM/dts: am33xx: Add mcasp0 and mcasp1 device tree entries oku
2013-09-09 15:27 ` Mark Brown
2013-09-09 15:12 ` [PATCH RFC 7/8] ARM/dts: am33xx: mcasp: Add new dma related properties oku
2013-09-09 15:12 ` [PATCH RFC 8/8] ARM/dts: am335x-evm: Add audio support for am335x-evm.dts oku
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=cover.1378738436.git.jsarha@ti.com \
--to=oku@iki.fi \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=jsarha@ti.com \
--cc=liam.r.girdwood@linux.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.