All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v4.9] New tw5864 driver (v2)
@ 2016-08-14  9:41 Hans Verkuil
  0 siblings, 0 replies; only message in thread
From: Hans Verkuil @ 2016-08-14  9:41 UTC (permalink / raw)
  To: Linux Media Mailing List

Passed v4l2-compliance, see https://patchwork.linuxtv.org/patch/35671/
for more details about the device.

Regards,

	Hans

Change since v2: fix Kconfig dependency.

The following changes since commit b6aa39228966e0d3f0bc3306be1892f87792903a:

  Merge tag 'v4.8-rc1' into patchwork (2016-08-08 07:30:25 -0300)

are available in the git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tw5864

for you to fetch changes up to 5984370475abcaca7bca8aa3b207ce4f7a397951:

  tw5864: add missing HAS_DMA dependency (2016-08-14 11:37:29 +0200)

----------------------------------------------------------------
Andrey Utkin (1):
      pci: Add tw5864 driver

Hans Verkuil (1):
      tw5864: add missing HAS_DMA dependency

 MAINTAINERS                             |    8 +
 drivers/media/pci/Kconfig               |    1 +
 drivers/media/pci/Makefile              |    1 +
 drivers/media/pci/tw5864/Kconfig        |   12 +
 drivers/media/pci/tw5864/Makefile       |    3 +
 drivers/media/pci/tw5864/tw5864-core.c  |  359 ++++++++++
 drivers/media/pci/tw5864/tw5864-h264.c  |  259 ++++++++
 drivers/media/pci/tw5864/tw5864-reg.h   | 2133 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/media/pci/tw5864/tw5864-util.c  |   37 ++
 drivers/media/pci/tw5864/tw5864-video.c | 1514 ++++++++++++++++++++++++++++++++++++++++++
 drivers/media/pci/tw5864/tw5864.h       |  205 ++++++
 11 files changed, 4532 insertions(+)
 create mode 100644 drivers/media/pci/tw5864/Kconfig
 create mode 100644 drivers/media/pci/tw5864/Makefile
 create mode 100644 drivers/media/pci/tw5864/tw5864-core.c
 create mode 100644 drivers/media/pci/tw5864/tw5864-h264.c
 create mode 100644 drivers/media/pci/tw5864/tw5864-reg.h
 create mode 100644 drivers/media/pci/tw5864/tw5864-util.c
 create mode 100644 drivers/media/pci/tw5864/tw5864-video.c
 create mode 100644 drivers/media/pci/tw5864/tw5864.h

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-14  9:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-14  9:41 [GIT PULL FOR v4.9] New tw5864 driver (v2) Hans Verkuil

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.