All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v3.18] Add driver for tw68xx PCI grabber boards
@ 2014-09-03  6:42 Hans Verkuil
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Verkuil @ 2014-09-03  6:42 UTC (permalink / raw)
  To: Linux Media Mailing List

Hi Mauro,

As requested, this is the same tw68 driver, but it first adds the original tw68
sources from the gitorious repository.

I still disagree with this, I would think that it would be sufficient if the
commit log would state that you checked the original sources and that they were
all GPL. In my view this pollutes the kernel git repository. But it's your call
whether to take my original tw68 pull request or to take this one.

Regards,

	Hans

The following changes since commit 6c1c423a54b5b3a6c9c9561c7ef32aee0fda7253:

  [media] vivid: comment the unused g_edid/s_edid functions (2014-09-02 18:01:05 -0300)

are available in the git repository at:

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

for you to fetch changes up to 0d96a1b6e48d0eec6a8880c825c1d6e16396c280:

  MAINTAINERS: add tw68 entry (2014-09-03 08:37:23 +0200)

----------------------------------------------------------------
Hans Verkuil (3):
      tw68: add original tw68 code
      tw68: refactor and cleanup the tw68 driver
      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

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

* [GIT PULL FOR v3.18] Add driver for tw68xx PCI grabber boards
@ 2014-08-29  6:23 Hans Verkuil
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Verkuil @ 2014-08-29  6:23 UTC (permalink / raw)
  To: Linux Media Mailing List

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

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

end of thread, other threads:[~2014-09-03  6:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-03  6:42 [GIT PULL FOR v3.18] Add driver for tw68xx PCI grabber boards Hans Verkuil
  -- strict thread matches above, loose matches on Subject: below --
2014-08-29  6:23 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.