[alsa-devel] [PATCH v4 0/4] ASoC: samsung: Sound support for Exynos5433 TM2(E) boards

Sylwester Nawrocki s.nawrocki at samsung.com
Tue Jul 5 19:12:14 CEST 2016


This patch series adds a MFD driver for Samsung Exynos5433 SoC Low Power
Audio Subsystem and an ASoC machine driver for Exynos5433 based TM2/TM2E
boards.

The changes since v3 are listed in individual patches, the main change
was rewriting LPASS driver as a MFD driver. It seems much better now
as the dependencies between LPASS Top block and its IP sub-blocks are
properly taken care of.

Sylwester Nawrocki (4):
  mfd: Add DT bindings documentation for Samsung Exynos LPASS
  mfd: Add Samsung Exynos Low Power Audio Subsystem driver
  ASoC: samsung: Add DT bindings documentation for TM2 sound subsystem
  ASoC: samsung: Add machine driver for Exynos5433 based TM2 board

 .../bindings/mfd/samsung,exynos5433-lpass.txt      |  21 +
 .../bindings/sound/samsung,tm2-audio.txt           |  36 ++
 drivers/mfd/Kconfig                                |   8 +
 drivers/mfd/Makefile                               |   1 +
 drivers/mfd/exynos-lpass.c                         | 185 +++++++
 include/linux/mfd/syscon/exynos5-pmu.h             |   4 +-
 sound/soc/samsung/Kconfig                          |   9 +
 sound/soc/samsung/Makefile                         |   2 +
 sound/soc/samsung/tm2_wm5110.c                     | 579 +++++++++++++++++++++
 9 files changed, 844 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/samsung,exynos5433-lpass.txt
 create mode 100644 Documentation/devicetree/bindings/sound/samsung,tm2-audio.txt
 create mode 100644 drivers/mfd/exynos-lpass.c
 create mode 100644 sound/soc/samsung/tm2_wm5110.c

--
1.9.1



More information about the Alsa-devel mailing list