From: Lad, Prabhakar <prabhakar.csengg@xxxxxxxxx> The first patch of the series adds support for the THS8200 encoder The full datasheets are available from TI website[1]. The second patch of the series adds supports for v4l-async subdevice probing. [1] http://www.ti.com/product/ths8200 Hans Verkuil (1): media: i2c: ths8200: driver for TI video encoder. Lad, Prabhakar (1): media: i2c: ths8200: add support v4l-async drivers/media/i2c/Kconfig | 9 + drivers/media/i2c/Makefile | 1 + drivers/media/i2c/ths8200.c | 568 ++++++++++++++++++++++++++++++++++++++ drivers/media/i2c/ths8200_regs.h | 161 +++++++++++ 4 files changed, 739 insertions(+), 0 deletions(-) create mode 100644 drivers/media/i2c/ths8200.c create mode 100644 drivers/media/i2c/ths8200_regs.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