Patch Detail
Show a patch.
GET /api/patches/11610/?format=api
{ "id": 11610, "url": "https://patchwork.libcamera.org/api/patches/11610/?format=api", "web_url": "https://patchwork.libcamera.org/patch/11610/", "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": "<20210317192831.359014-4-nfraprado@collabora.com>", "date": "2021-03-17T19:28:29", "name": "[libcamera-devel,3/5] Documentation: sensor-driver: Fix links to V4L2 documentation", "commit_ref": null, "pull_url": null, "state": "accepted", "archived": false, "hash": "be244ee393f118c4358e54f771f1936155732ab7", "submitter": { "id": 84, "url": "https://patchwork.libcamera.org/api/people/84/?format=api", "name": "Nícolas F. R. A. Prado", "email": "nfraprado@collabora.com" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/11610/mbox/", "series": [ { "id": 1800, "url": "https://patchwork.libcamera.org/api/series/1800/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1800", "date": "2021-03-17T19:28:26", "name": "Minor improvements to the documentation", "version": 1, "mbox": "https://patchwork.libcamera.org/series/1800/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/11610/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/11610/checks/", "tags": {}, "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 61AA5BD80C\n\tfor <parsemail@patchwork.libcamera.org>;\n\tWed, 17 Mar 2021 22:53:49 +0000 (UTC)", "from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id A8DE36084F;\n\tWed, 17 Mar 2021 23:53:47 +0100 (CET)", "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 4C77868D60\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 17 Mar 2021 20:29:18 +0100 (CET)", "from [127.0.0.1] (localhost [127.0.0.1])\n\t(Authenticated sender: nfraprado) with ESMTPSA id 8FCE61F45371" ], "From": "=?utf-8?b?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= <nfraprado@collabora.com>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Wed, 17 Mar 2021 16:28:29 -0300", "Message-Id": "<20210317192831.359014-4-nfraprado@collabora.com>", "X-Mailer": "git-send-email 2.30.2", "In-Reply-To": "<20210317192831.359014-1-nfraprado@collabora.com>", "References": "<20210317192831.359014-1-nfraprado@collabora.com>", "MIME-Version": "1.0", "X-Mailman-Approved-At": "Wed, 17 Mar 2021 23:53:43 +0100", "Subject": "[libcamera-devel] [PATCH 3/5] Documentation: sensor-driver: Fix\n\tlinks to V4L2 documentation", "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": "Chris Chinchilla <chris@gregariousmammal.com>,\n\tSebastian Fricke <sebastian.fricke.linux@gmail.com>", "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": "Fix some links to the V4L2 documentation. The first one is indeed\npointing to the wrong page. The second one has a highlight embedded, so\nnot necessarily wrong, but not needed, so clean it up as well.\n\nSigned-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>\n---\n Documentation/sensor_driver_requirements.rst | 4 ++--\n 1 file changed, 2 insertions(+), 2 deletions(-)", "diff": "diff --git a/Documentation/sensor_driver_requirements.rst b/Documentation/sensor_driver_requirements.rst\nindex 3e800c8e9c13..b0854be3328a 100644\n--- a/Documentation/sensor_driver_requirements.rst\n+++ b/Documentation/sensor_driver_requirements.rst\n@@ -51,7 +51,7 @@ The sensor driver should support the following V4L2 controls:\n * `V4L2_CID_CAMERA_SENSOR_ROTATION`_\n \n .. _V4L2_CID_CAMERA_ORIENTATION: https://www.kernel.org/doc/html/latest/userspace-api/media/v4l/ext-ctrls-camera.html\n-.. _V4L2_CID_CAMERA_SENSOR_ROTATION: https://www.kernel.org/doc/html/latest/userspace-api/media/v4l/ext-ctrls-image-process.html\n+.. _V4L2_CID_CAMERA_SENSOR_ROTATION: https://www.kernel.org/doc/html/latest/userspace-api/media/v4l/ext-ctrls-camera.html\n \n The controls are used to register the camera location and rotation.\n \n@@ -60,7 +60,7 @@ specifically it should implement support for the\n `VIDIOC_SUBDEV_G_SELECTION`_ ioctl with support for the following selection\n targets:\n \n-.. _VIDIOC_SUBDEV_G_SELECTION: https://www.kernel.org/doc/html/latest/userspace-api/media/v4l/vidioc-subdev-g-selection.html?highlight=g_selection#c.V4L.VIDIOC_SUBDEV_G_SELECTION\n+.. _VIDIOC_SUBDEV_G_SELECTION: https://www.kernel.org/doc/html/latest/userspace-api/media/v4l/vidioc-subdev-g-selection.html#c.V4L.VIDIOC_SUBDEV_G_SELECTION\n \n * `V4L2_SEL_TGT_CROP_BOUNDS`_ to report the readable pixel array area size\n * `V4L2_SEL_TGT_CROP_DEFAULT`_ to report the active pixel array area size\n", "prefixes": [ "libcamera-devel", "3/5" ] }