Show a cover letter.

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

{
    "id": 819099,
    "url": "http://patchwork.ozlabs.org/api/covers/819099/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/cover/20170927113747.2770-1-mylene.josserand@free-electrons.com/",
    "project": {
        "id": 37,
        "url": "http://patchwork.ozlabs.org/api/projects/37/?format=api",
        "name": "Devicetree Bindings",
        "link_name": "devicetree-bindings",
        "list_id": "devicetree.vger.kernel.org",
        "list_email": "devicetree@vger.kernel.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": "",
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "msgid": "<20170927113747.2770-1-mylene.josserand@free-electrons.com>",
    "list_archive_url": null,
    "date": "2017-09-27T11:37:45",
    "name": "[v3,0/2] Input: Add Cypress Gen5 Touchscreen driver",
    "submitter": {
        "id": 68594,
        "url": "http://patchwork.ozlabs.org/api/people/68594/?format=api",
        "name": "Mylene Josserand",
        "email": "mylene.josserand@free-electrons.com"
    },
    "mbox": "http://patchwork.ozlabs.org/project/devicetree-bindings/cover/20170927113747.2770-1-mylene.josserand@free-electrons.com/mbox/",
    "series": [
        {
            "id": 5340,
            "url": "http://patchwork.ozlabs.org/api/series/5340/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/list/?series=5340",
            "date": "2017-09-27T11:37:45",
            "name": "Input: Add Cypress Gen5 Touchscreen driver",
            "version": 3,
            "mbox": "http://patchwork.ozlabs.org/series/5340/mbox/"
        }
    ],
    "comments": "http://patchwork.ozlabs.org/api/covers/819099/comments/",
    "headers": {
        "Return-Path": "<devicetree-owner@vger.kernel.org>",
        "X-Original-To": "incoming-dt@patchwork.ozlabs.org",
        "Delivered-To": "patchwork-incoming-dt@bilbo.ozlabs.org",
        "Authentication-Results": "ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=devicetree-owner@vger.kernel.org; receiver=<UNKNOWN>)",
        "Received": [
            "from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3y2G6L0ZKJz9tXp\n\tfor <incoming-dt@patchwork.ozlabs.org>;\n\tWed, 27 Sep 2017 21:38:18 +1000 (AEST)",
            "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751471AbdI0LiP (ORCPT\n\t<rfc822;incoming-dt@patchwork.ozlabs.org>);\n\tWed, 27 Sep 2017 07:38:15 -0400",
            "from mail.free-electrons.com ([62.4.15.54]:60969 \"EHLO\n\tmail.free-electrons.com\" rhost-flags-OK-OK-OK-OK) by vger.kernel.org\n\twith ESMTP id S1750854AbdI0LiO (ORCPT\n\t<rfc822; devicetree@vger.kernel.org>); Wed, 27 Sep 2017 07:38:14 -0400",
            "by mail.free-electrons.com (Postfix, from userid 110)\n\tid B294F20850; Wed, 27 Sep 2017 13:38:12 +0200 (CEST)",
            "from dell-desktop.par1.mozilla.com (unknown [195.81.232.10])\n\tby mail.free-electrons.com (Postfix) with ESMTPSA id 8DB2E208CC;\n\tWed, 27 Sep 2017 13:38:02 +0200 (CEST)"
        ],
        "X-Spam-Checker-Version": "SpamAssassin 3.4.0 (2014-02-07) on\n\tmail.free-electrons.com",
        "X-Spam-Level": "",
        "X-Spam-Status": "No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT\n\tshortcircuit=ham autolearn=disabled version=3.4.0",
        "From": "=?utf-8?q?Myl=C3=A8ne_Josserand?= <mylene.josserand@free-electrons.com>",
        "To": "dmitry.torokhov@gmail.com, robh+dt@kernel.org, mark.rutland@arm.com",
        "Cc": "linux-kernel@vger.kernel.org, linux-input@vger.kernel.org,\n\tdevicetree@vger.kernel.org, thomas.petazzoni@free-electrons.com,\n\tmaxime.ripard@free-electrons.com, mylene.josserand@free-electrons.com",
        "Subject": "[PATCH v3 0/2] Input: Add Cypress Gen5 Touchscreen driver",
        "Date": "Wed, 27 Sep 2017 13:37:45 +0200",
        "Message-Id": "<20170927113747.2770-1-mylene.josserand@free-electrons.com>",
        "X-Mailer": "git-send-email 2.11.0",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=UTF-8",
        "Content-Transfer-Encoding": "8bit",
        "Sender": "devicetree-owner@vger.kernel.org",
        "Precedence": "bulk",
        "List-ID": "<devicetree.vger.kernel.org>",
        "X-Mailing-List": "devicetree@vger.kernel.org"
    },
    "content": "Hi everyone,\n\nHere is a V3 serie to add the driver of the touchscreen Cypress,\nTrueTouch Generation 5.\nBased on last master branch of \"input\" kernel's tree, last commit 8d25fee28450.\n\nThis touchscreen is similar to Cypress generation 4 but the\nregisters are different.\n\nThis driver uses regmap as it is possible to use I2C or SPI\nbusses. Currently, only the I2C support are available in the driver.\nThis touchscreen can handle some multitouch event as buttons using\nsome defined zone. That is why the driver handles buttons and\nmultitouch events.\n\nChanges since v2:\n   - Removed pinctrl in dt-binding example which is uncessecary.\n   - Added Acked-by and Reviewd-by received.\nChanges since v1:\n   - Updated the driver according to reviews. Most important modifications:\n   removed unnecessary mutex, updated dev_err output, handled return cases\n   in a better way, created a HID_ENUM, removed magic value, used an\n   existing CRC table and used \"linux-keycodes\" instead of sub-nodes.\n   - Updated the dt-bindings to use linux-keycodes and removed properties'\n   description that comes from touchscreen's binding.\n\nPatch 01: Add the basis of the driver for Cypress Gen5 Touchscreen.\nPatch 02: Add the binding documentation for this driver.\n\nIf you have any remarks, let me know.\n\nThank you in advance,\nMylène\n\nMylène Josserand (2):\n  Input: Add driver for Cypress Generation 5 touchscreen\n  dt-bindings: input: Add documentation for cyttsp5\n\n .../bindings/input/touchscreen/cypress,cyttsp5.txt |   39 +\n drivers/input/touchscreen/Kconfig                  |   15 +\n drivers/input/touchscreen/Makefile                 |    1 +\n drivers/input/touchscreen/cyttsp5.c                | 1110 ++++++++++++++++++++\n 4 files changed, 1165 insertions(+)\n create mode 100644 Documentation/devicetree/bindings/input/touchscreen/cypress,cyttsp5.txt\n create mode 100644 drivers/input/touchscreen/cyttsp5.c"
}