[PATCH 08/15] drm/exynos: fimd and ipp are broken on multiplatform

2013-01-22 Thread Inki Dae
Checked it out and applied. For ARCH_MULTIPLATFORM support, Such header files shouldn't be included. And for this, we are planning on supporting device tree for ipp driver. Thanks, Inki Dae 2013/1/22 Arnd Bergmann : > While the exynos DRM support in principle can work on > multiplatform, the FIMD

Re: [PATCH 08/15] drm/exynos: fimd and ipp are broken on multiplatform

2013-01-21 Thread Inki Dae
Checked it out and applied. For ARCH_MULTIPLATFORM support, Such header files shouldn't be included. And for this, we are planning on supporting device tree for ipp driver. Thanks, Inki Dae 2013/1/22 Arnd Bergmann : > While the exynos DRM support in principle can work on > multiplatform, the FIMD

[PATCH 08/15] drm/exynos: fimd and ipp are broken on multiplatform

2013-01-21 Thread Arnd Bergmann
While the exynos DRM support in principle can work on multiplatform, the FIMD and IPP sections of it both include the plat/map-base.h header file, which is not available on multiplatform. Rather than disabling the entire driver, we can just conditionally build these two parts. Without this patch,

[PATCH 08/15] drm/exynos: fimd and ipp are broken on multiplatform

2013-01-21 Thread Arnd Bergmann
While the exynos DRM support in principle can work on multiplatform, the FIMD and IPP sections of it both include the plat/map-base.h header file, which is not available on multiplatform. Rather than disabling the entire driver, we can just conditionally build these two parts. Without this patch,