Hi Mauro, This patch series adds a bunch of docbook fixes, posted here earlier: http://www.spinics.net/lists/linux-media/msg74059.html and it adds a pci skeleton driver originally written for FOSDEM 2014 and posted earlier here: http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/75338 No existing drivers are changed, just docbook modifications and a new template driver. For the ELC this year I hope to create a USB skeleton driver. Regards, Hans The following changes since commit 4a1df5e8f6712df3b5f8aeb09771a1169ddd8e8c: [media] s2255drv: memory leak fix (2014-03-11 09:28:31 -0300) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git docbook for you to fetch changes up to baedfa602a02b0935a15fcdbef6ac9a65e957bb2: v4l2-pci-skeleton: add a V4L2 PCI skeleton driver (2014-03-11 13:38:02 +0100) ---------------------------------------------------------------- Hans Verkuil (6): DocBook media: update STREAMON/OFF documentation. DocBook: fix incorrect code example DocBook media: clarify v4l2_buffer/plane fields. DocBook media: fix broken FIELD_ALTERNATE description. DocBook media: clarify v4l2_pix_format and v4l2_pix_format_mplane fields v4l2-pci-skeleton: add a V4L2 PCI skeleton driver Documentation/DocBook/media/v4l/dev-osd.xml | 22 +- Documentation/DocBook/media/v4l/io.xml | 61 +++-- Documentation/DocBook/media/v4l/pixfmt.xml | 33 ++- Documentation/DocBook/media/v4l/vidioc-streamon.xml | 28 +- drivers/media/pci/Kconfig | 1 + drivers/media/pci/Makefile | 2 + drivers/media/pci/skeleton/Kconfig | 11 + drivers/media/pci/skeleton/Makefile | 1 + drivers/media/pci/skeleton/v4l2-pci-skeleton.c | 912 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 9 files changed, 1025 insertions(+), 46 deletions(-) create mode 100644 drivers/media/pci/skeleton/Kconfig create mode 100644 drivers/media/pci/skeleton/Makefile create mode 100644 drivers/media/pci/skeleton/v4l2-pci-skeleton.c -- 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