linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: Samsung: Remove platform device support
@ 2012-12-01 10:07 Padmavathi Venna
  2012-12-01 10:07 ` [PATCH 1/2] ASoC: Samsung: WM8994: Add basic device tree support for machine file Padmavathi Venna
  2012-12-01 10:07 ` [PATCH 2/2] ASoC: Samsung: Do not register samsung audio dma device as pdev Padmavathi Venna
  0 siblings, 2 replies; 5+ messages in thread
From: Padmavathi Venna @ 2012-12-01 10:07 UTC (permalink / raw)
  To: linux-arm-kernel

Samsung audio DMA device and machine device were getting registered as
platform devices with out having any real H/W peripherials associated
with them. With device tree support we can't add these platform devices
in the machine file. So Added basic device tree based look up for the
machine device.

The sole purpose of DMA platform device is to call the
"snd_soc_register_platform". So removed the pdev support in the DMA device
and each Samsung DAI now registers the ASoC 'platform' itself.

Padmavathi Venna (2):
  ASoC: Samsung: WM8994: Add basic device tree support for machine file
  ASoC: Samsung: Do not register samsung audio dma device as pdev

 sound/soc/samsung/dma.c         |   24 ++++++------------------
 sound/soc/samsung/dma.h         |    3 +++
 sound/soc/samsung/i2s.c         |    3 +++
 sound/soc/samsung/smdk_wm8994.c |   30 ++++++++++++++++++++++++++++--
 4 files changed, 40 insertions(+), 20 deletions(-)

-- 
1.7.4.4

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

end of thread, other threads:[~2012-12-02  4:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-01 10:07 [PATCH 0/2] ASoC: Samsung: Remove platform device support Padmavathi Venna
2012-12-01 10:07 ` [PATCH 1/2] ASoC: Samsung: WM8994: Add basic device tree support for machine file Padmavathi Venna
2012-12-01 13:49   ` Mark Brown
2012-12-01 10:07 ` [PATCH 2/2] ASoC: Samsung: Do not register samsung audio dma device as pdev Padmavathi Venna
2012-12-02  4:33   ` 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).