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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F02D8C433FE for ; Thu, 17 Nov 2022 15:57:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240016AbiKQP5Z (ORCPT ); Thu, 17 Nov 2022 10:57:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34526 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240134AbiKQP5O (ORCPT ); Thu, 17 Nov 2022 10:57:14 -0500 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 935BA786F4; Thu, 17 Nov 2022 07:57:01 -0800 (PST) Received: from fraeml709-chm.china.huawei.com (unknown [172.18.147.200]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4NCkxh5J6dz6HJQt; Thu, 17 Nov 2022 23:54:32 +0800 (CST) Received: from lhrpeml500005.china.huawei.com (7.191.163.240) by fraeml709-chm.china.huawei.com (10.206.15.37) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Thu, 17 Nov 2022 16:56:59 +0100 Received: from localhost (10.202.227.76) by lhrpeml500005.china.huawei.com (7.191.163.240) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Thu, 17 Nov 2022 15:56:59 +0000 Date: Thu, 17 Nov 2022 15:56:58 +0000 From: Jonathan Cameron To: Krzysztof Kozlowski CC: Manivannan Sadhasivam , "Bjorn Andersson" , Jonathan Cameron , Lars-Peter Clausen , Rob Herring , Krzysztof Kozlowski , Andy Gross , , , Subject: Re: [PATCH] dt-bindings: iio: adc: qcom,spmi-vadc: fix PM8350 define Message-ID: <20221117155658.00005d08@Huawei.com> In-Reply-To: References: <20221117121307.264550-1-krzysztof.kozlowski@linaro.org> <20221117122256.GG93179@thinkpad> Organization: Huawei Technologies Research and Development (UK) Ltd. X-Mailer: Claws Mail 4.1.0 (GTK 3.24.33; x86_64-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.202.227.76] X-ClientProxiedBy: lhrpeml100005.china.huawei.com (7.191.160.25) To lhrpeml500005.china.huawei.com (7.191.163.240) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 17 Nov 2022 13:28:33 +0100 Krzysztof Kozlowski wrote: > On 17/11/2022 13:22, Manivannan Sadhasivam wrote: > > On Thu, Nov 17, 2022 at 01:13:07PM +0100, Krzysztof Kozlowski wrote: > >> The defines from include/dt-bindings/iio/qcom,spmi-adc7-pm8350.h were > >> changed to take sid argument: > >> > >> Error: Documentation/devicetree/bindings/iio/adc/qcom,spmi-vadc.example.dts:99.28-29 syntax error > >> > >> Signed-off-by: Krzysztof Kozlowski > > > > Looks like I didn't rebase on top of Bjorn's for-next for my series, so didn't > > see this example. > > > > Thanks for fixing! > > > > Reviewed-by: Manivannan Sadhasivam > > > > This should not go via Bjorn's tree without IIO ack and > Jonathan/Lars-Peter/IIO lists were not in CC. > Thanks for the heads up. Not sure I'd have registered there would have been a problem here even if I had seen original patch. Anyhow, I assume Bjorn will pick this up and all will be well again. Acked-by: Jonathan Cameron > Best regards, > Krzysztof >