{"id":816746,"url":"http://patchwork.ozlabs.org/api/covers/816746/?format=json","web_url":"http://patchwork.ozlabs.org/project/devicetree-bindings/cover/cover.1505980364.git.sean.wang@mediatek.com/","project":{"id":37,"url":"http://patchwork.ozlabs.org/api/projects/37/?format=json","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":"<cover.1505980364.git.sean.wang@mediatek.com>","list_archive_url":null,"date":"2017-09-21T08:26:50","name":"[v4,0/7] Add PMIC support to MediaTek MT7622 SoC","submitter":{"id":69660,"url":"http://patchwork.ozlabs.org/api/people/69660/?format=json","name":"Sean Wang","email":"sean.wang@mediatek.com"},"mbox":"http://patchwork.ozlabs.org/project/devicetree-bindings/cover/cover.1505980364.git.sean.wang@mediatek.com/mbox/","series":[{"id":4328,"url":"http://patchwork.ozlabs.org/api/series/4328/?format=json","web_url":"http://patchwork.ozlabs.org/project/devicetree-bindings/list/?series=4328","date":"2017-09-21T08:26:50","name":"Add PMIC support to MediaTek MT7622 SoC","version":4,"mbox":"http://patchwork.ozlabs.org/series/4328/mbox/"}],"comments":"http://patchwork.ozlabs.org/api/covers/816746/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 3xyV8R71Rbz9t3F\n\tfor <incoming-dt@patchwork.ozlabs.org>;\n\tThu, 21 Sep 2017 18:27:03 +1000 (AEST)","(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751635AbdIUI1C (ORCPT\n\t<rfc822;incoming-dt@patchwork.ozlabs.org>);\n\tThu, 21 Sep 2017 04:27:02 -0400","from mailgw02.mediatek.com ([210.61.82.184]:37338 \"EHLO\n\tmailgw02.mediatek.com\" rhost-flags-OK-FAIL-OK-FAIL) by\n\tvger.kernel.org with ESMTP id S1751528AbdIUI1B (ORCPT\n\t<rfc822; devicetree@vger.kernel.org>); Thu, 21 Sep 2017 04:27:01 -0400","from mtkexhb02.mediatek.inc [(172.21.101.103)] by\n\tmailgw02.mediatek.com (envelope-from <sean.wang@mediatek.com>)\n\t(mhqrelay.mediatek.com ESMTP with TLS)\n\twith ESMTP id 794632763; Thu, 21 Sep 2017 16:26:59 +0800","from mtkcas08.mediatek.inc (172.21.101.126) by\n\tmtkmbs08n2.mediatek.inc (172.21.101.56) with Microsoft SMTP Server\n\t(TLS) id 15.0.1210.3; Thu, 21 Sep 2017 16:26:39 +0800","from mtkswgap22.mediatek.inc (172.21.77.33) by\n\tmtkcas08.mediatek.inc\n\t(172.21.101.73) with Microsoft SMTP Server id 15.0.1210.3 via\n\tFrontend Transport; Thu, 21 Sep 2017 16:26:22 +0800"],"X-UUID":"152779a7239b46fbaa767d4fc84d34a4-20170921","From":"<sean.wang@mediatek.com>","To":"<matthias.bgg@gmail.com>, <robh+dt@kernel.org>,\n\t<mark.rutland@arm.com>, <devicetree@vger.kernel.org>,\n\t<linux-mediatek@lists.infradead.org>","CC":"<chen.zhong@mediatek.com>, <chenglin.xu@mediatek.com>,\n\t<linux-arm-kernel@lists.infradead.org>,\n\t<linux-kernel@vger.kernel.org>, Sean Wang <sean.wang@mediatek.com>","Subject":"[PATCH v4 0/7] Add PMIC support to MediaTek MT7622 SoC","Date":"Thu, 21 Sep 2017 16:26:50 +0800","Message-ID":"<cover.1505980364.git.sean.wang@mediatek.com>","X-Mailer":"git-send-email 1.7.9.5","MIME-Version":"1.0","Content-Type":"text/plain","X-MTK":"N","Sender":"devicetree-owner@vger.kernel.org","Precedence":"bulk","List-ID":"<devicetree.vger.kernel.org>","X-Mailing-List":"devicetree@vger.kernel.org"},"content":"From: Sean Wang <sean.wang@mediatek.com>\n\nChanges since v3\n- rebase into Linux 4.14-rc1\n- removed those patches already applied\n\nChanges since v2:\n- for patch 1/2, enhance the document as the suggestions from v2.\n- for patch 3, constify the table with struct regulator_ops, also fix that\nregulator doesn't have modesetting facilities it just shouldn't have the ops\nand finally fix copy+paste mistake in warranty disclaimer.\n- for patch 7/8, sort the things added for MT7622/MT6380 alphabetically.\n\nChenglin Xu (1):\n  soc: mediatek: pwrap: add support for MT7622 SoC\n\nSean Wang (6):\n  dt-bindings: arm: mediatek: add MT7622 string to the PMIC wrapper doc\n  soc: mediatek: pwrap: add pwrap_read32 for reading in 32-bit mode\n  soc: mediatek: pwrap: add pwrap_write32 for writing in 32-bit mode\n  soc: mediatek: pwrap: update pwrap_init without slave programming\n  soc: mediatek: pwrap: add MediaTek MT6380 as one slave of pwrap\n  soc: mediatek: pwrap: fixup warnings from coding style\n\n .../devicetree/bindings/soc/mediatek/pwrap.txt     |   1 +\n drivers/soc/mediatek/mtk-pmic-wrap.c               | 417 ++++++++++++++++++---\n 2 files changed, 362 insertions(+), 56 deletions(-)"}