All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ASoC: fsl: imx-pcm driver cleanup
@ 2013-04-25  3:18 Shawn Guo
  2013-04-25  3:18 ` [PATCH 1/5] ASoC: fsl: remove use of imx-pcm-audio from fsl_ssi Shawn Guo
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Shawn Guo @ 2013-04-25  3:18 UTC (permalink / raw)
  To: Mark Brown; +Cc: Fabio Estevam, alsa-devel, Shawn Guo, kernel

The series removes the use of imx-pcm-audio/imx-fiq-pcm-audio platform
device, and deletes imx-pcm driver by moving the functions needed by
imx-pcm-fiq driver into imx-pcm-fiq.c.  This can be done because
imx-pcm-dma has moved to generic dmaengine pcm driver and does not use
any helper from imx-pcm driver now.

Shawn Guo (5):
  ASoC: fsl: remove use of imx-pcm-audio from fsl_ssi
  ASoC: fsl: remove use of imx-pcm-audio from imx-ssi
  ASoC: fsl: create function imx_pcm_fiq_exit()
  ASoC: fsl: remove use of imx-fiq-pcm-audio from imx-ssi
  ASoC: fsl: remove imx-pcm driver

 sound/soc/fsl/Kconfig           |    5 --
 sound/soc/fsl/Makefile          |   11 +--
 sound/soc/fsl/eukrea-tlv320.c   |    2 +-
 sound/soc/fsl/fsl_ssi.c         |   13 ++--
 sound/soc/fsl/imx-mc13783.c     |    2 +-
 sound/soc/fsl/imx-pcm-dma.c     |    2 +
 sound/soc/fsl/imx-pcm-fiq.c     |   92 +++++++++++++++++++++++++
 sound/soc/fsl/imx-pcm.c         |  145 ---------------------------------------
 sound/soc/fsl/imx-pcm.h         |   10 +--
 sound/soc/fsl/imx-sgtl5000.c    |    2 +-
 sound/soc/fsl/imx-ssi.c         |   44 +++---------
 sound/soc/fsl/imx-ssi.h         |    3 -
 sound/soc/fsl/mx27vis-aic32x4.c |    2 +-
 sound/soc/fsl/phycore-ac97.c    |    2 +-
 sound/soc/fsl/wm1133-ev1.c      |    2 +-
 15 files changed, 122 insertions(+), 215 deletions(-)
 delete mode 100644 sound/soc/fsl/imx-pcm.c

-- 
1.7.9.5

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

end of thread, other threads:[~2013-05-15  5:27 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-25  3:18 [PATCH 0/5] ASoC: fsl: imx-pcm driver cleanup Shawn Guo
2013-04-25  3:18 ` [PATCH 1/5] ASoC: fsl: remove use of imx-pcm-audio from fsl_ssi Shawn Guo
2013-05-15  5:27   ` Mark Brown
2013-04-25  3:18 ` [PATCH 2/5] ASoC: fsl: remove use of imx-pcm-audio from imx-ssi Shawn Guo
2013-04-25  3:18 ` [PATCH 3/5] ASoC: fsl: create function imx_pcm_fiq_exit() Shawn Guo
2013-04-25  3:18 ` [PATCH 4/5] ASoC: fsl: remove use of imx-fiq-pcm-audio from imx-ssi Shawn Guo
2013-04-25  3:18 ` [PATCH 5/5] ASoC: fsl: remove imx-pcm driver Shawn Guo
2013-05-07  8:54 ` [PATCH 0/5] ASoC: fsl: imx-pcm driver cleanup Shawn Guo
2013-05-07 10:27   ` Mark Brown
2013-05-07 11:16     ` Shawn Guo
2013-05-07 11:18       ` Shawn Guo
2013-05-07 11:34       ` Mark Brown
2013-05-07 12:06         ` Shawn Guo
2013-05-07 13:41           ` Mark Brown

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.