Show a patch.

GET /api/patches/2880/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 2880,
    "url": "https://patchwork.libcamera.org/api/patches/2880/?format=api",
    "web_url": "https://patchwork.libcamera.org/patch/2880/",
    "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": "<20200227030001.333291-2-helen.koike@collabora.com>",
    "date": "2020-02-27T03:00:00",
    "name": "[libcamera-devel,1/2] utils: rkisp1: don't enable immutable link",
    "commit_ref": "700aba5f87f7a448df6a136f09aaada13bc307a5",
    "pull_url": null,
    "state": "accepted",
    "archived": false,
    "hash": "e0a61cbffd64b3bf01ccfa70702e571f689beb97",
    "submitter": {
        "id": 20,
        "url": "https://patchwork.libcamera.org/api/people/20/?format=api",
        "name": "Helen Koike",
        "email": "helen.koike@collabora.com"
    },
    "delegate": null,
    "mbox": "https://patchwork.libcamera.org/patch/2880/mbox/",
    "series": [
        {
            "id": 692,
            "url": "https://patchwork.libcamera.org/api/series/692/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=692",
            "date": "2020-02-27T02:59:59",
            "name": "rkisp1: don't enable immutable link",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/692/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/patches/2880/comments/",
    "check": "pending",
    "checks": "https://patchwork.libcamera.org/api/patches/2880/checks/",
    "tags": {},
    "headers": {
        "Return-Path": "<helen.koike@collabora.com>",
        "Received": [
            "from bhuna.collabora.co.uk (bhuna.collabora.co.uk\n\t[IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id AD85060429\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 27 Feb 2020 04:00:13 +0100 (CET)",
            "from [127.0.0.1] (localhost [127.0.0.1])\n\t(Authenticated sender: koike) with ESMTPSA id C3477295765"
        ],
        "From": "Helen Koike <helen.koike@collabora.com>",
        "To": "libcamera-devel@lists.libcamera.org",
        "Cc": "kernel@collabora.com, tfiga@chromium.org, niklas.soderlund@ragnatech.se, \n\tdafna.hirschfeld@collabora.com",
        "Date": "Thu, 27 Feb 2020 00:00:00 -0300",
        "Message-Id": "<20200227030001.333291-2-helen.koike@collabora.com>",
        "X-Mailer": "git-send-email 2.25.0",
        "In-Reply-To": "<20200227030001.333291-1-helen.koike@collabora.com>",
        "References": "<20200227030001.333291-1-helen.koike@collabora.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH 1/2] utils: rkisp1: don't enable immutable\n\tlink",
        "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>",
        "X-List-Received-Date": "Thu, 27 Feb 2020 03:00:13 -0000"
    },
    "content": "Link between resizer and capture is immutable and doesn't need to be\nenabled.\n\nSigned-off-by: Helen Koike <helen.koike@collabora.com>\n---\n utils/rkisp1/rkisp1-capture.sh | 1 -\n 1 file changed, 1 deletion(-)",
    "diff": "diff --git a/utils/rkisp1/rkisp1-capture.sh b/utils/rkisp1/rkisp1-capture.sh\nindex 4b789b6..4d09f5d 100755\n--- a/utils/rkisp1/rkisp1-capture.sh\n+++ b/utils/rkisp1/rkisp1-capture.sh\n@@ -70,7 +70,6 @@ configure_pipeline() {\n \n \t$mediactl -l \"'$sensor':0 -> 'rkisp1_isp':0 [1]\"\n \t$mediactl -l \"'rkisp1_isp':2 -> 'rkisp1_resizer_mainpath':0 [1]\"\n-\t$mediactl -l \"'rkisp1_resizer_mainpath':1 -> 'rkisp1_mainpath':0 [1]\"\n \n \t$mediactl -V \"\\\"$sensor\\\":0 [$format]\"\n \t$mediactl -V \"'rkisp1_isp':0 [$format crop:(0,0)/$sensor_size]\"\n",
    "prefixes": [
        "libcamera-devel",
        "1/2"
    ]
}