This patch-set sees many of the ux500 related Audio drivers gain
Device Tree enablement. There are also some fixes to issues which
where encountered along the way. 

 Documentation/devicetree/bindings/sound/ux500.txt |   62 +++++
 arch/arm/boot/dts/db8500.dtsi                     |   48 ++++
 arch/arm/mach-ux500/Kconfig                       |    1 +
 arch/arm/mach-ux500/Makefile                      |    2 +-
 arch/arm/mach-ux500/board-mop500-audio.c          |  194 +++++++++++++++
 arch/arm/mach-ux500/board-mop500-msp.c            |  267 ---------------------
 arch/arm/mach-ux500/board-mop500-msp.h            |   14 --
 arch/arm/mach-ux500/board-mop500.c                |   22 +-
 arch/arm/mach-ux500/board-mop500.h                |    6 +
 arch/arm/mach-ux500/include/mach/msp.h            |    3 +-
 include/linux/mfd/abx500/ab8500-codec.h           |    6 +-
 sound/soc/codecs/ab8500-codec.c                   |   81 +++++++
 sound/soc/ux500/mop500.c                          |   41 ++++
 sound/soc/ux500/ux500_msp_dai.c                   |    6 +
 sound/soc/ux500/ux500_msp_i2s.c                   |  114 +++++++--
 sound/soc/ux500/ux500_msp_i2s.h                   |    3 +-
 sound/soc/ux500/ux500_pcm.c                       |    6 +
 17 files changed, 561 insertions(+), 315 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to