Patch Detail
get:
Show a patch.
patch:
Update a patch.
put:
Update a patch.
GET /api/patches/806658/?format=api
{ "id": 806658, "url": "http://patchwork.ozlabs.org/api/patches/806658/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-i2c/patch/20170828164029.2274-1-hdegoede@redhat.com/", "project": { "id": 35, "url": "http://patchwork.ozlabs.org/api/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": "<20170828164029.2274-1-hdegoede@redhat.com>", "list_archive_url": null, "date": "2017-08-28T16:40:29", "name": "MAINTAINERS: Add entry for drivers/i2c/busses/i2c-cht-wc.c", "commit_ref": null, "pull_url": null, "state": "accepted", "archived": false, "hash": "1739a08d87b04b95906b5a2d5234b107eb06fc1c", "submitter": { "id": 1893, "url": "http://patchwork.ozlabs.org/api/people/1893/?format=api", "name": "Hans de Goede", "email": "hdegoede@redhat.com" }, "delegate": null, "mbox": "http://patchwork.ozlabs.org/project/linux-i2c/patch/20170828164029.2274-1-hdegoede@redhat.com/mbox/", "series": [ { "id": 214, "url": "http://patchwork.ozlabs.org/api/series/214/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-i2c/list/?series=214", "date": "2017-08-28T16:40:29", "name": "MAINTAINERS: Add entry for drivers/i2c/busses/i2c-cht-wc.c", "version": 1, "mbox": "http://patchwork.ozlabs.org/series/214/mbox/" } ], "comments": "http://patchwork.ozlabs.org/api/patches/806658/comments/", "check": "pending", "checks": "http://patchwork.ozlabs.org/api/patches/806658/checks/", "tags": {}, "related": [], "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>)", "ext-mx03.extmail.prod.ext.phx2.redhat.com;\n\tdmarc=none (p=none dis=none) header.from=redhat.com", "ext-mx03.extmail.prod.ext.phx2.redhat.com;\n\tspf=fail smtp.mailfrom=hdegoede@redhat.com" ], "Received": [ "from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xgyDy3Z20z9s4q\n\tfor <incoming@patchwork.ozlabs.org>;\n\tTue, 29 Aug 2017 02:40:34 +1000 (AEST)", "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751218AbdH1Qkd (ORCPT <rfc822;incoming@patchwork.ozlabs.org>);\n\tMon, 28 Aug 2017 12:40:33 -0400", "from mx1.redhat.com ([209.132.183.28]:44112 \"EHLO mx1.redhat.com\"\n\trhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP\n\tid S1751198AbdH1Qkc (ORCPT <rfc822;linux-i2c@vger.kernel.org>);\n\tMon, 28 Aug 2017 12:40:32 -0400", "from smtp.corp.redhat.com\n\t(int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15])\n\t(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby mx1.redhat.com (Postfix) with ESMTPS id 91C6A80F6D;\n\tMon, 28 Aug 2017 16:40:32 +0000 (UTC)", "from shalem.localdomain.com (ovpn-117-211.ams2.redhat.com\n\t[10.36.117.211])\n\tby smtp.corp.redhat.com (Postfix) with ESMTP id BB2757F495;\n\tMon, 28 Aug 2017 16:40:31 +0000 (UTC)" ], "DMARC-Filter": "OpenDMARC Filter v1.3.2 mx1.redhat.com 91C6A80F6D", "From": "Hans de Goede <hdegoede@redhat.com>", "To": "Wolfram Sang <wsa@the-dreams.de>", "Cc": "Hans de Goede <hdegoede@redhat.com>, linux-i2c@vger.kernel.org", "Subject": "[PATCH] MAINTAINERS: Add entry for drivers/i2c/busses/i2c-cht-wc.c", "Date": "Mon, 28 Aug 2017 18:40:29 +0200", "Message-Id": "<20170828164029.2274-1-hdegoede@redhat.com>", "X-Scanned-By": "MIMEDefang 2.79 on 10.5.11.15", "X-Greylist": "Sender IP whitelisted, not delayed by milter-greylist-4.5.16\n\t(mx1.redhat.com [10.5.110.27]);\n\tMon, 28 Aug 2017 16:40:32 +0000 (UTC)", "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": "Add an entry for drivers/i2c/busses/i2c-cht-wc.c and add myself as\nmaintainer of this driver.\n\nSigned-off-by: Hans de Goede <hdegoede@redhat.com>\n---\n MAINTAINERS | 6 ++++++\n 1 file changed, 6 insertions(+)", "diff": "diff --git a/MAINTAINERS b/MAINTAINERS\nindex db633caa5a1d..d6eb0bf29bcc 100644\n--- a/MAINTAINERS\n+++ b/MAINTAINERS\n@@ -6378,6 +6378,12 @@ F:\tdrivers/i2c/busses/i2c-sis96x.c\n F:\tdrivers/i2c/busses/i2c-via.c\n F:\tdrivers/i2c/busses/i2c-viapro.c\n \n+I2C/SMBUS INTEL CHT WHISKEY COVE PMIC DRIVER\n+M:\tHans de Goede <hdegoede@redhat.com>\n+L:\tlinux-i2c@vger.kernel.org\n+S:\tMaintained\n+F:\tdrivers/i2c/busses/i2c-cht-wc.c\n+\n I2C/SMBUS ISMT DRIVER\n M:\tSeth Heasley <seth.heasley@intel.com>\n M:\tNeil Horman <nhorman@tuxdriver.com>\n", "prefixes": [] }