Fixes for existing pixelformat descriptions and new pixelformats. See the cover letter of the patch series: https://www.mail-archive.com/linux-media@xxxxxxxxxxxxxxx/msg100998.html I agree with Sakari's reasoning: these are standard formats that many newer devices support. I also like that the list of Bayer formats is now more systematic and covers all (?) common formats. Regards, Hans The following changes since commit b6aa39228966e0d3f0bc3306be1892f87792903a: Merge tag 'v4.8-rc1' into patchwork (2016-08-08 07:30:25 -0300) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git newpixfmts for you to fetch changes up to 2feb1e8a20a88bcd0aa4e2b46cabcc51241f37b8: doc-rst: Add 16-bit raw bayer pixel format definitions (2016-08-12 13:02:48 +0200) ---------------------------------------------------------------- Jouni Ukkonen (1): media: Add 1X14 14-bit raw bayer media bus code definitions Sakari Ailus (10): doc-rst: Correct the ordering of LSBs of the 10-bit raw packed formats doc-rst: Fix number of zeroed high order bits in 12-bit raw format defs doc-rst: Clean up raw bayer pixel format definitions doc-rst: Unify documentation of the 8-bit bayer formats v4l: Add packed Bayer raw12 pixel formats doc-rst: Add 14-bit raw bayer pixel format definitions doc-rst: Add packed Bayer raw14 pixel formats media: Add 1X16 16-bit raw bayer media bus code definitions doc-rst: 16-bit BGGR is always 16 bits doc-rst: Add 16-bit raw bayer pixel format definitions Documentation/media/uapi/v4l/pixfmt-rgb.rst | 8 +- Documentation/media/uapi/v4l/pixfmt-sbggr8.rst | 81 ----- Documentation/media/uapi/v4l/pixfmt-sgbrg8.rst | 81 ----- Documentation/media/uapi/v4l/pixfmt-sgrbg8.rst | 81 ----- Documentation/media/uapi/v4l/pixfmt-srggb10.rst | 15 +- Documentation/media/uapi/v4l/pixfmt-srggb10p.rst | 24 +- Documentation/media/uapi/v4l/pixfmt-srggb12.rst | 5 +- Documentation/media/uapi/v4l/pixfmt-srggb12p.rst | 107 ++++++ Documentation/media/uapi/v4l/pixfmt-srggb14.rst | 122 +++++++ Documentation/media/uapi/v4l/pixfmt-srggb14p.rst | 127 +++++++ .../media/uapi/v4l/{pixfmt-sbggr16.rst => pixfmt-srggb16.rst} | 32 +- Documentation/media/uapi/v4l/pixfmt-srggb8.rst | 41 ++- Documentation/media/uapi/v4l/subdev-formats.rst | 546 ++++++++++++++++++++++++++++++- drivers/media/v4l2-core/v4l2-ioctl.c | 21 +- include/uapi/linux/media-bus-format.h | 10 +- include/uapi/linux/videodev2.h | 17 + 16 files changed, 1012 insertions(+), 306 deletions(-) delete mode 100644 Documentation/media/uapi/v4l/pixfmt-sbggr8.rst delete mode 100644 Documentation/media/uapi/v4l/pixfmt-sgbrg8.rst delete mode 100644 Documentation/media/uapi/v4l/pixfmt-sgrbg8.rst create mode 100644 Documentation/media/uapi/v4l/pixfmt-srggb12p.rst create mode 100644 Documentation/media/uapi/v4l/pixfmt-srggb14.rst create mode 100644 Documentation/media/uapi/v4l/pixfmt-srggb14p.rst rename Documentation/media/uapi/v4l/{pixfmt-sbggr16.rst => pixfmt-srggb16.rst} (55%) -- 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