Cover Letter Detail
Show a cover letter.
GET /api/covers/8591/?format=api
{ "id": 8591, "url": "https://patchwork.libcamera.org/api/covers/8591/?format=api", "web_url": "https://patchwork.libcamera.org/cover/8591/", "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": "<20200704004028.21153-1-laurent.pinchart@ideasonboard.com>", "date": "2020-07-04T00:40:16", "name": "[libcamera-devel,00/12] raspberrypi: Report sensor orientation through DT", "submitter": { "id": 2, "url": "https://patchwork.libcamera.org/api/people/2/?format=api", "name": "Laurent Pinchart", "email": "laurent.pinchart@ideasonboard.com" }, "mbox": "https://patchwork.libcamera.org/cover/8591/mbox/", "series": [ { "id": 1080, "url": "https://patchwork.libcamera.org/api/series/1080/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1080", "date": "2020-07-04T00:40:16", "name": "raspberrypi: Report sensor orientation through DT", "version": 1, "mbox": "https://patchwork.libcamera.org/series/1080/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/covers/8591/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 D940CBFFE2\n\tfor <parsemail@patchwork.libcamera.org>;\n\tSat, 4 Jul 2020 00:40:38 +0000 (UTC)", "from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id E4BA060D4D;\n\tSat, 4 Jul 2020 02:40:37 +0200 (CEST)", "from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 432C0603BB\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSat, 4 Jul 2020 02:40:36 +0200 (CEST)", "from pendragon.bb.dnainternet.fi (81-175-216-236.bb.dnainternet.fi\n\t[81.175.216.236])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 997ED29E;\n\tSat, 4 Jul 2020 02:40:35 +0200 (CEST)" ], "Authentication-Results": "lancelot.ideasonboard.com;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"vCJiWRCu\"; dkim-atps=neutral", "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1593823235;\n\tbh=xI5BrCM6GQAsDrf9gclhrGOFOwJE6zphDbSNSHfnqWo=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=vCJiWRCu/6c5E/svKc/t5QbjA2r8AGoDZrHuUbitQIYrPk91zqx35uihXnXfotUuF\n\tk2Bk0K1TLniMk8aK8g7HF0/V+5gpWF8S1aMIH3p/GeDsP5ssFh0BmtGjJh6Ml/gwPC\n\t1zz+x2r59AbaS1SB8gcLgakTqSpgWavejIKZnIKk=", "From": "Laurent Pinchart <laurent.pinchart@ideasonboard.com>", "To": "Dave Stevenson <dave.stevenson@raspberrypi.com>", "Date": "Sat, 4 Jul 2020 03:40:16 +0300", "Message-Id": "<20200704004028.21153-1-laurent.pinchart@ideasonboard.com>", "X-Mailer": "git-send-email 2.27.0", "MIME-Version": "1.0", "Subject": "[libcamera-devel] [PATCH 00/12] raspberrypi: Report sensor\n\torientation through DT", "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=\"us-ascii\"", "Content-Transfer-Encoding": "7bit", "Errors-To": "libcamera-devel-bounces@lists.libcamera.org", "Sender": "\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>" }, "content": "Hi Dave,\n\nThis patch series reports sensor orientation through DT for the OV5647,\nIMX219 and IMX477. The first 8 patches are backported from mainline,\nwhile the last 4 patches are new. Patch 09/12 could possibly be skipped\nfor now, as we don't use the rotation property in the ov5647 DT overlay.\n\nThe patches are based on top of rpi-5.4.y. libcamera patches will follow\nshortly.\n\nJacopo Mondi (8):\n media: dt-bindings: video-interfaces: Document 'orientation' property\n media: dt-bindings: video-interface: Replace 'rotation' description\n media: v4l2-ctrl: Document V4L2_CID_CAMERA_ORIENTATION\n media: v4l2-ctrl: Document V4L2_CID_CAMERA_SENSOR_ROTATION\n media: v4l2-ctrls: Add camera orientation and rotation\n media: v4l2-fwnode: Add helper to parse device properties\n media: v4l2-ctrls: Add helper to register properties\n media: i2c: imx219: Parse and register properties\n\nLaurent Pinchart (4):\n media: i2c: ov5647: Parse and register properties\n media: i2c: imx477: Parse and register properties\n dt/dtoverlays: imx219: Set sensor rotation\n dt/dtoverlays: imx477: Set sensor rotation\n\n .../bindings/media/video-interfaces.txt | 370 +++++++++++++++++-\n .../media/uapi/v4l/ext-ctrls-camera.rst | 151 +++++++\n arch/arm/boot/dts/overlays/imx219-overlay.dts | 2 +\n arch/arm/boot/dts/overlays/imx477-overlay.dts | 2 +\n drivers/media/i2c/imx219.c | 12 +-\n drivers/media/i2c/imx477.c | 12 +-\n drivers/media/i2c/ov5647.c | 13 +-\n drivers/media/v4l2-core/v4l2-ctrls.c | 53 +++\n drivers/media/v4l2-core/v4l2-fwnode.c | 42 ++\n include/media/v4l2-ctrls.h | 26 ++\n include/media/v4l2-fwnode.h | 47 +++\n include/uapi/linux/v4l2-controls.h | 7 +\n 12 files changed, 731 insertions(+), 6 deletions(-)" }