[alsa-devel] [PATCH v2 00/16] ASoC: fsl-ssi: Driver cleanup
Markus Pargmann
mpa at pengutronix.de
Sat Mar 15 13:44:08 CET 2014
Hi,
This new version of the cleanup is mainly a reordering of the patches. It moves
the regmap patch to the end of the series so none of the other patches depend
on it. This also fixes a bug I introduced in "Remove fsl_ssi_setup" which also
removed the switching between network and normal mode depending on the number
of channels. I reversed this code removal. Another new patch was added "Fix
i2s_mode variable setup" which fixes the i2s_mode assignment in set_dai_fmt().
Best regards,
Markus
Changes in v2:
- Move "Use regmap" patch to the end of the series
- Add normal/network mode switching code to again (previously removed in
"Remove fsl_ssi_setup"
- Add patch "Fix i2s_mode variable setup"
Markus Pargmann (16):
ASoC: fsl-ssi: Remove fsl_ssi_setup
ASoC: fsl-ssi: Fix i2s_mode variable setup
ASoC: fsl-ssi: Move debugging to seperate file
ASoC: fsl-ssi: Use dev_name for DAI driver struct
ASoC: fsl-ssi: Move imx-specific probe to seperate function
ASoC: fsl-ssi: Remove useless DMA code
ASoC: fsl-ssi: baud clock error handling
ASoC: fsl-ssi: Cleanup probe function
ASoC: fsl-ssi: Remove unnecessary variables from ssi_private
ASoC: fsl-ssi: reorder and document fsl_ssi_private
ASoC: fsl-ssi: Fix register values when disabling
ASoC: fsl-ssi: Only enable baudclk when used
ASoC: fsl-ssi: Set default dai-fmts
ASoC: fsl-ssi: Transmit enable synchronization
ASoC: fsl-ssi: Update binding documentation
ASoC: fsl-ssi: Use regmap
.../devicetree/bindings/sound/fsl,ssi.txt | 21 +-
sound/soc/fsl/Kconfig | 1 +
sound/soc/fsl/Makefile | 2 +
sound/soc/fsl/fsl_ssi.c | 1173 +++++++++-----------
sound/soc/fsl/fsl_ssi.h | 112 +-
sound/soc/fsl/fsl_ssi_dbg.c | 163 +++
6 files changed, 759 insertions(+), 713 deletions(-)
create mode 100644 sound/soc/fsl/fsl_ssi_dbg.c
--
1.9.0
More information about the Alsa-devel
mailing list