Cover Letter Detail
Show a cover letter.
GET /api/covers/3725/?format=api
{ "id": 3725, "url": "https://patchwork.libcamera.org/api/covers/3725/?format=api", "web_url": "https://patchwork.libcamera.org/cover/3725/", "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": "<20200509090456.3496481-1-jacopo@jmondi.org>", "date": "2020-05-09T09:04:43", "name": "[libcamera-devel,v11,00/13] media: report camera properties", "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/3725/mbox/", "series": [ { "id": 889, "url": "https://patchwork.libcamera.org/api/series/889/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=889", "date": "2020-05-09T09:04:43", "name": "media: report camera properties", "version": 11, "mbox": "https://patchwork.libcamera.org/series/889/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/covers/3725/comments/", "headers": { "Return-Path": "<jacopo@jmondi.org>", "Received": [ "from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net\n\t[217.70.183.197])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id A5123603E2\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSat, 9 May 2020 11:01:53 +0200 (CEST)", "from uno.homenet.telecomitalia.it (a-ur1-85.tin.it\n\t[212.216.150.148]) (Authenticated sender: jacopo@jmondi.org)\n\tby relay5-d.mail.gandi.net (Postfix) with ESMTPSA id D51221C0002;\n\tSat, 9 May 2020 09:01:50 +0000 (UTC)" ], "X-Originating-IP": "212.216.150.148", "From": "Jacopo Mondi <jacopo@jmondi.org>", "To": "linux-media@vger.kernel.org (open list:MEDIA INPUT INFRASTRUCTURE\n\t(V4L/DVB)), libcamera-devel@lists.libcamera.org,\n\tMauro Carvalho Chehab <mchehab@kernel.org>,\n\tHans Verkuil <hverkuil-cisco@xs4all.nl>,\n\tSakari Ailus <sakari.ailus@linux.intel.com>,\n\tLaurent Pinchart <laurent.pinchart@ideasonboard.com>", "Cc": "Jacopo Mondi <jacopo@jmondi.org>,\n\ttfiga@google.com,\n\tpavel@ucw.cz", "Date": "Sat, 9 May 2020 11:04:43 +0200", "Message-Id": "<20200509090456.3496481-1-jacopo@jmondi.org>", "X-Mailer": "git-send-email 2.26.1", "MIME-Version": "1.0", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH v11 00/13] media: report camera properties", "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": "Sat, 09 May 2020 09:01:53 -0000" }, "content": "Hello,\n I've addressed Hans comments on naming and control registration.\n\nI've moved \"dt-bindings: Add media properties\" to the end so that it can be left\nout if controversial.\n\n\nv10->v11\n- s/V4L2_ORIENTATION/V4L2_CAMERA_ORIENTATION\n- Minor adjustments to the controls registration\n\nv9->v10:\n- s/location/orientation and documentation update\n- Add DT bindings header for media properties\n- Make V4L2_CID_CAMERA_ORIENTATION a TYPE_MENU control\n- Add patch for imx219\n\nv8->v9:\n- Rebased on media master which has moved media documentation\n\nv7->v8:\n- Add Rob's ack to 03/11\n- Address Hans typographical comments in 03/11\n\nJacopo Mondi (13):\n dt-bindings: video-interfaces: Document 'orientation' property\n 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 include: v4l2-ctrl: Sort forward declarations\n media: v4l2-ctrls: Sort includes alphabetically\n media: v4l2-ctrls: Add helper to register properties\n media: i2c: ov5670: Parse and register properties\n media: i2c: ov13858: Parse and register properties\n media: i2c: imx219: Parse and register properties\n dt-bindings: Add media properties\n\n .../bindings/media/video-interfaces.txt | 372 +++++++++++++++++-\n .../media/v4l/ext-ctrls-camera.rst | 151 +++++++\n drivers/media/i2c/imx219.c | 12 +-\n drivers/media/i2c/ov13858.c | 13 +-\n drivers/media/i2c/ov5670.c | 14 +-\n drivers/media/v4l2-core/v4l2-ctrls.c | 61 ++-\n drivers/media/v4l2-core/v4l2-fwnode.c | 42 ++\n include/dt-bindings/media/video-interfaces.h | 15 +\n include/media/v4l2-ctrls.h | 34 +-\n include/media/v4l2-fwnode.h | 47 +++\n include/uapi/linux/v4l2-controls.h | 7 +\n 11 files changed, 753 insertions(+), 15 deletions(-)\n create mode 100644 include/dt-bindings/media/video-interfaces.h\n\n--\n2.26.1" }