Hello, Multi Format Codec is a device present in the S5PV210 and EXYNOS4 SoCs by Samsung. This patch set adds platform and mach data for MFC. The new version contains memory initialization code for MFC and support for DMA contig allocator. The patches have been applied to this branch, it should become available in a couple of hours: http://git.infradead.org/users/kmpark/linux-2.6-samsung/shortlog/refs/heads/mfc-for-kgene The MFC driver can be found on this branch (it should also sync in a couple of hours): http://git.infradead.org/users/kmpark/linux-2.6-samsung/shortlog/refs/heads/mfc-for-mauro The driver has been sent today to the linux-media list. Best regards, Kamil Debski Change log: ================= Changes since v1 ================= - support for DMA conitg allocator - reserving memory for MFC Patch summary: Kamil Debski (3): ARM: Add support for MFC device to plat-s5p, mach-s5pv210 and mach-exynos4 ARM: S5PV210: Enable MFC on Goni ARM: EXYNOS4: Enable MFC on universal_c210 arch/arm/Kconfig | 2 + arch/arm/mach-exynos4/Kconfig | 2 + arch/arm/mach-exynos4/clock.c | 63 ++++++++++++++ arch/arm/mach-exynos4/include/mach/map.h | 2 + arch/arm/mach-exynos4/mach-universal_c210.c | 13 +++ 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-goni.c | 10 ++ arch/arm/plat-s5p/Kconfig | 5 + arch/arm/plat-s5p/Makefile | 2 +- arch/arm/plat-s5p/dev-mfc.c | 125 +++++++++++++++++++++++++++ arch/arm/plat-s5p/include/plat/mfc.h | 28 ++++++ arch/arm/plat-samsung/include/plat/devs.h | 3 + 14 files changed, 264 insertions(+), 1 deletions(-) create mode 100644 arch/arm/plat-s5p/dev-mfc.c create mode 100644 arch/arm/plat-s5p/include/plat/mfc.h -- 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