[PATCH v2 2/2] DSS2: make VRFB depends on OMAP2,3

2010-05-13 Thread Senthilvadivu Guruswamy
config VRFB should depend on ARCH_OMAP2 or ARCH_OMAP3. Changes from v1: - Addressed multi-omap build issue Signed-off-by: Senthilvadivu Guruswamy svad...@ti.com --- drivers/video/omap2/Kconfig|4 drivers/video/omap2/omapfb/Kconfig |1 - 2 files changed, 4

[PATCH v2 1/2] DSS2: Allow FB_OMAP2 to build without VRFB

2010-05-13 Thread Senthilvadivu Guruswamy
FB_OMAP2 can work without VRFB, but currently does not build. Fix this. Signed-off-by: Senthilvadivu Guruswamy svad...@ti.com --- arch/arm/plat-omap/include/plat/vrfb.h | 16 1 file changed, 16 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-omap/include/plat/vrfb.h

[PATCH v2 0/2] DSS2:Allow FB to build without VRFB

2010-05-13 Thread Senthilvadivu Guruswamy
From: Senthilvadivu Guruswamy svad...@ti.com Hi all, This patch series replaces the patch DSS2 Include VRFB into omap2-3build only Thanks for the review comments. The intent of this series is to split the patch into 2 logical patches and also to incorporate the comments on multi-omap build

[PATCH] DSS2 Include VRFB into omap2-3build only

2010-05-10 Thread Senthilvadivu Guruswamy
Exclude VRFB from OMAP4 onwards and include only for OMAP2 and OMAP3 builds. In OMAP4 VRFB HW IP is replaced with a new HW IP TILER Signed-off-by: Senthilvadivu Guruswamy svad...@ti.com --- arch/arm/plat-omap/include/plat/vrfb.h | 16 drivers/video/omap2/Kconfig