Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] ASoc: samsung: update s3c24xx to dmaengine and common clk framework
@ 2014-06-23 20:24 Vasily Khoruzhick
  2014-06-23 20:24 ` [PATCH v3 1/4] ASoC: samsung: s3c24{xx,12}-i2s: port to use generic dmaengine API Vasily Khoruzhick
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Vasily Khoruzhick @ 2014-06-23 20:24 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, alsa-devel, Kukjin Kim, Sangbeom Kim,
	Lars-Peter Clausen, linux-samsung-soc@vger.kernel.org,
	Tomasz Figa, Heiko Stübner
  Cc: Vasily Khoruzhick

This series updates s3c24{xx,12}-i2s driver to use newer DMA and CLK APIs.

v2: use hardcoded dma channel number
v3: rebase onto v3.16-rc1, add common clk framework-related changes

Vasily Khoruzhick (4):
  ASoC: samsung: s3c24{xx,12}-i2s: port to use generic dmaengine API
  ASoC: samsung: drop support for legacy S3C24XX DMA API
  ASoC: samsung: s3c2412-i2s: Move to
    clk_prepare_enable/clk_disable_unprepare
  ASoC: samsung: s3c24xx-i2s: Move to
    clk_prepare_enable/clk_disable_unprepare

 sound/soc/samsung/Kconfig       |  12 +-
 sound/soc/samsung/Makefile      |   2 -
 sound/soc/samsung/dma.c         | 454 ----------------------------------------
 sound/soc/samsung/dmaengine.c   |   3 +
 sound/soc/samsung/s3c-i2s-v2.c  |  17 +-
 sound/soc/samsung/s3c2412-i2s.c |  51 +++--
 sound/soc/samsung/s3c24xx-i2s.c |  62 +++---
 7 files changed, 61 insertions(+), 540 deletions(-)
 delete mode 100644 sound/soc/samsung/dma.c

-- 
2.0.0

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

end of thread, other threads:[~2014-06-24 10:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-23 20:24 [PATCH v3 0/4] ASoc: samsung: update s3c24xx to dmaengine and common clk framework Vasily Khoruzhick
2014-06-23 20:24 ` [PATCH v3 1/4] ASoC: samsung: s3c24{xx,12}-i2s: port to use generic dmaengine API Vasily Khoruzhick
2014-06-23 20:24 ` [PATCH v3 2/4] ASoC: samsung: drop support for legacy S3C24XX DMA API Vasily Khoruzhick
2014-06-23 20:24 ` [PATCH v3 3/4] ASoC: samsung: s3c2412-i2s: Move to clk_prepare_enable/clk_disable_unprepare Vasily Khoruzhick
2014-06-23 20:24 ` [PATCH v3 4/4] ASoC: samsung: s3c24xx-i2s: " Vasily Khoruzhick
2014-06-24 10:57 ` [PATCH v3 0/4] ASoc: samsung: update s3c24xx to dmaengine and common clk framework Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox