alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC 0/8] Fix AM335x-evm analog audio support
@ 2013-09-09 15:12 oku
  2013-09-09 15:12 ` [PATCH RFC 1/8] ASoC: davinci-mcasp: Add pinctrl support oku
                   ` (7 more replies)
  0 siblings, 8 replies; 26+ messages in thread
From: oku @ 2013-09-09 15:12 UTC (permalink / raw)
  To: alsa-devel; +Cc: liam.r.girdwood, devicetree-discuss, broonie, Jyri Sarha

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

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

end of thread, other threads:[~2013-09-13 17:54 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-09 15:12 [PATCH RFC 0/8] Fix AM335x-evm analog audio support oku
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

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