All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] ASoC: pxa: code refactoring
@ 2018-06-27 19:33 Daniel Mack
  2018-06-27 19:33 ` [PATCH 1/7] ASoC: fold pxa2xx-pcm into its only user, pxa2xx-ac97 Daniel Mack
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Daniel Mack @ 2018-06-27 19:33 UTC (permalink / raw)
  To: broonie
  Cc: Daniel Mack, alsa-devel, robert.jarzmik, lgirdwood, haojian.zhuang

This is a series to clean up the code base in the ASoC/PXA area a bit.
It folds some implementations, removes some files and brings pcm ops to
the CPU DAIS, so they can be used on DT platforms without platform
drivers.

They are a preparation for some more patches that will follow on top.

Daniel Mack (7):
  ASoC: fold pxa2xx-pcm into its only user, pxa2xx-ac97
  ASoC: pxa: clean up function names in pxa2xx-lib
  ASoC: pxa: move some functions to pxa2xx-lib
  ASoC: pxa2xx-pcm-lib: fix indenting
  ASoC: pxa: provide PCM ops for ssp, i2s and ac97 components
  ASoC: pxa: remove bindings from pxa2xx-pcm
  ASoC: pxa: make SND_PXA2XX_SOC_I2S selectable

 .../bindings/sound/mrvl,pxa2xx-pcm.txt        |  15 --
 include/sound/pxa2xx-lib.h                    |  13 +-
 sound/arm/Kconfig                             |   5 -
 sound/arm/Makefile                            |   3 -
 sound/arm/pxa2xx-ac97.c                       | 114 ++++++++++------
 sound/arm/pxa2xx-pcm-lib.c                    |  69 ++++++++--
 sound/arm/pxa2xx-pcm.c                        | 129 ------------------
 sound/arm/pxa2xx-pcm.h                        |  27 ----
 sound/soc/pxa/Kconfig                         |   2 +-
 sound/soc/pxa/pxa-ssp.c                       |   4 +-
 sound/soc/pxa/pxa2xx-ac97.c                   |   3 +
 sound/soc/pxa/pxa2xx-i2s.c                    |   3 +
 sound/soc/pxa/pxa2xx-pcm.c                    |  73 ----------
 13 files changed, 148 insertions(+), 312 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/sound/mrvl,pxa2xx-pcm.txt
 delete mode 100644 sound/arm/pxa2xx-pcm.c
 delete mode 100644 sound/arm/pxa2xx-pcm.h

-- 
2.17.1

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

end of thread, other threads:[~2018-06-29 11:07 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-27 19:33 [PATCH 0/7] ASoC: pxa: code refactoring Daniel Mack
2018-06-27 19:33 ` [PATCH 1/7] ASoC: fold pxa2xx-pcm into its only user, pxa2xx-ac97 Daniel Mack
2018-06-29 11:07   ` Applied "ASoC: fold pxa2xx-pcm into its only user, pxa2xx-ac97" to the asoc tree Mark Brown
2018-06-27 19:33 ` [PATCH 2/7] ASoC: pxa: clean up function names in pxa2xx-lib Daniel Mack
2018-06-29 11:07   ` Applied "ASoC: pxa: clean up function names in pxa2xx-lib" to the asoc tree Mark Brown
2018-06-27 19:33 ` [PATCH 3/7] ASoC: pxa: move some functions to pxa2xx-lib Daniel Mack
2018-06-29 11:07   ` Applied "ASoC: pxa: move some functions to pxa2xx-lib" to the asoc tree Mark Brown
2018-06-27 19:33 ` [PATCH 4/7] ASoC: pxa2xx-pcm-lib: fix indenting Daniel Mack
2018-06-29 11:07   ` Applied "ASoC: pxa2xx-pcm-lib: fix indenting" to the asoc tree Mark Brown
2018-06-27 19:33 ` [PATCH 5/7] ASoC: pxa: provide PCM ops for ssp, i2s and ac97 components Daniel Mack
2018-06-27 19:33 ` [PATCH 6/7] ASoC: pxa: remove bindings from pxa2xx-pcm Daniel Mack
2018-06-29 11:07   ` Applied "ASoC: pxa: remove bindings from pxa2xx-pcm" to the asoc tree Mark Brown
2018-06-27 19:33 ` [PATCH 7/7] ASoC: pxa: make SND_PXA2XX_SOC_I2S selectable Daniel Mack
2018-06-29 11:07   ` Applied "ASoC: pxa: make SND_PXA2XX_SOC_I2S selectable" to the asoc tree 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.