From: Hans Verkuil <hverkuil@xs4all.nl>
To: Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: [GIT PULL FOR v3.18] Add driver for tw68xx PCI grabber boards
Date: Fri, 29 Aug 2014 08:23:03 +0200 [thread overview]
Message-ID: <54001C47.8020608@xs4all.nl> (raw)
This adds the tw68 PCI driver.
These two patches are identical to the v3 patch series I posted earlier:
http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/81407
Regards,
Hans
The following changes since commit b250392f7b5062cf026b1423e27265e278fd6b30:
[media] media: ttpci: fix av7110 build to be compatible with CONFIG_INPUT_EVDEV (2014-08-21 15:25:38 -0500)
are available in the git repository at:
git://linuxtv.org/hverkuil/media_tree.git tw68
for you to fetch changes up to f9c0c8edba28682cd6ab7254f2da911272053989:
MAINTAINERS: add tw68 entry (2014-08-26 08:26:39 +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 | 434 ++++++++++++++++++++++++++++++++++++
drivers/media/pci/tw68/tw68-reg.h | 195 ++++++++++++++++
drivers/media/pci/tw68/tw68-risc.c | 230 +++++++++++++++++++
drivers/media/pci/tw68/tw68-video.c | 1060 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/media/pci/tw68/tw68.h | 231 +++++++++++++++++++
10 files changed, 2173 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-29 6:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-29 6:23 Hans Verkuil [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-09-03 6:42 [GIT PULL FOR v3.18] Add driver for tw68xx PCI grabber boards Hans Verkuil
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=54001C47.8020608@xs4all.nl \
--to=hverkuil@xs4all.nl \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).