All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v3.18] tw68: add new driver for tw68xx grabber cards
@ 2014-08-14  9:32 Hans Verkuil
  2014-08-14 11:54 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 2+ messages in thread
From: Hans Verkuil @ 2014-08-14  9:32 UTC (permalink / raw)
  To: linux-media@vger.kernel.org

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-14 11:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-14  9:32 [GIT PULL FOR v3.18] tw68: add new driver for tw68xx grabber cards Hans Verkuil
2014-08-14 11:54 ` Mauro Carvalho Chehab

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.