Patch Detail
get:
Show a patch.
patch:
Update a patch.
put:
Update a patch.
GET /api/patches/803834/?format=api
{ "id": 803834, "url": "http://patchwork.ozlabs.org/api/patches/803834/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-i2c/patch/1503286614-17670-2-git-send-email-jun.gao@mediatek.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": "<1503286614-17670-2-git-send-email-jun.gao@mediatek.com>", "list_archive_url": null, "date": "2017-08-21T03:36:52", "name": "[v4,1/3] dt-bindings: i2c: modify information formats", "commit_ref": null, "pull_url": null, "state": "accepted", "archived": false, "hash": "58ec4c39374a52b5a5e777b6db93df19d8ec0abf", "submitter": { "id": 70804, "url": "http://patchwork.ozlabs.org/api/people/70804/?format=api", "name": "Jun Gao", "email": "jun.gao@mediatek.com" }, "delegate": null, "mbox": "http://patchwork.ozlabs.org/project/linux-i2c/patch/1503286614-17670-2-git-send-email-jun.gao@mediatek.com/mbox/", "series": [], "comments": "http://patchwork.ozlabs.org/api/patches/803834/comments/", "check": "pending", "checks": "http://patchwork.ozlabs.org/api/patches/803834/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>)", "Received": [ "from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xbKBk57CTz9s2G\n\tfor <incoming@patchwork.ozlabs.org>;\n\tMon, 21 Aug 2017 13:37:34 +1000 (AEST)", "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751185AbdHUDhG (ORCPT <rfc822;incoming@patchwork.ozlabs.org>);\n\tSun, 20 Aug 2017 23:37:06 -0400", "from mailgw02.mediatek.com ([210.61.82.184]:34266 \"EHLO\n\tmailgw02.mediatek.com\" rhost-flags-OK-FAIL-OK-FAIL) by\n\tvger.kernel.org with ESMTP id S1751172AbdHUDhF (ORCPT\n\t<rfc822; linux-i2c@vger.kernel.org>); Sun, 20 Aug 2017 23:37:05 -0400", "from mtkcas08.mediatek.inc [(172.21.101.126)] by\n\tmailgw02.mediatek.com (envelope-from <jun.gao@mediatek.com>)\n\t(mhqrelay.mediatek.com ESMTP with TLS)\n\twith ESMTP id 1198821625; Mon, 21 Aug 2017 11:36:59 +0800", "from mtkcas09.mediatek.inc (172.21.101.178) by\n\tmtkmbs03n2.mediatek.inc (172.21.101.182) with Microsoft SMTP Server\n\t(TLS) id 15.0.1210.3; Mon, 21 Aug 2017 11:36:58 +0800", "from localhost.localdomain (10.17.3.153) by mtkcas09.mediatek.inc\n\t(172.21.101.73) with Microsoft SMTP Server id 15.0.1210.3 via\n\tFrontend Transport; Mon, 21 Aug 2017 11:36:58 +0800" ], "From": "Jun Gao <jun.gao@mediatek.com>", "To": "Wolfram Sang <wsa@the-dreams.de>,\n\tMatthias Brugger <matthias.bgg@gmail.com>", "CC": "<srv_heupstream@mediatek.com>, <devicetree@vger.kernel.org>,\n\t<linux-i2c@vger.kernel.org>, <linux-arm-kernel@lists.infradead.org>,\n\t<linux-kernel@vger.kernel.org>, <linux-mediatek@lists.infradead.org>,\n\tJun Gao <jun.gao@mediatek.com>", "Subject": "[PATCH v4 1/3] dt-bindings: i2c: modify information formats", "Date": "Mon, 21 Aug 2017 11:36:52 +0800", "Message-ID": "<1503286614-17670-2-git-send-email-jun.gao@mediatek.com>", "X-Mailer": "git-send-email 1.8.1.1.dirty", "In-Reply-To": "<1503286614-17670-1-git-send-email-jun.gao@mediatek.com>", "References": "<1503286614-17670-1-git-send-email-jun.gao@mediatek.com>", "MIME-Version": "1.0", "Content-Type": "text/plain", "X-MTK": "N", "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": "From: Jun Gao <jun.gao@mediatek.com>\n\nUse common name MediaTek and modify the compatible information\nformats of all SoCs to the same.\n\nSigned-off-by: Jun Gao <jun.gao@mediatek.com>\n---\n Documentation/devicetree/bindings/i2c/i2c-mtk.txt | 14 +++++++-------\n 1 file changed, 7 insertions(+), 7 deletions(-)", "diff": "diff --git a/Documentation/devicetree/bindings/i2c/i2c-mtk.txt b/Documentation/devicetree/bindings/i2c/i2c-mtk.txt\nindex bd5a7be..9c86424 100644\n--- a/Documentation/devicetree/bindings/i2c/i2c-mtk.txt\n+++ b/Documentation/devicetree/bindings/i2c/i2c-mtk.txt\n@@ -1,14 +1,14 @@\n-* Mediatek's I2C controller\n+* MediaTek's I2C controller\n \n-The Mediatek's I2C controller is used to interface with I2C devices.\n+The MediaTek's I2C controller is used to interface with I2C devices.\n \n Required properties:\n - compatible: value should be either of the following.\n- \"mediatek,mt2701-i2c\", \"mediatek,mt6577-i2c\": for Mediatek mt2701\n- \"mediatek,mt6577-i2c\": for i2c compatible with mt6577.\n- \"mediatek,mt6589-i2c\": for i2c compatible with mt6589.\n- \"mediatek,mt7623-i2c\", \"mediatek,mt6577-i2c\": for i2c compatible with mt7623.\n- \"mediatek,mt8173-i2c\": for i2c compatible with mt8173.\n+ \"mediatek,mt2701-i2c\", \"mediatek,mt6577-i2c\": for MediaTek MT2701\n+ \"mediatek,mt6577-i2c\": for MediaTek MT6577\n+ \"mediatek,mt6589-i2c\": for MediaTek MT6589\n+ \"mediatek,mt7623-i2c\", \"mediatek,mt6577-i2c\": for MediaTek MT7623\n+ \"mediatek,mt8173-i2c\": for MediaTek MT8173\n - reg: physical base address of the controller and dma base, length of memory\n mapped region.\n - interrupts: interrupt number to the cpu.\n", "prefixes": [ "v4", "1/3" ] }