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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id AD40BC433F5 for ; Sat, 27 Nov 2021 17:40:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:Cc: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=7k2lwyObXDTtYUT1eQq1wkiMKSyPazhncUKfsUz6gW0=; b=IUv1O1p3XLhTiC Bojb4oYTZrVg87bIQaBBkNcAwB82Y8HRXxKl/m7jpUr4nBb03baOIb5Q7JqJANDFEHmpE+XcYnFdU AMaW/nUODYTN30NEuh5shJw5F6rwN2Ykyo9amIW/xEYVe/EeoToGEVlKT37FwNj7Bj2aoNotwPULV HSP7LfJqHVx8EIxHQ1rbsV1Xx0lRtLJJw+TAdxT0iBMAKYhz+AQEi6aN3kvtm4hkmQPxnDcp42tb1 Z62Va/cq/81aInVqv4M+v99lI9WakkCnjNHdkxVhw6U/A0DnmrpsO5MWfjgsoEWtloVAsegDKFrlN DZyKqS5LwO89ti5f5ZAw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mr1f6-00E7rB-2d; Sat, 27 Nov 2021 17:38:56 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mr1f2-00E7qq-Ps for linux-arm-kernel@lists.infradead.org; Sat, 27 Nov 2021 17:38:54 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 66AAB60ED0; Sat, 27 Nov 2021 17:38:46 +0000 (UTC) Received: from jic23-huawei (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPSA id D4CFAC5831A; Sat, 27 Nov 2021 17:38:42 +0000 (UTC) Date: Sat, 27 Nov 2021 17:43:43 +0000 From: Jonathan Cameron To: Krzysztof Kozlowski Cc: Geert Uytterhoeven , Lars-Peter Clausen , Rob Herring , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org Subject: Re: [PATCH] dt-bindings: iio: adc: exynos-adc: Fix node name in example Message-ID: <20211127174343.1b9dcabe@jic23-huawei> In-Reply-To: <3fec093a-df46-6096-3f66-891734a5f140@canonical.com> References: <20211125152154.162780-1-geert@linux-m68k.org> <3fec093a-df46-6096-3f66-891734a5f140@canonical.com> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.30; 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-20211127_093852_936536_B2D11C16 X-CRM114-Status: GOOD ( 16.07 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 25 Nov 2021 16:26:16 +0100 Krzysztof Kozlowski wrote: > On 25/11/2021 16:21, Geert Uytterhoeven wrote: > > "make dt_binding_check": > > > > Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.example.dt.yaml: ncp15wb473: $nodename:0: 'ncp15wb473' does not match '^thermistor(.*)?$' > > From schema: Documentation/devicetree/bindings/hwmon/ntc-thermistor.yaml > > > > Signed-off-by: Geert Uytterhoeven > > --- > > .../devicetree/bindings/iio/adc/samsung,exynos-adc.yaml | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > Reviewed-by: Krzysztof Kozlowski > This doesn't particularly feel like we need to rush it in, so applied to the togreg branch of iio.git which will go in next merge window. Shout if I should pull it to a fixes branch. Thanks, Jonathan > > Best regards, > Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel