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 EA89CECAAD5 for ; Mon, 29 Aug 2022 14:10:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230252AbiH2OKl (ORCPT ); Mon, 29 Aug 2022 10:10:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55428 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230229AbiH2OKi (ORCPT ); Mon, 29 Aug 2022 10:10:38 -0400 Received: from mail-ot1-f51.google.com (mail-ot1-f51.google.com [209.85.210.51]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DD9AF6BD69; Mon, 29 Aug 2022 07:10:31 -0700 (PDT) Received: by mail-ot1-f51.google.com with SMTP id z22-20020a056830129600b0063711f456ceso5963602otp.7; Mon, 29 Aug 2022 07:10:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc; bh=opbj1lT2rqww+Ko38iiUdytadU+k9CoQLS7KnrXSbyY=; b=wbQbQl9+s2rVlBIofj2GiXT37b2zWTDhTmTcchKG7EIJvuRm4V0C23ExIvweNk/P5v NM9DTrkW1fu7MSET6QkwIVaZfN06z5GYxSpAttJSoADwTaOH+vdNooBI4ZWNiUTAXCRe T39xcUx0wox8tT+ggOuSHwuitD5C5kyPEF1rapK0qA+BssbcQc6rall9CN/lmDAZVG5S QeCR0ZF4nGangKBkzpMi4rXLy93NWcrSLtdy/Rr5eJGqBRsjHLaifLpYf/zUZeQsWbQc Z+raDVLMimDok94WonC107/7hGE4zgy+vXHXy+0Rt6+D8Lah7YKqmncpkIWtrx1Bh5Hg Q2qA== X-Gm-Message-State: ACgBeo1gj1GxFjI8RC8StcDpqA7BjlP2Wvh0pAKmMX6PYlVNMOVkmsu/ i0jit8CUl1MsRFLozi+BQw== X-Google-Smtp-Source: AA6agR7WIHe/AiLYD102e5d5uKFjLIhVyxUpACShz6LmoyBGjUcs44MJ20snIPOKxNFUVwlVnmhpXw== X-Received: by 2002:a05:6830:3914:b0:638:f80c:e964 with SMTP id br20-20020a056830391400b00638f80ce964mr6530478otb.220.1661782231113; Mon, 29 Aug 2022 07:10:31 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id y5-20020a056830070500b0063b2875246dsm2805095ots.49.2022.08.29.07.10.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 29 Aug 2022 07:10:30 -0700 (PDT) Received: (nullmailer pid 1485236 invoked by uid 1000); Mon, 29 Aug 2022 14:10:29 -0000 Date: Mon, 29 Aug 2022 09:10:29 -0500 From: Rob Herring To: Jonathan Cameron Cc: Krzysztof Kozlowski , Lars-Peter Clausen , Krzysztof Kozlowski , Olivier Moysan , Arnaud Pouliquen , Maxime Coquelin , Alexandre Torgue , Anand Ashok Dumbre , Michal Simek , Cosmin Tanislav , Michael Hennerich , Nuno =?iso-8859-1?Q?S=E1?= , Andy Gross , Bjorn Andersson , Fabrice Gasnier , Daniel Baluta , Alexandru Tachici , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] dt-bindings: iio: Add missing (unevaluated|additional)Properties on child nodes Message-ID: <20220829141029.GA1470207-robh@kernel.org> References: <20220823145649.3118479-2-robh@kernel.org> <99dfcc39-ab1b-1b24-c6b2-67de5509f5ac@linaro.org> <20220828180050.51c3e857@jic23-huawei> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220828180050.51c3e857@jic23-huawei> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sun, Aug 28, 2022 at 06:01:41PM +0100, Jonathan Cameron wrote: > On Thu, 25 Aug 2022 15:04:33 +0300 > Krzysztof Kozlowski wrote: > > > On 23/08/2022 17:56, Rob Herring wrote: > > > In order to ensure only documented properties are present, node schemas > > > must have unevaluatedProperties or additionalProperties set to false > > > (typically). > > > > > > > > > Reviewed-by: Krzysztof Kozlowski > > Applied to the togreg branch of iio.git and pushed out as testing for 0-day > to poke at it before I push out as togreg for linux-next to pick up. Thanks. > Side note. Some odd entries in your cc list... alsa-devel? Blame MAINTAINERS: STM32 AUDIO (ASoC) DRIVERS M: Olivier Moysan M: Arnaud Pouliquen L: alsa-devel@alsa-project.org (moderated for non-subscribers) S: Maintained F: Documentation/devicetree/bindings/iio/adc/st,stm32-dfsdm-adc.yaml F: Documentation/devicetree/bindings/sound/st,stm32-*.yaml F: sound/soc/stm/