These patches add a driver for GS1662 component, a video serializer which supports CEA and SDI timings. To perform that, we need to determine SDI definition and some flags. This third patchset add: * flags printing in v4l2_print_dv_timings() function * improvement of some comments * additional comments * timings->pad checking * fix configuration dependencies Charles-Antoine Couret (2): SDI: add flag for SDI formats and SMPTE 125M definition Add GS1662 driver, a video serializer drivers/media/Kconfig | 1 + drivers/media/Makefile | 2 +- drivers/media/spi/Kconfig | 9 + drivers/media/spi/Makefile | 1 + drivers/media/spi/gs1662.c | 472 ++++++++++++++++++++++++++++++ drivers/media/v4l2-core/v4l2-dv-timings.c | 11 +- include/uapi/linux/v4l2-dv-timings.h | 12 + include/uapi/linux/videodev2.h | 5 + 8 files changed, 508 insertions(+), 5 deletions(-) create mode 100644 drivers/media/spi/Kconfig create mode 100644 drivers/media/spi/Makefile create mode 100644 drivers/media/spi/gs1662.c -- 2.7.4 -- 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