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=-7.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 66A23C43381 for ; Tue, 12 Mar 2019 02:25:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 359CD205C9 for ; Tue, 12 Mar 2019 02:25:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1552357538; bh=MfZWIGk+NBpb2uuvOdluvqM5AoFk78k5Oo1O/12JqmM=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=LydAPr7ko6i8BamqLUzDLTPJSyGnnaKMekeAHiUPC4Tb2DqRB3I4VSWY9XS5rvHwp uh5RD4uL30XJ9F9Ud++a4vuVz/CBBLypbvriZgr5PvjxH8PwzYbA+q0F49XhVQuFKC x4d+V/yyuCDkKlyWultAnuGAZ1GK9gcyM1D2xrM8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726846AbfCLCZg (ORCPT ); Mon, 11 Mar 2019 22:25:36 -0400 Received: from mail.kernel.org ([198.145.29.99]:42004 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726536AbfCLCZf (ORCPT ); Mon, 11 Mar 2019 22:25:35 -0400 Received: from mail-wr1-f52.google.com (mail-wr1-f52.google.com [209.85.221.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 14C8E205C9; Tue, 12 Mar 2019 02:25:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1552357534; bh=MfZWIGk+NBpb2uuvOdluvqM5AoFk78k5Oo1O/12JqmM=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=YJ7dqgX3lWnNXgN1WlYCYk4gmzORpWhvu78x0V7vZMTyymOKLSnYjpuOOEeKKIW7o cF9w6U/bXr8moZERmj4qBTIfaZnEMDmxYfvfuB0ByxHzP0tK6k0g4OYhqFIbfd28O8 z/FAH+6Jhqh1xMGxRK8kULLBb167oMZbYmX9DGYA= Received: by mail-wr1-f52.google.com with SMTP id y15so950369wro.4; Mon, 11 Mar 2019 19:25:34 -0700 (PDT) X-Gm-Message-State: APjAAAU6g25hUY5t9J9UzGAZSERuIwAYNxbMc+CrdNB4n3Q57BPltMYr KCIDt7coaxkO+1QTX1MBbwG6f7BbrQ8BEmhcXuY= X-Google-Smtp-Source: APXvYqzUI4mfm2xEx2Vg1HaZbnaXcFJs26MPck0MpVq/q9ujojyfoqOVeiNDDRRu8zFtMrGBZWMnVEGpCO+djQOcBjk= X-Received: by 2002:adf:ec41:: with SMTP id w1mr22966858wrn.184.1552357532567; Mon, 11 Mar 2019 19:25:32 -0700 (PDT) MIME-Version: 1.0 References: <1552275991-34648-1-git-send-email-hsin-hsiung.wang@mediatek.com> <1552275991-34648-4-git-send-email-hsin-hsiung.wang@mediatek.com> <20190311220630.GA4082@bogus> In-Reply-To: <20190311220630.GA4082@bogus> From: Sean Wang Date: Mon, 11 Mar 2019 19:25:26 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 3/9] dt-bindings: mfd: Add compatible for the MediaTek MT6358 PMIC To: Rob Herring 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 Content-Type: text/plain; charset="UTF-8" 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 3:06 PM Rob Herring wrote: > > 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. > Sure, it's fine to me for the purpose. > 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=-7.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS 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 40517C43381 for ; Tue, 12 Mar 2019 02:25: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 05D12214D8 for ; Tue, 12 Mar 2019 02:25: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="SA3hcdSB"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="YJ7dqgX3" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 05D12214D8 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:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=0uZC2251tcZ4fsXVZeFtXhg3H8BGOqN8Bi2REd43h60=; b=SA3hcdSBKLWP1w Hw/7M97EgnkGyTeRV9Yy5cQqYf5M8SoPugN22/L+I2+TlZnVAi0WVvEdrw+ZHgp11YRrtzZU6GxE+ pNwxXGi+4ZTpCHeAclv76APxOAkGjB0yE8gj590SduKcSPM4IhXpl0Zr55TCLIkvZJsjHBt+79sp+ q0iQIh0Za3Q0TwKyPIGmRfvxFAtyA0Di2Rk5ytw7OcWSkuhVTKTiFmBAc9sChbEqtU7GS91cDy1QP kpKfkOBT1KVgIUYY3ydKvGYZDPIzYO10pNEwmI+T+hg6OpujBtLDow9AycHdhAyIvBSUwdvPTJV+a gHLKheQ0hw+aVRwLjRsw==; 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 1h3X6n-00026X-Bt; Tue, 12 Mar 2019 02:25:37 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1h3X6l-00026A-2k; Tue, 12 Mar 2019 02:25:36 +0000 Received: from mail-wr1-f52.google.com (mail-wr1-f52.google.com [209.85.221.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1542E214D8; Tue, 12 Mar 2019 02:25:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1552357534; bh=MfZWIGk+NBpb2uuvOdluvqM5AoFk78k5Oo1O/12JqmM=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=YJ7dqgX3lWnNXgN1WlYCYk4gmzORpWhvu78x0V7vZMTyymOKLSnYjpuOOEeKKIW7o cF9w6U/bXr8moZERmj4qBTIfaZnEMDmxYfvfuB0ByxHzP0tK6k0g4OYhqFIbfd28O8 z/FAH+6Jhqh1xMGxRK8kULLBb167oMZbYmX9DGYA= Received: by mail-wr1-f52.google.com with SMTP id t6so933666wrw.7; Mon, 11 Mar 2019 19:25:34 -0700 (PDT) X-Gm-Message-State: APjAAAVSLwfYA2sAAlvGZY3fWSGt4PjnpEmCt0iS7iNXyps+sTrPcmyk Y3VAAlrIkP4nXfTFxNffeOg7uORIrtfK1fhm2S4= X-Google-Smtp-Source: APXvYqzUI4mfm2xEx2Vg1HaZbnaXcFJs26MPck0MpVq/q9ujojyfoqOVeiNDDRRu8zFtMrGBZWMnVEGpCO+djQOcBjk= X-Received: by 2002:adf:ec41:: with SMTP id w1mr22966858wrn.184.1552357532567; Mon, 11 Mar 2019 19:25:32 -0700 (PDT) MIME-Version: 1.0 References: <1552275991-34648-1-git-send-email-hsin-hsiung.wang@mediatek.com> <1552275991-34648-4-git-send-email-hsin-hsiung.wang@mediatek.com> <20190311220630.GA4082@bogus> In-Reply-To: <20190311220630.GA4082@bogus> From: Sean Wang Date: Mon, 11 Mar 2019 19:25:26 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 3/9] dt-bindings: mfd: Add compatible for the MediaTek MT6358 PMIC To: Rob Herring X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190311_192535_156360_B6D6FF5E X-CRM114-Status: GOOD ( 18.00 ) 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 3:06 PM Rob Herring wrote: > > 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. > Sure, it's fine to me for the purpose. > Rob _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel