From: Vaibhav Hiremath <hvaibhav@xxxxxx> Changes from last version (V6): - Fixed comments from Murali, Hans and Vladimir. - Also dropped board hook-up patch, since we can add it once this patch goes in. (Actually unnecessarily that patch is floating all around with this patch.) And anyway it has to go through linux-omap list. Tested-on: - OMAP3EVM - AM3517EVM Vaibhav Hiremath (1): OMAP2/3 V4L2: Add support for OMAP2/3 V4L2 driver on top of DSS2 drivers/media/video/Kconfig | 2 + drivers/media/video/Makefile | 2 + drivers/media/video/omap/Kconfig | 11 + drivers/media/video/omap/Makefile | 7 + drivers/media/video/omap/omap_vout.c | 2644 +++++++++++++++++++++++++++++++ drivers/media/video/omap/omap_voutdef.h | 147 ++ drivers/media/video/omap/omap_voutlib.c | 293 ++++ drivers/media/video/omap/omap_voutlib.h | 34 + 8 files changed, 3140 insertions(+), 0 deletions(-) create mode 100644 drivers/media/video/omap/Kconfig create mode 100644 drivers/media/video/omap/Makefile create mode 100644 drivers/media/video/omap/omap_vout.c create mode 100644 drivers/media/video/omap/omap_voutdef.h create mode 100644 drivers/media/video/omap/omap_voutlib.c create mode 100644 drivers/media/video/omap/omap_voutlib.h -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html