Show a cover letter.

GET /api/1.1/covers/4144/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 4144,
    "url": "https://patchwork.libcamera.org/api/1.1/covers/4144/?format=api",
    "web_url": "https://patchwork.libcamera.org/cover/4144/",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/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": "<20200623100815.10674-1-jacopo@jmondi.org>",
    "date": "2020-06-23T10:07:50",
    "name": "[libcamera-devel,00/25] media: ov5647: Support RaspberryPi Camera Module v1",
    "submitter": {
        "id": 3,
        "url": "https://patchwork.libcamera.org/api/1.1/people/3/?format=api",
        "name": "Jacopo Mondi",
        "email": "jacopo@jmondi.org"
    },
    "mbox": "https://patchwork.libcamera.org/cover/4144/mbox/",
    "series": [
        {
            "id": 1030,
            "url": "https://patchwork.libcamera.org/api/1.1/series/1030/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1030",
            "date": "2020-06-23T10:07:50",
            "name": "media: ov5647: Support RaspberryPi Camera Module v1",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/1030/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/covers/4144/comments/",
    "headers": {
        "Return-Path": "<jacopo@jmondi.org>",
        "Received": [
            "from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net\n\t[217.70.183.198])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 9EE01609A3\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue, 23 Jun 2020 12:05:08 +0200 (CEST)",
            "from uno.lan (93-34-118-233.ip49.fastwebnet.it [93.34.118.233])\n\t(Authenticated sender: jacopo@jmondi.org)\n\tby relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 1409FC0016;\n\tTue, 23 Jun 2020 10:05:02 +0000 (UTC)"
        ],
        "X-Originating-IP": "93.34.118.233",
        "From": "Jacopo Mondi <jacopo@jmondi.org>",
        "To": "mchehab@kernel.org, sakari.ailus@linux.intel.com, hverkuil@xs4all.nl,\n\tlaurent.pinchart@ideasonboard.com, roman.kovalivskyi@globallogic.com, \n\tdave.stevenson@raspberrypi.org, naush@raspberrypi.com",
        "Cc": "Jacopo Mondi <jacopo@jmondi.org>, mrodin@de.adit-jv.com,\n\thugues.fruchet@st.com, mripard@kernel.org, aford173@gmail.com,\n\tsudipi@jp.adit-jv.com, andrew_gabbasov@mentor.com,\n\terosca@de.adit-jv.com, \n\tlinux-media@vger.kernel.org, libcamera-devel@lists.libcamera.org",
        "Date": "Tue, 23 Jun 2020 12:07:50 +0200",
        "Message-Id": "<20200623100815.10674-1-jacopo@jmondi.org>",
        "X-Mailer": "git-send-email 2.27.0",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH 00/25] media: ov5647: Support RaspberryPi\n\tCamera Module v1",
        "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": "Tue, 23 Jun 2020 10:05:08 -0000"
    },
    "content": "-------------------------------------------------------------------------------\nSecond attempt after my ISP blocked the part of the first sending.\nAlso removed Luis Oliveira email from the receiver list as it gets\nbounced back.\n550 5.1.1 ... User unknown\n-------------------------------------------------------------------------------\n\nHello,\n  this series improves and expand the existing ov5647 sensor driver to\nthe same feature level as found in RaspberryPi BSP.\n\nIt is based on recent media tree master and the sensor bindings conversion\nto dt-schema I sent out a few days ago:\n\"[PATCH 0/2] dt-bidings: media: ov5647 bindings + small fix\"\n\nThe first patches in the series has been sent by Roman as part of\n\"[PATCH v2 0/6] ov5647 driver improvement\"\nI took his patches in, addressed review comments and rebased on top\nof the new dt-schema bindings. I kept the extensive receiver list he had\nin his series for this reason.\n\nThe series continues by polishing and cleaning up the driver and expanding\nits functionalities to support multiple modes and image formats.\n\nThe series has been tested with libcamera and the driver functionalities\ncompared with the BSP driver ones, and tested stand-alone by capturing\nraw frames with yavta.\n\nThanks\n   j\n\nDave Stevenson (8):\n  media: ov5647: Add support for PWDN GPIO.\n  media: ov5647: Add support for non-continuous clock mode\n  media: ov5647: Add set_fmt and get_fmt calls.\n  media: ov5647: Add support for get_selection()\n  media: ov5647: Set V4L2_SUBDEV_FL_HAS_EVENTS flag\n  media: ov5647: Support V4L2_CID_PIXEL_RATE\n  media: ov5647: Support V4L2_CID_VBLANK control\n  media: ov5647: Advertise the correct exposure range\n\nDavid Plowman (1):\n  media: ov5647: Support gain, exposure and AWB controls\n\nJacopo Mondi (16):\n  dt-bindings: media: ov5647: Document pwdn-gpios\n  dt-bindings: media: ov5647: Document clock-noncontinuous\n  media: ov5647: Fix format initialization\n  media: ov5647: Fix style issues\n  media: ov5647: Replace license with SPDX identifier\n  media: ov5647: Fix return value from read/write\n  media: ov5647: Program mode at s_stream(1) time\n  media: ov5647: Implement enum_frame_size()\n  media: ov5647: Protect s_stream() with mutex\n  media: ov5647: Rationalize driver structure name\n  media: ov5647: Break out format handling\n  media: ov5647: Rename SBGGR8 VGA mode\n  media: ov5647: Add SGGBR10_1X10 modes\n  media: ov5647: Implement set_fmt pad operation\n  media: ov5647: Program mode only if it has changed\n  media: ov5647: Support V4L2_CID_HBLANK control\n\n .../devicetree/bindings/media/i2c/ov5647.yaml |   11 +\n drivers/media/i2c/ov5647.c                    | 1267 +++++++++++++++--\n 2 files changed, 1126 insertions(+), 152 deletions(-)\n\n--\n2.27.0"
}