From: Hans Verkuil <hansverk@cisco.com>
To: "linux-media@vger.kernel.org" <linux-media@vger.kernel.org>
Subject: [GIT PULL FOR v3.18] tw68: add new driver for tw68xx grabber cards
Date: Thu, 14 Aug 2014 11:32:48 +0200 [thread overview]
Message-ID: <53EC8240.5080801@cisco.com> (raw)
The following changes since commit 0f3bf3dc1ca394a8385079a5653088672b65c5c4:
[media] cx23885: fix UNSET/TUNER_ABSENT confusion (2014-08-01 15:30:59 -0300)
are available in the git repository at:
git://linuxtv.org/hverkuil/media_tree.git tw68
for you to fetch changes up to 64889b98f7ed20ab630a47eff4a5847c3aa0555e:
MAINTAINERS: add tw68 entry (2014-08-10 10:36:10 +0200)
----------------------------------------------------------------
Hans Verkuil (2):
tw68: add support for Techwell tw68xx PCI grabber boards
MAINTAINERS: add tw68 entry
MAINTAINERS | 8 +
drivers/media/pci/Kconfig | 1 +
drivers/media/pci/Makefile | 1 +
drivers/media/pci/tw68/Kconfig | 10 +
drivers/media/pci/tw68/Makefile | 3 +
drivers/media/pci/tw68/tw68-core.c | 458 ++++++++++++++++++++++++++++++++++++++
drivers/media/pci/tw68/tw68-reg.h | 195 ++++++++++++++++
drivers/media/pci/tw68/tw68-risc.c | 230 +++++++++++++++++++
drivers/media/pci/tw68/tw68-video.c | 1082 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/media/pci/tw68/tw68.h | 235 ++++++++++++++++++++
10 files changed, 2223 insertions(+)
create mode 100644 drivers/media/pci/tw68/Kconfig
create mode 100644 drivers/media/pci/tw68/Makefile
create mode 100644 drivers/media/pci/tw68/tw68-core.c
create mode 100644 drivers/media/pci/tw68/tw68-reg.h
create mode 100644 drivers/media/pci/tw68/tw68-risc.c
create mode 100644 drivers/media/pci/tw68/tw68-video.c
create mode 100644 drivers/media/pci/tw68/tw68.h
next reply other threads:[~2014-08-14 9:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-14 9:32 Hans Verkuil [this message]
2014-08-14 11:54 ` [GIT PULL FOR v3.18] tw68: add new driver for tw68xx grabber cards Mauro Carvalho Chehab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53EC8240.5080801@cisco.com \
--to=hansverk@cisco.com \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.