Hello, Multi Format Codec 5.1 is a device present in the S5PV210 and EXYNOS4 SoCs by Samsung. This patch set adds platform and mach data for MFC 5.1. Best regards, Kamil Debski Patch summary: Kamil Debski (3): ARM: S5P: Add MFC 5.1 driver to plat-s5p, mach-s5pv210 and mach-exynos4 ARM: S5PV210: Enable MFC on Goni & Aquila ARM: EXYNOS4: Enable MFC on universal_c210 arch/arm/mach-exynos4/Kconfig | 1 + arch/arm/mach-exynos4/clock.c | 63 +++++++++++++++++++++++++++ arch/arm/mach-exynos4/include/mach/map.h | 3 + arch/arm/mach-exynos4/mach-universal_c210.c | 8 +++ arch/arm/mach-s5pv210/Kconfig | 1 + arch/arm/mach-s5pv210/clock.c | 6 +++ arch/arm/mach-s5pv210/include/mach/map.h | 3 + arch/arm/mach-s5pv210/mach-aquila.c | 1 + arch/arm/mach-s5pv210/mach-goni.c | 1 + arch/arm/plat-s5p/Kconfig | 5 ++ arch/arm/plat-s5p/Makefile | 2 +- arch/arm/plat-s5p/dev-mfc.c | 49 +++++++++++++++++++++ arch/arm/plat-samsung/include/plat/devs.h | 1 + 13 files changed, 143 insertions(+), 1 deletions(-) create mode 100644 arch/arm/plat-s5p/dev-mfc.c -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html