Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1437201 > unrolled thread

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

Started bySylwester Nawrocki <s.nawrocki@samsung.com>
First post2016-07-05 19:20 +0200
Last post2016-07-05 19:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v4 0/4] ASoC: samsung: Sound support for Exynos5433 TM2(E)  boards Sylwester Nawrocki <s.nawrocki@samsung.com> - 2016-07-05 19:20 +0200

#1437201 — [PATCH v4 0/4] ASoC: samsung: Sound support for Exynos5433 TM2(E) boards

FromSylwester Nawrocki <s.nawrocki@samsung.com>
Date2016-07-05 19:20 +0200
Subject[PATCH v4 0/4] ASoC: samsung: Sound support for Exynos5433 TM2(E) boards
Message-ID<rRCaR-5LK-17@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web