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_HELO_NONE,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 1287EC072A4 for ; Sat, 18 May 2019 10:34:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DE29820C01 for ; Sat, 18 May 2019 10:34:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558175649; bh=VMARFvnnTUIC5vZdI9kptGm1fgzrLnWcRpVCTr+Ikfk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=S5weh1dkUWRSj5a3oBtXYv0gMy09lztvmunh26NxW9Gji5oQbDh8HtXMbtJvtm/gH TKeAlj9PYkdJDgkpD1wBKm25BR9yjcFlaMF5TKw1/RbeDa3biR0rraXwaR09sX+GCg HTdCnDBYTFDwQ4KPPPxdf+mc2fJpjUpcGD2DfW0I= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729588AbfERKeF (ORCPT ); Sat, 18 May 2019 06:34:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:43748 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726263AbfERKeD (ORCPT ); Sat, 18 May 2019 06:34:03 -0400 Received: from archlinux (cpc91196-cmbg18-2-0-cust659.5-4.cable.virginm.net [81.96.234.148]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9D19320B7C; Sat, 18 May 2019 10:33:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558175642; bh=VMARFvnnTUIC5vZdI9kptGm1fgzrLnWcRpVCTr+Ikfk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=HB7JOOfXrSeQLf12FFYxdrQT7XLZDS2E6ebKyEbzH01r31WKlEby4x5AxHDqRlfpY kzl0kD5h0eIZGyIJB/ptMxdZ26lE9PuvWmQbZf22d/XbZlc0elxdxcoRJW+o4XiXYF o2oiVwDN8XRjAwd85HGOcilfWsXQZB+wT3RwSJj0= Date: Sat, 18 May 2019 11:33:56 +0100 From: Jonathan Cameron To: Chun-Hung Wu Cc: Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Rob Herring , Mark Rutland , Matthias Brugger , , , , , , , , , Subject: Re: [PATCH 1/4] dt-bindings: iio: adc: mediatek: Add document for mt6765 Message-ID: <20190518113356.1cf99a31@archlinux> In-Reply-To: <1557994247-16739-2-git-send-email-chun-hung.wu@mediatek.com> References: <1557994247-16739-1-git-send-email-chun-hung.wu@mediatek.com> <1557994247-16739-2-git-send-email-chun-hung.wu@mediatek.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 16 May 2019 16:10:44 +0800 Chun-Hung Wu wrote: > Add compatible node for mt6765 auxadc > > Signed-off-by: Chun-Hung Wu Applied, but in numeric order. There was also another clashing patch that caused some fuzz. thanks, Jonathan > --- > Documentation/devicetree/bindings/iio/adc/mt6577_auxadc.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/iio/adc/mt6577_auxadc.txt b/Documentation/devicetree/bindings/iio/adc/mt6577_auxadc.txt > index 0df9bef..ab7efab 100644 > --- a/Documentation/devicetree/bindings/iio/adc/mt6577_auxadc.txt > +++ b/Documentation/devicetree/bindings/iio/adc/mt6577_auxadc.txt > @@ -15,6 +15,7 @@ Required properties: > - "mediatek,mt2712-auxadc": For MT2712 family of SoCs > - "mediatek,mt7622-auxadc": For MT7622 family of SoCs > - "mediatek,mt8173-auxadc": For MT8173 family of SoCs > + - "mediatek,mt6765-auxadc": For MT6765 family of SoCs > - reg: Address range of the AUXADC unit. > - clocks: Should contain a clock specifier for each entry in clock-names > - clock-names: Should contain "main". From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Cameron Subject: Re: [PATCH 1/4] dt-bindings: iio: adc: mediatek: Add document for mt6765 Date: Sat, 18 May 2019 11:33:56 +0100 Message-ID: <20190518113356.1cf99a31@archlinux> References: <1557994247-16739-1-git-send-email-chun-hung.wu@mediatek.com> <1557994247-16739-2-git-send-email-chun-hung.wu@mediatek.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1557994247-16739-2-git-send-email-chun-hung.wu@mediatek.com> Sender: linux-kernel-owner@vger.kernel.org To: Chun-Hung Wu Cc: Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Rob Herring , Mark Rutland , Matthias Brugger , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, wsd_upstream@mediatek.com, peter.wang@mediatek.com, kuohong.wang@mediatek.com, jg_poxu@mediatek.com List-Id: devicetree@vger.kernel.org On Thu, 16 May 2019 16:10:44 +0800 Chun-Hung Wu wrote: > Add compatible node for mt6765 auxadc > > Signed-off-by: Chun-Hung Wu Applied, but in numeric order. There was also another clashing patch that caused some fuzz. thanks, Jonathan > --- > Documentation/devicetree/bindings/iio/adc/mt6577_auxadc.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/iio/adc/mt6577_auxadc.txt b/Documentation/devicetree/bindings/iio/adc/mt6577_auxadc.txt > index 0df9bef..ab7efab 100644 > --- a/Documentation/devicetree/bindings/iio/adc/mt6577_auxadc.txt > +++ b/Documentation/devicetree/bindings/iio/adc/mt6577_auxadc.txt > @@ -15,6 +15,7 @@ Required properties: > - "mediatek,mt2712-auxadc": For MT2712 family of SoCs > - "mediatek,mt7622-auxadc": For MT7622 family of SoCs > - "mediatek,mt8173-auxadc": For MT8173 family of SoCs > + - "mediatek,mt6765-auxadc": For MT6765 family of SoCs > - reg: Address range of the AUXADC unit. > - clocks: Should contain a clock specifier for each entry in clock-names > - clock-names: Should contain "main". 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_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 62DF8C04AAF for ; Sat, 18 May 2019 10:34:15 +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 39BBC2087E for ; Sat, 18 May 2019 10:34:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="UoqqwdeQ"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="HB7JOOfX" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 39BBC2087E 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:MIME-Version:References:In-Reply-To: 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=BgM5911rmXFxxeGYdiq0N+XqvpMcl4n0dGBJkERrFOA=; b=UoqqwdeQxwiZw1 RZI77vOoo9ckIFBduI8eAzryOiZFpRcoTsJGoCbyfWTNRmiyC/RXs1BsfdYWMqvfstZZencjP12xQ I/6buq2GDdDtD1SYIgxecNynItKg/Dv6PRvPUltMwSgDMDphaOveAJTdp89l5Q3fl1q+orX+6Tm28 16SPDEvRCVXOUb4+26dzbYgHFY3iv4xFMCd/RAfMwKDDOBQ3CKYZHUNN31zj59cKionrOlzAY+/iX of0n2s35MBktJQhS2HS1eb3Ny9qeURPqxqbSDl85LPBNTiIRApXdDBh65XJga6slB+VLIRsjvD0zo KYD4Rmmv1a0EQcYjf21g==; 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 1hRwfL-0000Rr-T0; Sat, 18 May 2019 10:34:11 +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 1hRwfC-0000G0-Tj; Sat, 18 May 2019 10:34:06 +0000 Received: from archlinux (cpc91196-cmbg18-2-0-cust659.5-4.cable.virginm.net [81.96.234.148]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9D19320B7C; Sat, 18 May 2019 10:33:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558175642; bh=VMARFvnnTUIC5vZdI9kptGm1fgzrLnWcRpVCTr+Ikfk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=HB7JOOfXrSeQLf12FFYxdrQT7XLZDS2E6ebKyEbzH01r31WKlEby4x5AxHDqRlfpY kzl0kD5h0eIZGyIJB/ptMxdZ26lE9PuvWmQbZf22d/XbZlc0elxdxcoRJW+o4XiXYF o2oiVwDN8XRjAwd85HGOcilfWsXQZB+wT3RwSJj0= Date: Sat, 18 May 2019 11:33:56 +0100 From: Jonathan Cameron To: Chun-Hung Wu Subject: Re: [PATCH 1/4] dt-bindings: iio: adc: mediatek: Add document for mt6765 Message-ID: <20190518113356.1cf99a31@archlinux> In-Reply-To: <1557994247-16739-2-git-send-email-chun-hung.wu@mediatek.com> References: <1557994247-16739-1-git-send-email-chun-hung.wu@mediatek.com> <1557994247-16739-2-git-send-email-chun-hung.wu@mediatek.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190518_033403_192531_ABE3F08E X-CRM114-Status: GOOD ( 13.59 ) 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: Mark Rutland , devicetree@vger.kernel.org, Lars-Peter Clausen , wsd_upstream@mediatek.com, linux-iio@vger.kernel.org, kuohong.wang@mediatek.com, linux-kernel@vger.kernel.org, Rob Herring , linux-mediatek@lists.infradead.org, peter.wang@mediatek.com, Peter Meerwald-Stadler , Hartmut Knaack , Matthias Brugger , jg_poxu@mediatek.com, linux-arm-kernel@lists.infradead.org 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 Thu, 16 May 2019 16:10:44 +0800 Chun-Hung Wu wrote: > Add compatible node for mt6765 auxadc > > Signed-off-by: Chun-Hung Wu Applied, but in numeric order. There was also another clashing patch that caused some fuzz. thanks, Jonathan > --- > Documentation/devicetree/bindings/iio/adc/mt6577_auxadc.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/iio/adc/mt6577_auxadc.txt b/Documentation/devicetree/bindings/iio/adc/mt6577_auxadc.txt > index 0df9bef..ab7efab 100644 > --- a/Documentation/devicetree/bindings/iio/adc/mt6577_auxadc.txt > +++ b/Documentation/devicetree/bindings/iio/adc/mt6577_auxadc.txt > @@ -15,6 +15,7 @@ Required properties: > - "mediatek,mt2712-auxadc": For MT2712 family of SoCs > - "mediatek,mt7622-auxadc": For MT7622 family of SoCs > - "mediatek,mt8173-auxadc": For MT8173 family of SoCs > + - "mediatek,mt6765-auxadc": For MT6765 family of SoCs > - reg: Address range of the AUXADC unit. > - clocks: Should contain a clock specifier for each entry in clock-names > - clock-names: Should contain "main". _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel