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=-5.5 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 6F079C433E9 for ; Thu, 3 Sep 2020 19:14:43 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (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 F3D5120DD4 for ; Thu, 3 Sep 2020 19:14:42 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="YehiqMk9"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="iuN1RwT3" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F3D5120DD4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 821A91919; Thu, 3 Sep 2020 21:13:51 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 821A91919 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1599160481; bh=ieMpRIR6pWoOu4w8pRpaOou18ysCy/LkGmskOztkzAk=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=YehiqMk9iqTnHCg/B2rs6vvlFTPWH6ROEvTccOjit5Dzx68z9PHmToiqzKOmD/bEO TcPczq1Vu4fs111eduetj2wCuhf1Gk7IUqICDsrYhvKNCfKLiGRUa15OIoXqSP62DI 21H6py2UCmtfLlwmXunfgA9dDrS7s9DcH2XtRTJI= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 1D40AF8020D; Thu, 3 Sep 2020 21:13:51 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 4A81AF80217; Thu, 3 Sep 2020 21:13:47 +0200 (CEST) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 015DEF801DA for ; Thu, 3 Sep 2020 21:13:35 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 015DEF801DA Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="iuN1RwT3" Received: from localhost (fw-tnat.cambridge.arm.com [217.140.96.140]) (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 9B189208CA; Thu, 3 Sep 2020 19:13:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599160413; bh=ieMpRIR6pWoOu4w8pRpaOou18ysCy/LkGmskOztkzAk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iuN1RwT3WszF1ZmfxbChiM7DROdOiwGq+YjoKQ/Kry5aYjdAVaPZ3pvBlajIqNSU3 CE5cola9kBD7agmSRBO+jJYSxJzvF4QPwZahdzDTsvfhPA+2jUOw1Mn11Gf+jnhLap yuFQJ294zJddWZKbC8Ha/EI5OPWthypO8uuBhFIQ= Date: Thu, 3 Sep 2020 20:12:52 +0100 From: Mark Brown To: Krzysztof Kozlowski Subject: Re: [PATCH 1/2] dt-bindings: sound: midas-audio: Correct parsing sound-dai phandles Message-ID: <20200903191252.GE4771@sirena.org.uk> References: <20200830112633.6732-1-krzk@kernel.org> <159897179515.47719.6003518135515395142.b4-ty@kernel.org> <20200903164738.GA2929052@bogus> <20200903172645.GC4771@sirena.org.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="KJY2Ze80yH5MUxol" Content-Disposition: inline In-Reply-To: X-Cookie: Murphy was an optimist. User-Agent: Mutt/1.10.1 (2018-07-13) Cc: Rob Herring , Linux-ALSA , devicetree@vger.kernel.org, Sangbeom Kim , Liam Girdwood , "linux-kernel@vger.kernel.org" X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" --KJY2Ze80yH5MUxol Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Sep 03, 2020 at 08:08:51PM +0200, Krzysztof Kozlowski wrote: > On Thu, 3 Sep 2020 at 19:49, Rob Herring wrote: > > Just 1 other you picked up. See "ASoC: samsung-i2s: Use > > unevaluatedProperties". Patches adding the missing properties (and > > restoring 'additionalProperties' on these 2 if not reverted) is the > > correct change. > > I've gone thru and NAKed all of the others so more don't get picked up. > Ah, my bad... Mark, I can send a follow up which restores the > additionalProperties (so kind of revert of the second patch) and fixes > the warning. Other way is that you just drop it and I will send a > correct fix later. Sure, that sounds great - I'm just finishing up for today anyway so I'll look out for something tomorrow. --KJY2Ze80yH5MUxol Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAl9RQDMACgkQJNaLcl1U h9ASeQf+PmSYAK9ZIthpegCdJtDuSz+BrehOdRUQ0tfVbcxq+q4LbOhvj2ctLk1o l0HNN4x7H2UN7WSHcmB+8SeU5LnQ3Ru0DVVa4WO1FlV9ddw59+XSA60OlPDud34D oulKn2YOwZZvHHhuq03PELn8Mt3ziI4IW3I7olw+sUWqjRMdxWkgWDmZ9FUhtfBm w1lkgD4O5uzFml8NgnrGZrcXJa7hvFQ7pPZQ5EWCTaz2G4wsIMKyC/li6B1xDji1 9Cg52p2xTfU1zEoeODp0mY1KTk/33rPs+n81jvfwZ5+8ZUll12oq5xg+DwRqUPbN Qzl2uW3vsc3+m9C1WENdcJtMsWHEkg== =r9OV -----END PGP SIGNATURE----- --KJY2Ze80yH5MUxol-- 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=-5.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 AD6B2C43461 for ; Thu, 3 Sep 2020 19:13:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 96FB6208FE for ; Thu, 3 Sep 2020 19:13:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599160417; bh=ieMpRIR6pWoOu4w8pRpaOou18ysCy/LkGmskOztkzAk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=GuvAWZx3rWXibbr/NRFsQ7GTW9zF6/d40k/KusBMJv2Zl/0e1Ew5aA7zVu5E/h4u4 USomDNqQSqI0AgwQmQRKILbA7y4WJc0M9ETnE4LQnXWG0R65ajfIuD94VUw/6A9U2C WilDjS81D3hghmbGYmPtzsM2iOa6yjJ6ofKiTJC4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729100AbgICTNg (ORCPT ); Thu, 3 Sep 2020 15:13:36 -0400 Received: from mail.kernel.org ([198.145.29.99]:35102 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729242AbgICTNd (ORCPT ); Thu, 3 Sep 2020 15:13:33 -0400 Received: from localhost (fw-tnat.cambridge.arm.com [217.140.96.140]) (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 9B189208CA; Thu, 3 Sep 2020 19:13:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599160413; bh=ieMpRIR6pWoOu4w8pRpaOou18ysCy/LkGmskOztkzAk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iuN1RwT3WszF1ZmfxbChiM7DROdOiwGq+YjoKQ/Kry5aYjdAVaPZ3pvBlajIqNSU3 CE5cola9kBD7agmSRBO+jJYSxJzvF4QPwZahdzDTsvfhPA+2jUOw1Mn11Gf+jnhLap yuFQJ294zJddWZKbC8Ha/EI5OPWthypO8uuBhFIQ= Date: Thu, 3 Sep 2020 20:12:52 +0100 From: Mark Brown To: Krzysztof Kozlowski Cc: Rob Herring , Liam Girdwood , "linux-kernel@vger.kernel.org" , Sylwester Nawrocki , Linux-ALSA , Sangbeom Kim , devicetree@vger.kernel.org Subject: Re: [PATCH 1/2] dt-bindings: sound: midas-audio: Correct parsing sound-dai phandles Message-ID: <20200903191252.GE4771@sirena.org.uk> References: <20200830112633.6732-1-krzk@kernel.org> <159897179515.47719.6003518135515395142.b4-ty@kernel.org> <20200903164738.GA2929052@bogus> <20200903172645.GC4771@sirena.org.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="KJY2Ze80yH5MUxol" Content-Disposition: inline In-Reply-To: X-Cookie: Murphy was an optimist. User-Agent: Mutt/1.10.1 (2018-07-13) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org --KJY2Ze80yH5MUxol Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Sep 03, 2020 at 08:08:51PM +0200, Krzysztof Kozlowski wrote: > On Thu, 3 Sep 2020 at 19:49, Rob Herring wrote: > > Just 1 other you picked up. See "ASoC: samsung-i2s: Use > > unevaluatedProperties". Patches adding the missing properties (and > > restoring 'additionalProperties' on these 2 if not reverted) is the > > correct change. > > I've gone thru and NAKed all of the others so more don't get picked up. > Ah, my bad... Mark, I can send a follow up which restores the > additionalProperties (so kind of revert of the second patch) and fixes > the warning. Other way is that you just drop it and I will send a > correct fix later. Sure, that sounds great - I'm just finishing up for today anyway so I'll look out for something tomorrow. --KJY2Ze80yH5MUxol Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAl9RQDMACgkQJNaLcl1U h9ASeQf+PmSYAK9ZIthpegCdJtDuSz+BrehOdRUQ0tfVbcxq+q4LbOhvj2ctLk1o l0HNN4x7H2UN7WSHcmB+8SeU5LnQ3Ru0DVVa4WO1FlV9ddw59+XSA60OlPDud34D oulKn2YOwZZvHHhuq03PELn8Mt3ziI4IW3I7olw+sUWqjRMdxWkgWDmZ9FUhtfBm w1lkgD4O5uzFml8NgnrGZrcXJa7hvFQ7pPZQ5EWCTaz2G4wsIMKyC/li6B1xDji1 9Cg52p2xTfU1zEoeODp0mY1KTk/33rPs+n81jvfwZ5+8ZUll12oq5xg+DwRqUPbN Qzl2uW3vsc3+m9C1WENdcJtMsWHEkg== =r9OV -----END PGP SIGNATURE----- --KJY2Ze80yH5MUxol--