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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html