{"id":10882,"url":"https://patchwork.libcamera.org/api/1.1/patches/10882/?format=json","web_url":"https://patchwork.libcamera.org/patch/10882/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/1.1/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20210118114624.13240-1-jacopo@jmondi.org>","date":"2021-01-18T11:46:23","name":"[libcamera-devel,1/2] Documentation: sensor-drivers: Reorder introduction","commit_ref":"fc2835888172d090e48900262b1e4c50d1074061","pull_url":null,"state":"accepted","archived":false,"hash":"acd2c433b8f174c22da44401b83ee44a4acc0bb2","submitter":{"id":3,"url":"https://patchwork.libcamera.org/api/1.1/people/3/?format=json","name":"Jacopo Mondi","email":"jacopo@jmondi.org"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/10882/mbox/","series":[{"id":1581,"url":"https://patchwork.libcamera.org/api/1.1/series/1581/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=1581","date":"2021-01-18T11:46:23","name":"[libcamera-devel,1/2] Documentation: sensor-drivers: Reorder introduction","version":1,"mbox":"https://patchwork.libcamera.org/series/1581/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/10882/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/10882/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 002F5BD808\n\tfor <parsemail@patchwork.libcamera.org>;\n\tMon, 18 Jan 2021 11:46:15 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 6822368122;\n\tMon, 18 Jan 2021 12:46:15 +0100 (CET)","from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net\n\t[217.70.183.194])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id BE5606010B\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 18 Jan 2021 12:46:14 +0100 (CET)","from uno.lan (93-34-118-233.ip49.fastwebnet.it [93.34.118.233])\n\t(Authenticated sender: jacopo@jmondi.org)\n\tby relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 3301940016;\n\tMon, 18 Jan 2021 11:46:13 +0000 (UTC)"],"X-Originating-IP":"93.34.118.233","From":"Jacopo Mondi <jacopo@jmondi.org>","To":"libcamera-devel@lists.libcamera.org","Date":"Mon, 18 Jan 2021 12:46:23 +0100","Message-Id":"<20210118114624.13240-1-jacopo@jmondi.org>","X-Mailer":"git-send-email 2.29.2","MIME-Version":"1.0","Subject":"[libcamera-devel] [PATCH 1/2] Documentation: sensor-drivers:\n\tReorder introduction","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>","Content-Type":"text/plain; charset=\"us-ascii\"","Content-Transfer-Encoding":"7bit","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"Reorder the introductory section of the sensor driver requirements\ndocument to match the expected English language syntax.\n\nSuggested-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\nSigned-off-by: Jacopo Mondi <jacopo@jmondi.org>\n---\n Documentation/sensor_driver_requirements.rst | 8 ++++----\n 1 file changed, 4 insertions(+), 4 deletions(-)","diff":"diff --git a/Documentation/sensor_driver_requirements.rst b/Documentation/sensor_driver_requirements.rst\nindex 0e658aaa03b5..8cd24c15ca63 100644\n--- a/Documentation/sensor_driver_requirements.rst\n+++ b/Documentation/sensor_driver_requirements.rst\n@@ -6,15 +6,15 @@ Sensor Driver Requirements\n ==========================\n \n libcamera handles imaging devices in the CameraSensor class and defines\n-through its API a consistent interface towards other library components.\n+a consistent interface through its API towards other library components.\n \n The CameraSensor class uses the V4L2 subdev kernel API to interface with the\n camera sensor through one or multiple sub-devices exposed in userspace by\n the sensor driver.\n \n-In order for libcamera to be fully operational and provide to applications and\n-pipeline handlers all the required information to interface with the camera\n-sensor, a set of mandatory and optional features the driver has to support\n+In order for libcamera to be fully operational and provide all the required\n+information to interface with the camera sensor to applications and pipeline\n+handlers, a set of mandatory and optional features the driver has to support\n has been defined.\n \n Mandatory Requirements\n","prefixes":["libcamera-devel","1/2"]}