Patch Detail
get:
Show a patch.
patch:
Update a patch.
put:
Update a patch.
GET /api/patches/803836/?format=api
{ "id": 803836, "url": "http://patchwork.ozlabs.org/api/patches/803836/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-i2c/patch/1503286614-17670-3-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-3-git-send-email-jun.gao@mediatek.com>", "list_archive_url": null, "date": "2017-08-21T03:36:53", "name": "[v4,2/3] dt-bindings: i2c: Add MediaTek MT7622 i2c binding", "commit_ref": null, "pull_url": null, "state": "accepted", "archived": false, "hash": "34c89fdec9971b459970df12ddbdfb94d8916be9", "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-3-git-send-email-jun.gao@mediatek.com/mbox/", "series": [], "comments": "http://patchwork.ozlabs.org/api/patches/803836/comments/", "check": "pending", "checks": "http://patchwork.ozlabs.org/api/patches/803836/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 3xbKC44J3Zz9s2G\n\tfor <incoming@patchwork.ozlabs.org>;\n\tMon, 21 Aug 2017 13:37:52 +1000 (AEST)", "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1752136AbdHUDhh (ORCPT <rfc822;incoming@patchwork.ozlabs.org>);\n\tSun, 20 Aug 2017 23:37:37 -0400", "from mailgw02.mediatek.com ([210.61.82.184]:57803 \"EHLO\n\tmailgw02.mediatek.com\" rhost-flags-OK-FAIL-OK-FAIL) by\n\tvger.kernel.org with ESMTP id S1750962AbdHUDhF (ORCPT\n\t<rfc822; linux-i2c@vger.kernel.org>); Sun, 20 Aug 2017 23:37:05 -0400", "from mtkexhb01.mediatek.inc [(172.21.101.102)] by\n\tmailgw02.mediatek.com (envelope-from <jun.gao@mediatek.com>)\n\t(mhqrelay.mediatek.com ESMTP with TLS)\n\twith ESMTP id 1099295675; Mon, 21 Aug 2017 11:37:01 +0800", "from mtkcas09.mediatek.inc (172.21.101.178) by\n\tmtkmbs03n1.mediatek.inc (172.21.101.181) with Microsoft SMTP Server\n\t(TLS) id 15.0.1210.3; Mon, 21 Aug 2017 11:36:59 +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:59 +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 2/3] dt-bindings: i2c: Add MediaTek MT7622 i2c binding", "Date": "Mon, 21 Aug 2017 11:36:53 +0800", "Message-ID": "<1503286614-17670-3-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\nAdd MT7622 i2c binding to binding file. Compare to MT8173 i2c\ncontroller, MT7622 limits message numbers to 255, and does not\nsupport 4GB DMA mode.\n\nSigned-off-by: Jun Gao <jun.gao@mediatek.com>\n---\n Documentation/devicetree/bindings/i2c/i2c-mtk.txt | 1 +\n 1 file changed, 1 insertion(+)", "diff": "diff --git a/Documentation/devicetree/bindings/i2c/i2c-mtk.txt b/Documentation/devicetree/bindings/i2c/i2c-mtk.txt\nindex 9c86424..ff7bf37 100644\n--- a/Documentation/devicetree/bindings/i2c/i2c-mtk.txt\n+++ b/Documentation/devicetree/bindings/i2c/i2c-mtk.txt\n@@ -7,6 +7,7 @@ Required properties:\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,mt7622-i2c\": for MediaTek MT7622\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", "prefixes": [ "v4", "2/3" ] }