Show a cover letter.

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

{
    "id": 833336,
    "url": "http://patchwork.ozlabs.org/api/1.2/covers/833336/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/linux-i2c/cover/20171102124731.10484-1-wsa+renesas@sang-engineering.com/",
    "project": {
        "id": 35,
        "url": "http://patchwork.ozlabs.org/api/1.2/projects/35/?format=api",
        "name": "Linux I2C development",
        "link_name": "linux-i2c",
        "list_id": "linux-i2c.vger.kernel.org",
        "list_email": "linux-i2c@vger.kernel.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": "",
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "msgid": "<20171102124731.10484-1-wsa+renesas@sang-engineering.com>",
    "list_archive_url": null,
    "date": "2017-11-02T12:47:26",
    "name": "[RFT,0/5] i2c: sh_mobile: refactor HW init/deinit",
    "submitter": {
        "id": 69646,
        "url": "http://patchwork.ozlabs.org/api/1.2/people/69646/?format=api",
        "name": "Wolfram Sang",
        "email": "wsa+renesas@sang-engineering.com"
    },
    "mbox": "http://patchwork.ozlabs.org/project/linux-i2c/cover/20171102124731.10484-1-wsa+renesas@sang-engineering.com/mbox/",
    "series": [
        {
            "id": 11496,
            "url": "http://patchwork.ozlabs.org/api/1.2/series/11496/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/linux-i2c/list/?series=11496",
            "date": "2017-11-02T12:47:26",
            "name": "i2c: sh_mobile: refactor HW init/deinit",
            "version": 1,
            "mbox": "http://patchwork.ozlabs.org/series/11496/mbox/"
        }
    ],
    "comments": "http://patchwork.ozlabs.org/api/covers/833336/comments/",
    "headers": {
        "Return-Path": "<linux-i2c-owner@vger.kernel.org>",
        "X-Original-To": "incoming@patchwork.ozlabs.org",
        "Delivered-To": "patchwork-incoming@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=linux-i2c-owner@vger.kernel.org;\n\treceiver=<UNKNOWN>)",
        "Received": [
            "from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3ySPxq3y4nz9sNc\n\tfor <incoming@patchwork.ozlabs.org>;\n\tThu,  2 Nov 2017 23:47:43 +1100 (AEDT)",
            "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1754988AbdKBMrl (ORCPT <rfc822;incoming@patchwork.ozlabs.org>);\n\tThu, 2 Nov 2017 08:47:41 -0400",
            "from sauhun.de ([88.99.104.3]:33841 \"EHLO pokefinder.org\"\n\trhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP\n\tid S1751974AbdKBMrl (ORCPT <rfc822;linux-i2c@vger.kernel.org>);\n\tThu, 2 Nov 2017 08:47:41 -0400",
            "from localhost (p54B33C39.dip0.t-ipconnect.de [84.179.60.57])\n\tby pokefinder.org (Postfix) with ESMTPSA id A928C2C3228;\n\tThu,  2 Nov 2017 13:47:39 +0100 (CET)"
        ],
        "From": "Wolfram Sang <wsa+renesas@sang-engineering.com>",
        "To": "linux-i2c@vger.kernel.org",
        "Cc": "linux-renesas-soc@vger.kernel.org,\n\tYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>,\n\tJacopo Mondi <jacopo@jmondi.org>,\n\tWolfram Sang <wsa+renesas@sang-engineering.com>",
        "Subject": "[PATCH RFT 0/5] i2c: sh_mobile: refactor HW init/deinit",
        "Date": "Thu,  2 Nov 2017 13:47:26 +0100",
        "Message-Id": "<20171102124731.10484-1-wsa+renesas@sang-engineering.com>",
        "X-Mailer": "git-send-email 2.11.0",
        "Sender": "linux-i2c-owner@vger.kernel.org",
        "Precedence": "bulk",
        "List-ID": "<linux-i2c.vger.kernel.org>",
        "X-Mailing-List": "linux-i2c@vger.kernel.org"
    },
    "content": "When clearing the ICE bit, all registers fall back to their defaut value. That\nallows for some simplifications in the code.\n\nTested on a Renesas Lager board (R-Car H2) doing a bunch of consecutive\ncommands. No spurious interrupts have been observed and the signals look\nexactly the same when visualized with sigrok.\n\nAccording to the docs, the ICE bit behaviour is the same since the beginning of\nthis driver (sh7722) for the migo-r board.\n\njacopo: can you please test this series while you work on migo-r anyhow? Thank\nyou a ton for that!\n\nLooking forward to other comments, as well...\n\n\nWolfram Sang (5):\n  i2c: sh_mobile: remove redundant initialization\n  i2c: sh_mobile: remove redundant deinitialization\n  i2c: sh_mobile: manually \"inline\" two short functions\n  i2c: sh_mobile: use direct writes when accessing ICE bit\n  i2c: sh_mobile: shorten exit of xfer routine\n\n drivers/i2c/busses/i2c-sh_mobile.c | 50 +++++++++-----------------------------\n 1 file changed, 12 insertions(+), 38 deletions(-)"
}