From: Kishore Y <kishore.y@xxxxxx> This patch series enables DSS and FB in zoom2, zoom3 and 3630sdp. Changes from version 1: - removed regulator framework calls - removed compiler warnings OMAP: DSS: Enable display on ZOOM2/3 & 3630SDP - Included display in boards and enabled in defconfig OMAP: DSS: Add display board file for zoom boards - Display board file added common for all boards arch/arm/configs/omap_3630sdp_defconfig | 60 ++++++++- arch/arm/configs/omap_zoom2_defconfig | 60 ++++++++- arch/arm/configs/omap_zoom3_defconfig | 60 ++++++++- arch/arm/mach-omap2/Makefile | 3 + arch/arm/mach-omap2/board-3630sdp.c | 1 + arch/arm/mach-omap2/board-zoom-display.c | 188 +++++++++++++++++++++++++ arch/arm/mach-omap2/board-zoom-peripherals.c | 36 +++++ arch/arm/mach-omap2/board-zoom2.c | 1 + arch/arm/mach-omap2/board-zoom3.c | 1 + arch/arm/mach-omap2/include/mach/board-zoom.h | 3 + drivers/video/omap2/dss/dpi.c | 2 +- 11 files changed, 411 insertions(+), 4 deletions(-) Tested on top of LO kernel on dss2 brnach commit id: 33b601093c6d5f5b18abcbd2de736d300d837f91 OMAP: DSS2: DSI: remove dsi_vc_print_status() Regards, Kishore Y -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html