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 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html