Hi, All, This patch set adds documentation on Intel IPU3 ImgU driver and its uAPI, based on the feedback received for v1 RFC below and ImgU driver patch series:
v1 RFC: <URL:https://patchwork.kernel.org/patch/10321897/> ImgU v6: <URL:https://patchwork.kernel.org/patch/10316739/> Few unused structs have being removed from intel-ipu3.h since v6. This patch set will be merged into the next ImgU driver update. Rajmohan Mani (1): doc-rst: Add Intel IPU3 documentation Yong Zhi (1): v4l: Document Intel IPU3 meta data uAPI Documentation/media/uapi/v4l/meta-formats.rst | 1 + .../media/uapi/v4l/pixfmt-meta-intel-ipu3.rst | 174 ++ Documentation/media/v4l-drivers/index.rst | 1 + Documentation/media/v4l-drivers/ipu3.rst | 304 +++ include/uapi/linux/intel-ipu3.h | 2816 ++++++++++++++++++++ 5 files changed, 3296 insertions(+) create mode 100644 Documentation/media/uapi/v4l/pixfmt-meta-intel-ipu3.rst create mode 100644 Documentation/media/v4l-drivers/ipu3.rst create mode 100644 include/uapi/linux/intel-ipu3.h -- 2.7.4