Marek Szyprowski wrote: > > Hello, > > This patch set adds support for Exynos DRM display subsystem for > Universal C210 and NURI boards. Exynos DRM driver has been merged to 3.3 > kernel tree and provides unified and more powerful alternative for > s3c-fb and s5p-tv drivers. V2 includes update for the latest changes in > platform data structure (added 'panel' entry). > > Best regards > > Marek Szyprowski > Samsung Poland R&D Center > > Patch summary: > > Marek Szyprowski (3): > ARM: Exynos: add platform device for core DRM subsystem > ARM: Exynos: Add DRM core device support for Universal C210 board > ARM: Exynos: Add DRM core support for NURI board > > arch/arm/mach-exynos/Kconfig | 7 ++++++ > arch/arm/mach-exynos/Makefile | 1 + > arch/arm/mach-exynos/dev-drm.c | 29 ++++++++++++++++++++++++ > arch/arm/mach-exynos/mach-nuri.c | 33 > ++++++++++++++++++++++++++++ > arch/arm/mach-exynos/mach-universal_c210.c | 33 > ++++++++++++++++++++++++++++ > arch/arm/plat-samsung/include/plat/devs.h | 2 + > 6 files changed, 105 insertions(+), 0 deletions(-) > create mode 100644 arch/arm/mach-exynos/dev-drm.c > > -- > 1.7.1.569.g6f426 Well, 2nd and 3rd patches can break multi-platform for EXYNOS SoCs with one kernel image. And I won't apply new feature for non-dt board file from now on. I think, we need to support DT in mach-exynos/ instead of non-DT and DT together, so please consider to move on dt supporting for Samsung mobile boards. Note that I have a plan to replace board files with DT supporting in mach-exynos/ next time. Thanks. Best regards, Kgene. -- Kukjin Kim <kgene.kim@xxxxxxxxxxx>, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. -- 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