linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add new grayscale formats
@ 2018-04-27 11:40 Todor Tomov
  2018-04-27 11:40 ` [PATCH 1/2] media: v4l: Add new 2X8 10-bit grayscale media bus code Todor Tomov
  2018-04-27 11:40 ` [PATCH 2/2] media: v4l: Add new 10-bit packed grayscale format Todor Tomov
  0 siblings, 2 replies; 7+ messages in thread
From: Todor Tomov @ 2018-04-27 11:40 UTC (permalink / raw)
  To: mchehab, hverkuil, sakari.ailus, laurent.pinchart, linux-media,
	linux-kernel
  Cc: Todor Tomov

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

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

end of thread, other threads:[~2018-05-08  9:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-27 11:40 [PATCH 0/2] Add new grayscale formats Todor Tomov
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

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).