From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: mchehab@s-opensource.com
Cc: linux-media@vger.kernel.org
Subject: [GIT PULL FOR v4.16] uvcvideo changes
Date: Wed, 03 Jan 2018 16:21:46 +0200 [thread overview]
Message-ID: <2334224.jSy5smKVkF@avalon> (raw)
Hi Mauro,
The following changes since commit 9eb124fe796cbadd454c8f946d7051f4c3f4a251:
Merge branch 'docs-next' of git://git.lwn.net/linux into patchwork
(2017-12-22 14:38:28 -0500)
are available in the git repository at:
git://linuxtv.org/pinchartl/media.git uvc/next
for you to fetch changes up to 0a108c817a45bd5215d041bc0ecfe1e13e8559a6:
uvcvideo: Add a quirk for Generalplus Technology Inc. 808 Camera (2017-12-28
17:50:27 +0200)
----------------------------------------------------------------
Arnd Bergmann (2):
uvcvideo: Use ktime_t for stats
uvcvideo: Use ktime_t for timestamps
Guennadi Liakhovetski (3):
v4l: Add a UVC Metadata format
uvcvideo: Add extensible device information
uvcvideo: Add a metadata device node
Laurent Pinchart (2):
uvcvideo: Factor out video device registration to a function
uvcvideo: Report V4L2 device caps through the video_device structure
Neil Armstrong (1):
uvcvideo: Add a quirk for Generalplus Technology Inc. 808 Camera
Documentation/media/uapi/v4l/meta-formats.rst | 1 +
Documentation/media/uapi/v4l/pixfmt-meta-uvc.rst | 51 +++++++
drivers/media/usb/uvc/Makefile | 2 +-
drivers/media/usb/uvc/uvc_driver.c | 230 ++++++++++++++++------
drivers/media/usb/uvc/uvc_isight.c | 2 +-
drivers/media/usb/uvc/uvc_metadata.c | 179 ++++++++++++++++++++++
drivers/media/usb/uvc/uvc_queue.c | 44 +++++-
drivers/media/usb/uvc/uvc_v4l2.c | 4 -
drivers/media/usb/uvc/uvc_video.c | 182 +++++++++++++++------
drivers/media/usb/uvc/uvcvideo.h | 30 +++-
drivers/media/v4l2-core/v4l2-ioctl.c | 1 +
include/uapi/linux/uvcvideo.h | 26 ++++
include/uapi/linux/videodev2.h | 1 +
13 files changed, 618 insertions(+), 135 deletions(-)
create mode 100644 Documentation/media/uapi/v4l/pixfmt-meta-uvc.rst
create mode 100644 drivers/media/usb/uvc/uvc_metadata.c
--
Regards,
Laurent Pinchart
reply other threads:[~2018-01-03 14:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2334224.jSy5smKVkF@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@s-opensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.