Show a cover letter.

GET /api/covers/1311/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1311,
    "url": "https://patchwork.libcamera.org/api/covers/1311/?format=api",
    "web_url": "https://patchwork.libcamera.org/cover/1311/",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
        "name": "libcamera",
        "link_name": "libcamera",
        "list_id": "libcamera_core",
        "list_email": "libcamera-devel@lists.libcamera.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": ""
    },
    "msgid": "<20190527090559.26549-1-jacopo@jmondi.org>",
    "date": "2019-05-27T09:05:53",
    "name": "[libcamera-devel,v2,0/6] META_OUTPUT support + IPU3 parameters tuning",
    "submitter": {
        "id": 3,
        "url": "https://patchwork.libcamera.org/api/people/3/?format=api",
        "name": "Jacopo Mondi",
        "email": "jacopo@jmondi.org"
    },
    "mbox": "https://patchwork.libcamera.org/cover/1311/mbox/",
    "series": [
        {
            "id": 329,
            "url": "https://patchwork.libcamera.org/api/series/329/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=329",
            "date": "2019-05-27T09:05:53",
            "name": "META_OUTPUT support + IPU3 parameters tuning",
            "version": 2,
            "mbox": "https://patchwork.libcamera.org/series/329/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/covers/1311/comments/",
    "headers": {
        "Return-Path": "<jacopo@jmondi.org>",
        "Received": [
            "from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net\n\t[217.70.183.195])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id B2FD6600EA\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 27 May 2019 11:05:00 +0200 (CEST)",
            "from uno.lan (2-224-242-101.ip172.fastwebnet.it [2.224.242.101])\n\t(Authenticated sender: jacopo@jmondi.org)\n\tby relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 4759260005;\n\tMon, 27 May 2019 09:04:59 +0000 (UTC)"
        ],
        "X-Originating-IP": "2.224.242.101",
        "From": "Jacopo Mondi <jacopo@jmondi.org>",
        "To": "libcamera-devel@lists.libcamera.org",
        "Date": "Mon, 27 May 2019 11:05:53 +0200",
        "Message-Id": "<20190527090559.26549-1-jacopo@jmondi.org>",
        "X-Mailer": "git-send-email 2.21.0",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=UTF-8",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH v2 0/6] META_OUTPUT support + IPU3\n\tparameters tuning",
        "X-BeenThere": "libcamera-devel@lists.libcamera.org",
        "X-Mailman-Version": "2.1.23",
        "Precedence": "list",
        "List-Id": "<libcamera-devel.lists.libcamera.org>",
        "List-Unsubscribe": "<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>",
        "List-Archive": "<https://lists.libcamera.org/pipermail/libcamera-devel/>",
        "List-Post": "<mailto:libcamera-devel@lists.libcamera.org>",
        "List-Help": "<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>",
        "List-Subscribe": "<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>",
        "X-List-Received-Date": "Mon, 27 May 2019 09:05:00 -0000"
    },
    "content": "Hello,\n   second iteration of the series.\n\nI plan to push patches 1, 2 and 3 soon, unless there are comments pending from\nsomeone.\n\nPatches 4 and 5 deals with the intel-ipu3 kernel header which require an\nadditional fix to make gcc v8.3.0 happy. As detailed during review of v1, I\nthink it's safe to keep this patch in our tree for the moment.\n\n6/6 is a POC, comments welcome, but not intended for merge.\n\nThanks\n  j\n\nJacopo Mondi (6):\n  include: linux: Update Linux headers to v5.1\n  libcamera: v4l2_device: Add support for META_OUTPUT\n  libcamera: v4l2_device: Add META support in g/s_fmt\n  include: linux: Add intel-ipu3 kernel header\n  include: linux: intel-ipu3: Force alignement to 32 bytes\n  POC: Don't merge: Access params and stat on IPU3\n\n include/linux/intel-ipu3.h           | 2779 ++++++++++++++++++++++++++\n include/linux/media.h                |    8 +\n include/linux/v4l2-common.h          |   26 +-\n include/linux/v4l2-controls.h        |    4 +\n include/linux/videodev2.h            |   88 +-\n src/libcamera/include/v4l2_device.h  |   17 +-\n src/libcamera/pipeline/ipu3/ipu3.cpp |  208 +-\n src/libcamera/v4l2_device.cpp        |  117 +-\n 8 files changed, 3189 insertions(+), 58 deletions(-)\n create mode 100644 include/linux/intel-ipu3.h\n\n--\n2.21.0"
}