Show a cover letter.

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

{
    "id": 11200,
    "url": "https://patchwork.libcamera.org/api/covers/11200/?format=api",
    "web_url": "https://patchwork.libcamera.org/cover/11200/",
    "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": "<20210208234733.2637061-1-niklas.soderlund@ragnatech.se>",
    "date": "2021-02-08T23:47:31",
    "name": "[libcamera-devel,RFC,0/2] ipu3: Translate IPA protocol to new mojo interface",
    "submitter": {
        "id": 5,
        "url": "https://patchwork.libcamera.org/api/people/5/?format=api",
        "name": "Niklas Söderlund",
        "email": "niklas.soderlund@ragnatech.se"
    },
    "mbox": "https://patchwork.libcamera.org/cover/11200/mbox/",
    "series": [
        {
            "id": 1670,
            "url": "https://patchwork.libcamera.org/api/series/1670/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1670",
            "date": "2021-02-08T23:47:31",
            "name": "ipu3: Translate IPA protocol to new mojo interface",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/1670/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/covers/11200/comments/",
    "headers": {
        "Return-Path": "<libcamera-devel-bounces@lists.libcamera.org>",
        "X-Original-To": "parsemail@patchwork.libcamera.org",
        "Delivered-To": "parsemail@patchwork.libcamera.org",
        "Received": [
            "from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 0B3AABD162\n\tfor <parsemail@patchwork.libcamera.org>;\n\tMon,  8 Feb 2021 23:47:56 +0000 (UTC)",
            "from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 4E5D56148F;\n\tTue,  9 Feb 2021 00:47:55 +0100 (CET)",
            "from vsp-unauthed02.binero.net (vsp-unauthed02.binero.net\n\t[195.74.38.227])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id C4BD3601AB\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue,  9 Feb 2021 00:47:53 +0100 (CET)",
            "from bismarck.berto.se (p4fca2458.dip0.t-ipconnect.de\n\t[79.202.36.88])\n\tby bin-vsp-out-02.atm.binero.net (Halon) with ESMTPA\n\tid 0c9dd88b-6a68-11eb-a076-005056917f90;\n\tTue, 09 Feb 2021 00:47:51 +0100 (CET)"
        ],
        "X-Halon-ID": "0c9dd88b-6a68-11eb-a076-005056917f90",
        "Authorized-sender": "niklas.soderlund@fsdn.se",
        "From": "=?utf-8?q?Niklas_S=C3=B6derlund?= <niklas.soderlund@ragnatech.se>",
        "To": "Paul Elder <paul.elder@ideasonboard.com>",
        "Date": "Tue,  9 Feb 2021 00:47:31 +0100",
        "Message-Id": "<20210208234733.2637061-1-niklas.soderlund@ragnatech.se>",
        "X-Mailer": "git-send-email 2.30.0",
        "MIME-Version": "1.0",
        "Subject": "[libcamera-devel] [RFC 0/2] ipu3: Translate IPA protocol to new\n\tmojo interface",
        "X-BeenThere": "libcamera-devel@lists.libcamera.org",
        "X-Mailman-Version": "2.1.29",
        "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>",
        "Cc": "libcamera-devel@lists.libcamera.org",
        "Content-Type": "text/plain; charset=\"utf-8\"",
        "Content-Transfer-Encoding": "base64",
        "Errors-To": "libcamera-devel-bounces@lists.libcamera.org",
        "Sender": "\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"
    },
    "content": "Hi Paul,\n\nThis is based on-top of your ipc7 branch and it enables me to run the \nIPU3 IPA on CrOS Soraka. The first patch is a compile fix found with \ngcc7 while the last patch is the real meat.\n\nFeel free to pick and choose what you wish and squash it into your \nexisting patches. I really like the new mojo interface, nice work!\n\nNiklas Söderlund (2):\n  libcamera: IPCPipeUnixSocket: Check that insertion succeeds\n  ipu3: Translate IPA protocol to new mojo interface\n\n include/libcamera/ipa/ipu3.h          | 23 -------\n include/libcamera/ipa/ipu3.mojom      | 43 ++++++++++++\n include/libcamera/ipa/meson.build     |  1 +\n src/ipa/ipu3/ipu3.cpp                 | 74 ++++++++-------------\n src/ipa/ipu3/meson.build              |  6 +-\n src/libcamera/ipc_pipe_unixsocket.cpp |  5 ++\n src/libcamera/pipeline/ipu3/ipu3.cpp  | 96 +++++++++++----------------\n 7 files changed, 118 insertions(+), 130 deletions(-)\n delete mode 100644 include/libcamera/ipa/ipu3.h\n create mode 100644 include/libcamera/ipa/ipu3.mojom"
}