Show a cover letter.

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

{
    "id": 289,
    "url": "https://patchwork.libcamera.org/api/covers/289/?format=api",
    "web_url": "https://patchwork.libcamera.org/cover/289/",
    "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": "<20190121105725.8351-1-jacopo@jmondi.org>",
    "date": "2019-01-21T10:57:23",
    "name": "[libcamera-devel,v3,0/2] libcamera: pipeline: Add Intel IPU3 pipeline handler",
    "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/289/mbox/",
    "series": [
        {
            "id": 99,
            "url": "https://patchwork.libcamera.org/api/series/99/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=99",
            "date": "2019-01-21T10:57:23",
            "name": "libcamera: pipeline: Add Intel IPU3 pipeline handler",
            "version": 3,
            "mbox": "https://patchwork.libcamera.org/series/99/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/covers/289/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 5FF8560B21\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 21 Jan 2019 11:57:21 +0100 (CET)",
            "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 E2F6560004;\n\tMon, 21 Jan 2019 10:57:20 +0000 (UTC)"
        ],
        "X-Originating-IP": "2.224.242.101",
        "From": "Jacopo Mondi <jacopo@jmondi.org>",
        "To": "libcamera-devel@lists.libcamera.org",
        "Date": "Mon, 21 Jan 2019 11:57:23 +0100",
        "Message-Id": "<20190121105725.8351-1-jacopo@jmondi.org>",
        "X-Mailer": "git-send-email 2.20.1",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH v3 0/2] libcamera: pipeline: Add Intel\n\tIPU3 pipeline handler",
        "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, 21 Jan 2019 10:57:21 -0000"
    },
    "content": "Hello,\n   re-based the IPU3 pipeline on most recent master with Laurent's object\nlifetime management and pushed patches 1 and 2 from v2.\n\nRe-basing on lifetime management greatly simplified the pipeline handler, which\nat the moment creates cameras as shared objects, and register them to the\ncamera manager without keeping any existing reference to them.\n\nI have dropped patches for the list-cameras test and a nack-ed patch that made\nthe pipeline naming more expressive.\n\nTested on Soraka, same results as v2.\n\nThanks\n  j\n\nJacopo Mondi (2):\n  libcamera: pipeline: Add Intel IPU3 pipeline\n  test: pipeline: IPU3: Add IPU3 pipeline test\n\n src/libcamera/pipeline/ipu3/ipu3.cpp      | 216 ++++++++++++++++++++++\n src/libcamera/pipeline/ipu3/meson.build   |   3 +\n src/libcamera/pipeline/meson.build        |   2 +\n test/meson.build                          |   3 +\n test/pipeline/ipu3/ipu3_pipeline_test.cpp | 140 ++++++++++++++\n test/pipeline/ipu3/meson.build            |  11 ++\n test/pipeline/meson.build                 |   1 +\n 7 files changed, 376 insertions(+)\n create mode 100644 src/libcamera/pipeline/ipu3/ipu3.cpp\n create mode 100644 src/libcamera/pipeline/ipu3/meson.build\n create mode 100644 test/pipeline/ipu3/ipu3_pipeline_test.cpp\n create mode 100644 test/pipeline/ipu3/meson.build\n create mode 100644 test/pipeline/meson.build\n\n--\n2.20.1"
}