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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 19323C27C5E for ; Tue, 11 Jun 2024 11:32:40 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 95AC284C; Tue, 11 Jun 2024 13:32:27 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 95AC284C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1718105557; bh=OnCmFVAhBCd6GUVnj8XGIwoQY2qJ3+hZAJEHD8rdoAw=; h=Date:From:To:Cc:In-Reply-To:References:Subject:List-Id: List-Archive:List-Help:List-Owner:List-Post:List-Subscribe: List-Unsubscribe:From; b=eS3C+wo0rnIx1oEgkZN7Kds9ihOH3mR79DQKlC0ad50H+z3S0eY/DWLqJfZzo/mz5 Ir6qE69wPJPiubEpoTgZA1yu03G1Vsr1sLKW2krkpYzeCdhcaCOgFY9W14VwJC9bej J8EAyKURSoh3cFqnY9m68P6t+GCbw7TdyXMDkx8g= Received: by alsa1.perex.cz (Postfix, from userid 50401) id CF587F805AE; Tue, 11 Jun 2024 13:32:06 +0200 (CEST) Received: from mailman-core.alsa-project.org (mailman-core.alsa-project.org [10.254.200.10]) by alsa1.perex.cz (Postfix) with ESMTP id 26FF6F80579; Tue, 11 Jun 2024 13:32:06 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 3D3B3F8057A; Tue, 11 Jun 2024 13:32:01 +0200 (CEST) Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 2C5DDF800D0 for ; Tue, 11 Jun 2024 13:31:54 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 2C5DDF800D0 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key, unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=VAPR5LKt Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 083D8CE1ADA; Tue, 11 Jun 2024 11:31:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1D952C2BD10; Tue, 11 Jun 2024 11:31:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1718105503; bh=OnCmFVAhBCd6GUVnj8XGIwoQY2qJ3+hZAJEHD8rdoAw=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=VAPR5LKtdZJ6ltEsaabGN+ZyGfFgpu+JS10QeGq3FnDRMjJ2/hX3jobTHRnsIn1RT vPf5p22bqGFbojZ9HcMlb1sxHIag/WuW1y7fk58G0YX7HaBTw+BX1yvq96yE7Bc4Hl SKizL1thSGFnmhmiktsJ/NaoWPiCCjopEGaVm+sxBTxX59fQkCp2vdH2YH2sDfQ18J lHdh3C8qQfbvUL6VWpNnZW9AF636vlKCHwWvuKVOOpg9ob8f3ilfE4EJ8OZWbj7RRU +NfW1ubhfQMgnpZmj0OSbzoPwMAmUpUtOTPxgS7G8SfF9Z+rcWA2DIblkXjZvyrU/g 5xneH846+zizw== Date: Tue, 11 Jun 2024 05:31:42 -0600 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: "Rob Herring (Arm)" To: Piotr Wojtaszczyk Cc: Takashi Iwai , Russell King , Jaroslav Kysela , Michael Ellerman , Vladimir Zapolskiy , Chancel Liu , linux-arm-kernel@lists.infradead.org, Mark Brown , Conor Dooley , linux-sound@vger.kernel.org, alsa-devel@alsa-project.org, Arnd Bergmann , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski , Liam Girdwood , devicetree@vger.kernel.org In-Reply-To: <20240611094810.27475-2-piotr.wojtaszczyk@timesys.com> References: <[PATCH] ASoC: fsl: Add i2s and pcm drivers for LPC32xx CPUs> <20240611094810.27475-1-piotr.wojtaszczyk@timesys.com> <20240611094810.27475-2-piotr.wojtaszczyk@timesys.com> Message-Id: <171810550202.1047088.17292010858616719651.robh@kernel.org> Subject: Re: [Patch v2 2/2] ASoC: dt-bindings: lpc32xx: Add lpc32xx i2s DT binding Message-ID-Hash: QHVFKWOVG4EQX3TVJ2I5FZG62KDDYMLR X-Message-ID-Hash: QHVFKWOVG4EQX3TVJ2I5FZG62KDDYMLR X-MailFrom: robh@kernel.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-alsa-devel.alsa-project.org-0; header-match-alsa-devel.alsa-project.org-1; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.9 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Tue, 11 Jun 2024 11:47:52 +0200, Piotr Wojtaszczyk wrote: > Add nxp,lpc3220-i2s DT binding documentation. > > Signed-off-by: Piotr Wojtaszczyk > --- > Changes for v2: > - Added maintainers field > - Dropped clock-names > - Dropped unused unneded interrupts field > > .../bindings/sound/nxp,lpc3220-i2s.yaml | 47 +++++++++++++++++++ > 1 file changed, 47 insertions(+) > create mode 100644 Documentation/devicetree/bindings/sound/nxp,lpc3220-i2s.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/sound/nxp,lpc3220-i2s.example.dtb: i2s@20094000: 'clock-names' does not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/sound/nxp,lpc3220-i2s.yaml# doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240611094810.27475-2-piotr.wojtaszczyk@timesys.com The base for the series is generally the latest rc1. A different dependency should be noted in *this* patch. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit after running the above command yourself. Note that DT_SCHEMA_FILES can be set to your schema file to speed up checking your schema. However, it must be unset to test all examples with your schema. 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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 750B1C27C5E for ; Tue, 11 Jun 2024 11:32:32 +0000 (UTC) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=VAPR5LKt; dkim-atps=neutral Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4Vz63L1TLBz3d95 for ; Tue, 11 Jun 2024 21:32:30 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=VAPR5LKt; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=2604:1380:40e1:4800::1; helo=sin.source.kernel.org; envelope-from=robh@kernel.org; receiver=lists.ozlabs.org) Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4Vz62Y3Dzcz3cYF for ; Tue, 11 Jun 2024 21:31:49 +1000 (AEST) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 083D8CE1ADA; Tue, 11 Jun 2024 11:31:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1D952C2BD10; Tue, 11 Jun 2024 11:31:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1718105503; bh=OnCmFVAhBCd6GUVnj8XGIwoQY2qJ3+hZAJEHD8rdoAw=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=VAPR5LKtdZJ6ltEsaabGN+ZyGfFgpu+JS10QeGq3FnDRMjJ2/hX3jobTHRnsIn1RT vPf5p22bqGFbojZ9HcMlb1sxHIag/WuW1y7fk58G0YX7HaBTw+BX1yvq96yE7Bc4Hl SKizL1thSGFnmhmiktsJ/NaoWPiCCjopEGaVm+sxBTxX59fQkCp2vdH2YH2sDfQ18J lHdh3C8qQfbvUL6VWpNnZW9AF636vlKCHwWvuKVOOpg9ob8f3ilfE4EJ8OZWbj7RRU +NfW1ubhfQMgnpZmj0OSbzoPwMAmUpUtOTPxgS7G8SfF9Z+rcWA2DIblkXjZvyrU/g 5xneH846+zizw== Date: Tue, 11 Jun 2024 05:31:42 -0600 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: "Rob Herring (Arm)" To: Piotr Wojtaszczyk In-Reply-To: <20240611094810.27475-2-piotr.wojtaszczyk@timesys.com> References: <[PATCH] ASoC: fsl: Add i2s and pcm drivers for LPC32xx CPUs> <20240611094810.27475-1-piotr.wojtaszczyk@timesys.com> <20240611094810.27475-2-piotr.wojtaszczyk@timesys.com> Message-Id: <171810550202.1047088.17292010858616719651.robh@kernel.org> Subject: Re: [Patch v2 2/2] ASoC: dt-bindings: lpc32xx: Add lpc32xx i2s DT binding X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Conor Dooley , linux-kernel@vger.kernel.org, Arnd Bergmann , alsa-devel@alsa-project.org, Liam Girdwood , Takashi Iwai , linux-sound@vger.kernel.org, Vladimir Zapolskiy , Mark Brown , Chancel Liu , Russell King , Krzysztof Kozlowski , Jaroslav Kysela , linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Tue, 11 Jun 2024 11:47:52 +0200, Piotr Wojtaszczyk wrote: > Add nxp,lpc3220-i2s DT binding documentation. > > Signed-off-by: Piotr Wojtaszczyk > --- > Changes for v2: > - Added maintainers field > - Dropped clock-names > - Dropped unused unneded interrupts field > > .../bindings/sound/nxp,lpc3220-i2s.yaml | 47 +++++++++++++++++++ > 1 file changed, 47 insertions(+) > create mode 100644 Documentation/devicetree/bindings/sound/nxp,lpc3220-i2s.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/sound/nxp,lpc3220-i2s.example.dtb: i2s@20094000: 'clock-names' does not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/sound/nxp,lpc3220-i2s.yaml# doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240611094810.27475-2-piotr.wojtaszczyk@timesys.com The base for the series is generally the latest rc1. A different dependency should be noted in *this* patch. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit after running the above command yourself. Note that DT_SCHEMA_FILES can be set to your schema file to speed up checking your schema. However, it must be unset to test all examples with your schema. 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 BD160C25B76 for ; Tue, 11 Jun 2024 11:32:16 +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:Subject:Message-Id:References: In-Reply-To:Cc:To:From:MIME-Version:Date:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=ry2y9c9b+VwPtdtNrE5IiAuytjvDPjLSRGV0bzxbcuw=; b=GXKSHr51htwejppqDdm8zGiYMs Q2639mvFiucqpSU/Xc4OwlelSOa1tIbkYeUt8HP8qSMy46EVoEADm1q9CYRXiiA+TlTiNuPwMrHrO DgMicdYpRUX6MIWk5zFAspFQw48wX1MSIq6hE8f66tFepRZAUPc6kZlGa5iAV83Vzwhc463/sZJc8 OWbZxKjGkONOVk37tEJ6andETMd5w9DJ65lC2TtODF5RiW+G15LFD69prB7f+beAiyxncLPQtNzOG 4KTkdLSmUhsD+Wga705JuC7ujp7tOi0hMcMjYuUO2GAMmPgrGvoEzpd19tDZWy/baamQDT5jhNKZx EnARNfMg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sGzjO-00000008e9o-45W2; Tue, 11 Jun 2024 11:32:03 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sGzjJ-00000008e5Q-1VX0 for linux-arm-kernel@lists.infradead.org; Tue, 11 Jun 2024 11:32:01 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 083D8CE1ADA; Tue, 11 Jun 2024 11:31:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1D952C2BD10; Tue, 11 Jun 2024 11:31:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1718105503; bh=OnCmFVAhBCd6GUVnj8XGIwoQY2qJ3+hZAJEHD8rdoAw=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=VAPR5LKtdZJ6ltEsaabGN+ZyGfFgpu+JS10QeGq3FnDRMjJ2/hX3jobTHRnsIn1RT vPf5p22bqGFbojZ9HcMlb1sxHIag/WuW1y7fk58G0YX7HaBTw+BX1yvq96yE7Bc4Hl SKizL1thSGFnmhmiktsJ/NaoWPiCCjopEGaVm+sxBTxX59fQkCp2vdH2YH2sDfQ18J lHdh3C8qQfbvUL6VWpNnZW9AF636vlKCHwWvuKVOOpg9ob8f3ilfE4EJ8OZWbj7RRU +NfW1ubhfQMgnpZmj0OSbzoPwMAmUpUtOTPxgS7G8SfF9Z+rcWA2DIblkXjZvyrU/g 5xneH846+zizw== Date: Tue, 11 Jun 2024 05:31:42 -0600 MIME-Version: 1.0 From: "Rob Herring (Arm)" To: Piotr Wojtaszczyk Cc: Takashi Iwai , Russell King , Jaroslav Kysela , Michael Ellerman , Vladimir Zapolskiy , Chancel Liu , linux-arm-kernel@lists.infradead.org, Mark Brown , Conor Dooley , linux-sound@vger.kernel.org, alsa-devel@alsa-project.org, Arnd Bergmann , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski , Liam Girdwood , devicetree@vger.kernel.org In-Reply-To: <20240611094810.27475-2-piotr.wojtaszczyk@timesys.com> References: <[PATCH] ASoC: fsl: Add i2s and pcm drivers for LPC32xx CPUs> <20240611094810.27475-1-piotr.wojtaszczyk@timesys.com> <20240611094810.27475-2-piotr.wojtaszczyk@timesys.com> Message-Id: <171810550202.1047088.17292010858616719651.robh@kernel.org> Subject: Re: [Patch v2 2/2] ASoC: dt-bindings: lpc32xx: Add lpc32xx i2s DT binding X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240611_043157_986711_7608873A X-CRM114-Status: GOOD ( 11.81 ) 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 Tue, 11 Jun 2024 11:47:52 +0200, Piotr Wojtaszczyk wrote: > Add nxp,lpc3220-i2s DT binding documentation. > > Signed-off-by: Piotr Wojtaszczyk > --- > Changes for v2: > - Added maintainers field > - Dropped clock-names > - Dropped unused unneded interrupts field > > .../bindings/sound/nxp,lpc3220-i2s.yaml | 47 +++++++++++++++++++ > 1 file changed, 47 insertions(+) > create mode 100644 Documentation/devicetree/bindings/sound/nxp,lpc3220-i2s.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/sound/nxp,lpc3220-i2s.example.dtb: i2s@20094000: 'clock-names' does not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/sound/nxp,lpc3220-i2s.yaml# doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240611094810.27475-2-piotr.wojtaszczyk@timesys.com The base for the series is generally the latest rc1. A different dependency should be noted in *this* patch. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit after running the above command yourself. Note that DT_SCHEMA_FILES can be set to your schema file to speed up checking your schema. However, it must be unset to test all examples with your schema. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel