From: Vaibhav Hiremath <hvaibhav@xxxxxx> Patch series adds following features - - Enable DSS2/Fbdev on OMAP3EVM - Add LQ043T1DG01 panel file - Enable DSS2/Fbdev on AM3517EVM - Warning message fix in dss-core - Kconfig option added to choose between S-Video and CVBS output TODO - - V4L2 Display driver ontop of DSS2 (will post in couple of days) - regulator_get for panel-generic.c, which is required to get DVI colors properly Vaibhav Hiremath (5): dss2-core:Warning Fix: core_dump_clocks enclosed under DEBUG_FS OMAP: DSS2: Add Sharp LQ043T1DG01 panel drivers OMAP: Enable DSS2 for OMAP3EVM board AM3517: Enable DSS2 for AM3517EVM board OMAP3EVM: Kconfig option added for selection between SVIDEO and CVBS arch/arm/configs/am3517_evm_defconfig | 53 ++++- arch/arm/configs/omap3_evm_defconfig | 51 ++++- arch/arm/mach-omap2/board-am3517evm.c | 142 +++++++++++ arch/arm/mach-omap2/board-omap3evm.c | 250 +++++++++++++++++++- drivers/video/omap2/displays/Kconfig | 6 + drivers/video/omap2/displays/Makefile | 1 + .../video/omap2/displays/panel-sharp-lq043t1dg01.c | 120 ++++++++++ drivers/video/omap2/dss/Kconfig | 15 ++ drivers/video/omap2/dss/core.c | 2 + 9 files changed, 627 insertions(+), 13 deletions(-) create mode 100644 drivers/video/omap2/displays/panel-sharp-lq043t1dg01.c -- 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