LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Todor Tomov <todor.tomov@linaro.org>
To: mchehab@kernel.org, hverkuil@xs4all.nl, sakari.ailus@iki.fi,
laurent.pinchart@ideasonboard.com, linux-media@vger.kernel.org,
linux-kernel@vger.kernel.org
Cc: Todor Tomov <todor.tomov@linaro.org>
Subject: [PATCH 0/2] Add new grayscale formats
Date: Fri, 27 Apr 2018 14:40:37 +0300 [thread overview]
Message-ID: <1524829239-4664-1-git-send-email-todor.tomov@linaro.org> (raw)
The following two patches add one new media bus code and one new pixel format.
Both are for 10bit grayscale data. They will be used by the future version of
the QComm CAMSS driver when receiving the frame data from the OV7251 grayscale
camera sensor.
Todor Tomov (2):
media: v4l: Add new 2X8 10-bit grayscale media bus code
media: v4l: Add new 10-bit packed grayscale format
Documentation/media/uapi/v4l/pixfmt-y10p.rst | 31 +++++++++++
Documentation/media/uapi/v4l/subdev-formats.rst | 72 +++++++++++++++++++++++++
Documentation/media/uapi/v4l/yuv-formats.rst | 1 +
drivers/media/v4l2-core/v4l2-ioctl.c | 1 +
include/uapi/linux/media-bus-format.h | 3 +-
include/uapi/linux/videodev2.h | 1 +
6 files changed, 108 insertions(+), 1 deletion(-)
create mode 100644 Documentation/media/uapi/v4l/pixfmt-y10p.rst
--
2.7.4
next reply other threads:[~2018-04-27 11:41 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-27 11:40 Todor Tomov [this message]
2018-04-27 11:40 ` [PATCH 1/2] media: v4l: Add new 2X8 10-bit grayscale media bus code Todor Tomov
2018-05-07 11:00 ` Sakari Ailus
2018-05-08 9:14 ` Sakari Ailus
2018-04-27 11:40 ` [PATCH 2/2] media: v4l: Add new 10-bit packed grayscale format Todor Tomov
2018-05-07 10:59 ` Sakari Ailus
2018-05-08 6:44 ` Todor Tomov
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=1524829239-4664-1-git-send-email-todor.tomov@linaro.org \
--to=todor.tomov@linaro.org \
--cc=hverkuil@xs4all.nl \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=sakari.ailus@iki.fi \
--subject='Re: [PATCH 0/2] Add new grayscale formats' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).