On Mon, Apr 27, 2009 at 10:44 AM, Jon Smirl jonsmirl@gmail.com wrote:
Mark the mpc5200 i2s driver BROKEN and lay out a foundation for fixing it. Separate out the mpc5200 core DMA routines from mpc5200_psc_i2s.c into a standalone mpc5200_dma.c. No intention to change how anything works, this is just a code reorg needed for later patches to build on.
BTW, you could have added my acked-by lines to the patches which I acked on the linuxppc-dev list. Also, for the next version (if there is one), please post to both the alsa and linuxppc lists.
Thanks, g.
Jon Smirl (4): Rename exports in mpc5200_dma.c Rename the PSC functions to DMA Basic split of mpc5200 DMA code out from mpc5200_psc_i2s Set the MPC5200 i2s driver to BROKEN status.
sound/soc/fsl/Kconfig | 6 sound/soc/fsl/Makefile | 2 sound/soc/fsl/mpc5200_dma.c | 463 ++++++++++++++++++++++++++++ sound/soc/fsl/mpc5200_dma.h | 81 +++++ sound/soc/fsl/mpc5200_psc_i2s.c | 644 +++++---------------------------------- 5 files changed, 633 insertions(+), 563 deletions(-) create mode 100644 sound/soc/fsl/mpc5200_dma.c create mode 100644 sound/soc/fsl/mpc5200_dma.h
-- Jon Smirl jonsmirl@gmail.com