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. The associated documentation will be into another patchset to be Sphinx comaptible. This patchset add: * driver in the MAINTAINERS file Charles-Antoine Couret (2): SDI: add flag for SDI formats and SMPTE 125M definition Add GS1662 driver, a video serializer MAINTAINERS | 7 + 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 | 8 + 9 files changed, 518 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