[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1370280378-2570-1-git-send-email-prabhakar.csengg@gmail.com>
Date: Mon, 3 Jun 2013 22:56:16 +0530
From: Prabhakar Lad <prabhakar.csengg@...il.com>
To: Hans Verkuil <hans.verkuil@...co.com>,
Mauro Carvalho Chehab <mchehab@...hat.com>,
LMML <linux-media@...r.kernel.org>,
Laurent Pinchart <laurent.pinchart@...asonboard.com>
Cc: DLOS <davinci-linux-open-source@...ux.davincidsp.com>,
LKML <linux-kernel@...r.kernel.org>,
"Lad, Prabhakar" <prabhakar.csengg@...il.com>
Subject: [PATCH 0/2] media: i2c: add suppport for ths8200 encoder.
From: Lad, Prabhakar <prabhakar.csengg@...il.com>
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-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists