From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B6DC1C43381 for ; Mon, 11 Mar 2019 22:06:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 80E952087C for ; Mon, 11 Mar 2019 22:06:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1552341994; bh=nM3KQnBbqpIc2+gMCyMyh2uahYO2VlWfsXrh8CkNld8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=mZdPWxacAc1CbJnzEePD9tnmti2FHYAnRJ868BysI6t5gI09yEicBwhDq+Xh3uUW2 OY0sm1fF2gdjd8SZUooYXcQCqezcMw8MMxIytFOEyMRVrewDMHmvxyfARBMVaFJxrs DPQXKxvCEchRcrTGCci3bYd0ih0b7MCR0EFBcrWc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728275AbfCKWGd (ORCPT ); Mon, 11 Mar 2019 18:06:33 -0400 Received: from mail-ot1-f68.google.com ([209.85.210.68]:45425 "EHLO mail-ot1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727527AbfCKWGc (ORCPT ); Mon, 11 Mar 2019 18:06:32 -0400 Received: by mail-ot1-f68.google.com with SMTP id i12so621391otp.12; Mon, 11 Mar 2019 15:06:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=KZfuW/QqHqpiwbbZDSR+JEf1pjvJkZeqOnESC9a6lwg=; b=YTWN6FTsd4w8+IKiRgNy4lfMi/x6+66R9IocIW7xpi1dw2sWR8WrC6jjHaBadYqRkM bahW0OIsovRFbpLasAl9bDcmX5vSwUQL7DKjqHe7LaIwE5SBzBC+SuRa1/5/MY7unmIb GBKRZHR58mOADwSyyyXpg3NuiGQRxFkShiVQ+0hm0xO2eXZW23flTfisWxkIsTEyha1e +vsbfRsrrL+a6h1hrF867EYBSMcGEq2RLsYJnvoDWXu9bTlh2hO/6qGKSSH5F4dXwbo0 zo/byCWj5wRtU4+TnH+XkgRsRh5nbP3xJn8ICAdwVhC/1WPMuAdVCo8cTvBWH/s4tQqB toXQ== X-Gm-Message-State: APjAAAXkxvJt/TpMtvml+mMtaDgwRDQ/jPfuGRUJO8zZ08jDg7NbV9sK InI4GmSVHgrFxYbqZOIibg== X-Google-Smtp-Source: APXvYqzlKrSBQCY0b1JmlCt33ZSwqW/5ziF1xsV/d+ZWhc+BTdGRAenpbmk8vKnC57O1WLGaABK06g== X-Received: by 2002:a05:6830:11c9:: with SMTP id v9mr8980767otq.288.1552341991779; Mon, 11 Mar 2019 15:06:31 -0700 (PDT) Received: from localhost (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id k15sm3031631otj.26.2019.03.11.15.06.30 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 11 Mar 2019 15:06:31 -0700 (PDT) Date: Mon, 11 Mar 2019 17:06:30 -0500 From: Rob Herring To: Sean Wang Cc: Hsin-Hsiung Wang , Lee Jones , Matthias Brugger , Mark Brown , Eddie Huang , linux-rtc@vger.kernel.org, devicetree@vger.kernel.org, Alexandre Belloni , srv_heupstream , Alessandro Zummo , Marc Zyngier , Sean Wang , linux-kernel@vger.kernel.org, Liam Girdwood , linux-mediatek@lists.infradead.org, Mark Rutland , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 3/9] dt-bindings: mfd: Add compatible for the MediaTek MT6358 PMIC Message-ID: <20190311220630.GA4082@bogus> References: <1552275991-34648-1-git-send-email-hsin-hsiung.wang@mediatek.com> <1552275991-34648-4-git-send-email-hsin-hsiung.wang@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 11, 2019 at 12:19:32PM -0700, Sean Wang wrote: > Hi, > > Always put the patches about dt-binding changes at the head of the > series to let the related maintainer more easily find them. > > On Sun, Mar 10, 2019 at 8:48 PM Hsin-Hsiung Wang > wrote: > > > > This adds compatible for the MediaTek MT6358 PMIC. > > > > Signed-off-by: Hsin-Hsiung Wang > > --- > > Documentation/devicetree/bindings/mfd/mt6397.txt | 11 ++++++++--- > > 1 file changed, 8 insertions(+), 3 deletions(-) > > > > diff --git a/Documentation/devicetree/bindings/mfd/mt6397.txt b/Documentation/devicetree/bindings/mfd/mt6397.txt > > index 0ebd08a..62f1c17 100644 > > --- a/Documentation/devicetree/bindings/mfd/mt6397.txt > > +++ b/Documentation/devicetree/bindings/mfd/mt6397.txt > > @@ -17,22 +17,27 @@ Documentation/devicetree/bindings/soc/mediatek/pwrap.txt > > This document describes the binding for MFD device and its sub module. > > > > Required properties: > > -compatible: "mediatek,mt6397" or "mediatek,mt6323" > > +compatible: > > + "mediatek,mt6323" for PMIC MT6323 > > + "mediatek,mt6358" for PMIC MT6358 > > + "mediatek,mt6397" for PMIC MT6397 > > don't change anything not related MT6358 Reformatting like this is preferred. Rob From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E1CD9C43381 for ; Mon, 11 Mar 2019 22:06:45 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A86BC2087C for ; Mon, 11 Mar 2019 22:06:45 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="DZTP66m5" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A86BC2087C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=MXHM+i8S2+2cCrlaqew4qk9KLT4bTyozsrlN4ELptGM=; b=DZTP66m5Vj9C94 TqVC4Lgpn70fkHu3TXXFvw+00l0D8uOqJ45YOj/gAbdvcmywolld86PP/Vo2SuW538XTIkGWPczn5 TDXZG9n7s0ZXW5dDIJ2YM2patJPTu+HJroKVeE+l2uMzj9aGTl2Rg5Zj8u7U/kGkfZ6pJOkBfTBBD WfQrohrupzR3hKxfpPv6DktgyDs2QeGKf68vEL7aeYbQUuykOiRhhp0mUZ/svVswq06O+Xn9HuCA6 EaZCrp3GmyMgETw8d+uq60poYLN/L+HfMIhxrKfBNpTsYsbuSO2iIt2hssJ8H96kb9Vhsumxx4tHi FAMZ/AiX63++xF8rVhEQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h3T49-0003JS-MT; Mon, 11 Mar 2019 22:06:37 +0000 Received: from mail-ot1-f67.google.com ([209.85.210.67]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1h3T45-0003IG-3q; Mon, 11 Mar 2019 22:06:35 +0000 Received: by mail-ot1-f67.google.com with SMTP id m1so666252otf.5; Mon, 11 Mar 2019 15:06:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=KZfuW/QqHqpiwbbZDSR+JEf1pjvJkZeqOnESC9a6lwg=; b=eykUSoJ+YFGySRM4+adMFfxVHA8QIw+gqabliQuHc0irQ+HovCSjM9yNG02hDU2Oz0 p46tyUclHOEN4tX20j1vqo/lV5BICxpd0l2XTa6wdxzddscMcwBHsssWNjvGzTUdp6A7 Rph8wfT0PgfrVO/mvclfCtsp9Lu77oFkW60lmPip/KFFk/9d4zFyfSrDjriEK7w8+t5k +JmHZuJz1HvLC26iSp0Unyc5aKg3JXO9540PsW4uAj21Ke4UKca80nd/IDgk10Zv/U7C fSSFuLkWXUnPM36P5D6UWXK5Z8J3VgPmw35Rd3DIpMj5WTQnRntXfmfR0oTGrSNKJI5+ zqJA== X-Gm-Message-State: APjAAAVuF0AXXcLoex8cc7TfHXTByTNQaOAYlEqeoJpoZFqSq/X8VfGQ zHqSP7YlRwkIdTLGgBqDe8jorUQ= X-Google-Smtp-Source: APXvYqzlKrSBQCY0b1JmlCt33ZSwqW/5ziF1xsV/d+ZWhc+BTdGRAenpbmk8vKnC57O1WLGaABK06g== X-Received: by 2002:a05:6830:11c9:: with SMTP id v9mr8980767otq.288.1552341991779; Mon, 11 Mar 2019 15:06:31 -0700 (PDT) Received: from localhost (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id k15sm3031631otj.26.2019.03.11.15.06.30 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 11 Mar 2019 15:06:31 -0700 (PDT) Date: Mon, 11 Mar 2019 17:06:30 -0500 From: Rob Herring To: Sean Wang Subject: Re: [PATCH v2 3/9] dt-bindings: mfd: Add compatible for the MediaTek MT6358 PMIC Message-ID: <20190311220630.GA4082@bogus> References: <1552275991-34648-1-git-send-email-hsin-hsiung.wang@mediatek.com> <1552275991-34648-4-git-send-email-hsin-hsiung.wang@mediatek.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190311_150633_149887_73043DE0 X-CRM114-Status: GOOD ( 15.99 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-rtc@vger.kernel.org, devicetree@vger.kernel.org, Alexandre Belloni , srv_heupstream , Alessandro Zummo , Marc Zyngier , Sean Wang , linux-kernel@vger.kernel.org, Liam Girdwood , Mark Brown , linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, Matthias Brugger , Mark Rutland , Eddie Huang , Lee Jones , Hsin-Hsiung Wang Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Mar 11, 2019 at 12:19:32PM -0700, Sean Wang wrote: > Hi, > > Always put the patches about dt-binding changes at the head of the > series to let the related maintainer more easily find them. > > On Sun, Mar 10, 2019 at 8:48 PM Hsin-Hsiung Wang > wrote: > > > > This adds compatible for the MediaTek MT6358 PMIC. > > > > Signed-off-by: Hsin-Hsiung Wang > > --- > > Documentation/devicetree/bindings/mfd/mt6397.txt | 11 ++++++++--- > > 1 file changed, 8 insertions(+), 3 deletions(-) > > > > diff --git a/Documentation/devicetree/bindings/mfd/mt6397.txt b/Documentation/devicetree/bindings/mfd/mt6397.txt > > index 0ebd08a..62f1c17 100644 > > --- a/Documentation/devicetree/bindings/mfd/mt6397.txt > > +++ b/Documentation/devicetree/bindings/mfd/mt6397.txt > > @@ -17,22 +17,27 @@ Documentation/devicetree/bindings/soc/mediatek/pwrap.txt > > This document describes the binding for MFD device and its sub module. > > > > Required properties: > > -compatible: "mediatek,mt6397" or "mediatek,mt6323" > > +compatible: > > + "mediatek,mt6323" for PMIC MT6323 > > + "mediatek,mt6358" for PMIC MT6358 > > + "mediatek,mt6397" for PMIC MT6397 > > don't change anything not related MT6358 Reformatting like this is preferred. Rob _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel