The following series implements audio support for the mpc5200. It adds an AC97 
driver and STAC9766 codec driver. Board support for the Efika and Phytec pcm030 
are also included. 

Mark is not enthused about soc-of-simple.c so rather than extend it for AC97 I 
altered the drivers to not use it. Instead they use the old way of manually 
binding everything. Mark would like to see OF binding more closely integrated 
to the core. Once a proper solution for OF binding is agreed upon it is easy to 
convert the existing drivers. A first step would be converting the existing 
codec drivers so that they can be dynamically loaded. 

Grant, please check over the spin locking on register access. I'm not clear on 
why and when the registers have to be protected.

Once these basic drivers are in-kernel and more people are testing them, I can 
add more features like pause/resume, power management, etc based on feedback.

I2S will get examined in more detail for the next kernel cycle. Our 
multi-channel prototype I2S hardware is just about working. Once I get the 
multi-channel hardware I will implement and heavily test a lot more I2S 
capability.

---

Jon Smirl (9):
      Support for AC97 on Phytec pmc030 base board.
      Fabric bindings for STAC9766 on the Efika
      AC97 driver for mpc5200
      Codec for STAC9766 used on the Efika
      Main rewite of the mpc5200 audio DMA code
      Add a few more mpc5200 PSC defines
      Rename the PSC functions to DMA
      Basic split of mpc5200 DMA code out from mpc5200_psc_i2s
      Register the wm9712 DAIs on module load


 sound/soc/fsl/Kconfig               |   31 +
 sound/soc/fsl/Makefile              |    7 
 sound/soc/fsl/efika-audio-fabric.c  |   94 ++++
 sound/soc/fsl/mpc5200_dma.c         |  635 ++++++++++++++++++++++++++++++
 sound/soc/fsl/mpc5200_dma.h         |   80 ++++
 sound/soc/fsl/mpc5200_psc_ac97.c    |  394 ++++++++++++++++++
 sound/soc/fsl/mpc5200_psc_ac97.h    |   15 +
 sound/soc/fsl/mpc5200_psc_i2s.c     |  750 ++---------------------------------
 sound/soc/fsl/mpc5200_psc_i2s.h     |   12 +
 sound/soc/fsl/pcm030-audio-fabric.c |   94 ++++
 10 files changed, 1414 insertions(+), 698 deletions(-)
 create mode 100644 sound/soc/fsl/efika-audio-fabric.c
 create mode 100644 sound/soc/fsl/mpc5200_dma.c
 create mode 100644 sound/soc/fsl/mpc5200_dma.h
 create mode 100644 sound/soc/fsl/mpc5200_psc_ac97.c
 create mode 100644 sound/soc/fsl/mpc5200_psc_ac97.h
 create mode 100644 sound/soc/fsl/mpc5200_psc_i2s.h
 create mode 100644 sound/soc/fsl/pcm030-audio-fabric.c

-- 
Jon Smirl
jonsm...@gmail.com
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to